Claude
Claude Code connects straight to the MCP server. Claude Desktop connects through the mcp-remote bridge. Connectors on claude.ai in the browser aren't supported yet.
claude mcp add --transport http cinara https://api.cinara.ai/v1/mcp \
--header "Authorization: Bearer $CINARA_API_KEY" {
"mcpServers": {
"cinara": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.cinara.ai/v1/mcp",
"--header", "Authorization: Bearer ${CINARA_API_KEY}"],
"env": { "CINARA_API_KEY": "cin_…" }
}
}
}