Integrating MCP
Features
Generating MCP Configuration via Firefly UI (Hosted MCP Server)
Steps
Example generated configuration
{
// The 'mcpServers' object defines available MCP servers
"mcpServers": {
"firefly": {
// URL to the Firefly-hosted MCP server with authentication token
"url": "https://mcp.firefly.ai/sse?auth=YOUR_AUTH_TOKEN",
"headers": {
// Authorization header for secure access
"Authorization": "Basic YOUR_AUTH_TOKEN"
}
}
}
}Setting Up in Claude Desktop
Steps
Running the MCP Server Locally
Prerequisites
Installation
Environment Variables
Stdio
SSE
Usage
Using with Cursor
Example:
Demo
Contributing
License
Last updated
Was this helpful?

