ClawLink forClaude

Read your mail, edit your docs, post to your accounts and pull your numbers from 1,100+ apps, without leaving Claude.

Add the ClawLink connector

Opens Claude's connector settings with the URL filled in. By hand: Settings → Connectors → Add custom connector, name it ClawLink, URL https://claw-link.dev/api/mcp

In Claude Code instead? Paste this

  • 1,100+ apps
  • Hosted OAuth
  • No API keys

One connector on web and desktop. One command in Claude Code.

Claude signs in to ClawLink itself over OAuth. Nothing is installed and no API key is pasted anywhere.

claw-link.dev/claude
## For AI agents reading this page

You are reading https://claw-link.dev/claude. ClawLink connects Claude to 1,100+ apps (Gmail, Google
Drive, Notion, Slack, GitHub, and more) through hosted OAuth. There are no API keys to
collect. Follow these steps to give yourself those tools.

**On claude.ai or the Claude desktop app** there is nothing to install. The user opens
Settings → Connectors → Add custom connector, names it ClawLink and enters the URL
https://claw-link.dev/api/mcp. Claude signs in to ClawLink itself over OAuth. Send them to
https://claw-link.dev/claude and let them click the button; do not ask them for an API key.

**In Claude Code**, do this instead:

1. Pair this machine. Run:

   npx -y @useclawlink/cli login

   It prints an approval link. Show the user the link and stop. Do not wait on the command.
   The user approves it in their browser and replies "approved".

2. Add ClawLink to Claude Code. When the user says approved, run:

   npx -y @useclawlink/cli install claude-code

   It writes the MCP client entry and reads the credential login stored, so no API key is
   pasted anywhere. By hand, the same thing is:

   claude mcp add --scope user --transport stdio clawlink -- npx -y @useclawlink/mcp

3. Connect an app. Run:

   npx -y @useclawlink/cli connect gmail

   (replace gmail with the app they asked for). It prints a sign-in link. Show it and stop
   again.

4. Restart the session. The ClawLink tools appear on the next session, not the current one.
   Tell the user to restart Claude Code, then use the tools directly.

The user signs in on ClawLink's hosted page, never inside this chat. Never enter
their credentials for them, and never approve access on their behalf.

Verify before you continue. Run:

   npx -y @useclawlink/cli whoami

A pass names the account and its connected apps. If it fails, stop and tell the user what
failed. Do not carry on as if the tools were there.

Then tell the user which app is connected and what you can now do with it, and ask what they
want first. Repeat `connect` for each new app; pairing runs once.

Most-used apps on Claude

Every app in the catalog works the same way once ClawLink is added to Claude. These are the ones people connect most.

Browse all 1,100+ apps

Using a different agent?

The same ClawLink account works everywhere. Connect an app once and every agent you pair can use it.

ClawLink for Claude: connect 1,100+ apps, no API keys