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 claude

This 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 claude

After 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}"
      }
    }
  }
}
Share:
Details:
  • Stars


    0
  • Forks


    3
  • Last commit


    7 months ago
  • Repository age


    8 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Brightsy MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Brightsy MCP Server: MCP Server – MCP.Bar