ClawLink
Rank #1,129dev.claw-link/clawlink
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
ClawLink is a Model Context Protocol (MCP) server published by hith3sh. It ranks #1,129 of 115,591 servers tracked on MCP Toplist, and its repository has 103 GitHub stars. ClawLink is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 3, 2026 and most recently updated on May 23, 2026.
Ranks ahead of 114,462 of 115,591 servers on MCP Toplist.
Use ClawLink
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http clawlink https://claw-link.dev/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.clawlink]
url = "https://claw-link.dev/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://claw-link.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"clawlink": {
"url": "https://claw-link.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"clawlink": {
"type": "http",
"url": "https://claw-link.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"clawlink": {
"serverUrl": "https://claw-link.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"clawlink": {
"url": "https://claw-link.dev/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.claw-link%2Fclawlink)<a href="https://mcptoplist.com/server/dev.claw-link%2Fclawlink"><img src="https://mcptoplist.com/badge/dev.claw-link%2Fclawlink.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hith3sh
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 23, 2026 |
Frequently asked questions
- Who maintains ClawLink?
- ClawLink is maintained by hith3sh, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is ClawLink listed on the Official MCP Registry?
- Yes — ClawLink is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ClawLink have?
- MCP Toplist tracks 1 version of ClawLink, most recently published on May 23, 2026.
- Where can I find the source code for ClawLink?
- The source code for ClawLink is hosted at github.com/hith3sh/clawlink.