Brightsy MCP Server
Connect your applications to an OpenAI-compatible AI agent seamlessly. Utilize the Brightsy MCP server to forward requests and receive intelligent responses, enhancing your application's capabilities. Start interacting with your AI agent effortlessly with customizable tool names and easy setup.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install mattlevine/brightsy-mcp -c claudeThis command will automatically install and configure the Brightsy MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Brightsy MCP Server": {
"command": "npx",
"args": [
"-y",
"brightsy-mcp"
],
"env": {
"BRIGHTSY_API_KEY": "${input:brightsy_api_key}",
"API_KEY": "${input:api_key}"
}
}
}
}Details:
Stars
0Forks
3Last commit
7 months agoRepository age
8 months
Auto-fetched from GitHub .
MCP servers similar to Brightsy MCP Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit