server for Claude Desktop
io.cycloid.mcp/server
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
client:Claude Desktop
transport:streamable-http
Install server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.cycloid.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs