Claw Link MCP Server

MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth. It is available as a remote MCP endpoint.

Teams that want a hosted communication endpoint instead of running a local process.

REPOSITORY REMOVED

LAST COMMIT unknown · VERIFIED 2026-09-18

how we verify → /methodology

01 · Install Claw Link

Claude Code

claude mcp add hith3sh-clawlink --transport http https://claw-link.dev/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hith3sh-clawlink": {
      "url": "https://claw-link.dev/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://claw-link.dev/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to claw-link.dev

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace dev.claw-link - domain-verified with the official MCP registry

03 · Who maintains Claw Link

ClawLink is maintained by hith3sh. It's the only MCP server we track from this author.

04 · Facts

category
communication - vanished as of 2026-09-18.
registry
dev.claw-link/clawlink (active, first published 2026-05-23)

05 · Claw Link FAQ

What is Claw Link?

MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth. It is available as a remote MCP endpoint.

Is Claw Link still maintained?

Its last commit was unknown (as of 2026-09-18) - we classify it as vanished.

How do I install Claw Link?

Run `claude mcp add hith3sh-clawlink --transport http https://claw-link.dev/api/mcp`. You can also paste the ready-made client config above.

Does Claw Link require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Claw Link