Brightsy AI supports the Model Context Protocol (MCP), allowing integration with various AI platforms and interfaces such as Claude Desktop and Cursor.
What is MCP?
Model Context Protocol (MCP) is a standardized interface for AI agents to connect with applications and environments. It enables seamless communication between Brightsy AI and compatible platforms, allowing you to use Brightsy's capabilities directly within your preferred tools.
Brightsy MCP Server
Brightsy provides an MCP server that can be registered with compatible applications to access Brightsy AI's full capabilities.
Features & Capabilities
- Native Integration: Use Brightsy AI within supported applications
- Context Preservation: Maintain conversation history across interactions
- Tool Access: Utilize all of Brightsy's tools from external interfaces
- Consistent Experience: Get the same powerful AI capabilities regardless of the interface
Registering with Compatible Applications
Cursor
To register Brightsy AI with Cursor:
- Open Cursor settings
- Navigate to the "MCP" section
- Add a new MCP server with the following configuration:
{ "mcpServers": { "Brightsy": { "command": "npx", "args": [ "-y", "brightsy-mcp", "--agent-id=YOUR_AGENT_ID", "--api-key=YOUR_API_KEY", "--tool-name=Brightsy AI" ] } } }
Replace YOUR_AGENT_ID
and YOUR_API_KEY
with your actual credentials.
Claude Desktop
To register Brightsy AI with Claude Desktop:
- Open Claude Desktop settings
- Navigate to the "Advanced" or "MCP" section
- Add a new MCP server with the same configuration as above
Usage Tips
- Tool Invocation: When using Brightsy through MCP, you can access all the same tools that are available in the web interface
- Authentication: Your agent ID and API key are used to authenticate with the Brightsy API
- Performance: The MCP server runs locally but connects to Brightsy's cloud services
Troubleshooting
- Connection Issues: Ensure your API key and agent ID are correct
- Installation Problems: Make sure you have Node.js installed on your system
- Missing Tools: If certain tools aren't available, verify you have the necessary permissions for your agent
For more detailed help, refer to the Brightsy CLI documentation.