kitimark/claudeai-mcp-bridge
Bridge claude.ai connectors (Slack, Atlassian, Gmail, Calendar) into any MCP client with zero extra credentials.
Platform-specific configuration:
{
"mcpServers": {
"claudeai-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"claudeai-mcp-bridge"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Disclaimer: This project is not affiliated with, endorsed by, or officially supported by Anthropic. It is an independent, experimental project for educational and research purposes. It uses undocumented internal APIs that may change or break at any time. Using Claude subscription tokens outside official clients may violate Anthropic's Terms of Service. Use at your own risk -- no warranty is provided.
Use your claude.ai connectors (Slack, Atlassian, Gmail, Google Calendar) inside any MCP client -- zero credential setup.
This is a standard MCP server (stdio) that bridges connectors you've already authorized through claude.ai into any MCP-compatible tool. Works with OpenCode, Claude Desktop, Cursor, Cline, Windsurf, and more.
┌────────────┐ stdio (MCP) ┌──────────────────┐ HTTPS ┌──────────────────┐
│ Any MCP │──────────────>│ This MCP Server │──────────>│ mcp-proxy. │
│ Client │<──────────────│ │<──────────│ anthropic.com │
│ │ tools/list │ Reads Keychain │ │ │
│ OpenCode │ tools/call │ Discovers servers│ │ Slack, Atlassian │
│ Claude │ │ Proxies calls │ │ Gmail, Calendar │
│ Desktop │ └──────────────────┘ └──────────────────┘
│ Cursor │
│ ... │
└────────────┘api.anthropic.com/v1/mcp_serversmcp-proxy.anthropic.com (Streamable HTTP)claude --version)bun -v)git clone https://gLoading reviews...