ClawLink for Claude Desktop
dev.claw-link/clawlink
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
client:Claude Desktop
transport:streamable-http
Install ClawLink in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"clawlink": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://claw-link.dev/api/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