Set up Siren MCP with Claude Desktop for seamless AI agent integration
claude_desktop_config.json
{ "mcpServers": { "siren": { "command": "npx", "args": [ "-y", "@trysiren/mcp", "--tools=all", "--api-key=YOUR_SIREN_API_KEY" ] } } }
{ "mcpServers": { "siren": { "command": "docker", "args": [ "run", "--rm", "-i", "trysiren/mcp", "--tools=all", "--api-key=YOUR_SIREN_API_KEY" ] } } }
YOUR_SIREN_API_KEY
--tools
Was this page helpful?