Skip to main content
OpenClaw is an AI agent that works with ClawLink via the MCP (Model Context Protocol). ClawLink is designed to work with OpenClaw out of the box—you paste your MCP command into OpenClaw and you’re ready to go.If you’re using a different MCP-compatible agent, ClawLink may still work, but OpenClaw is the primary supported client.
Yes. Your API keys and OAuth tokens are encrypted at rest using AES-256-GCM. They’re never stored or transmitted in plaintext. ClawLink only decrypts your credentials at the exact moment a call is made—and that decryption happens on ClawLink’s edge network, not on your machine.For more details, see the Security page.
ClawLink supports 40+ integrations across these categories:
  • Communication: Gmail, Slack, Discord, Microsoft Teams, Telegram
  • CRM & Sales: Apollo, HubSpot, Salesforce, Pipedrive
  • Content & CMS: WordPress, Webflow, Ghost, Contentful
  • Social Media: YouTube, Twitter/X, LinkedIn, Instagram
  • Productivity: Google Sheets, Google Calendar, Google Drive, Notion, Airtable, Todoist
  • Developer Tools: GitHub, GitLab, Jira, Linear, Vercel
  • Payments & Finance: Stripe, PayPal, QuickBooks
  • Data & Analytics: Google Analytics, Mixpanel, Segment
  • Storage & Databases: AWS S3, Supabase, Firebase
  • E-commerce: Shopify, WooCommerce
  • AI & ML: OpenAI, Replicate, ElevenLabs
The full list is available on the Integrations page.
ClawLink is open source, so you can contribute a new integration yourself. Fork the repository on GitHub, add an integration handler, and open a pull request. See the CONTRIBUTING.md for details.If you’d prefer to request an integration rather than build it, you can open an issue on GitHub to let the team know what you need.
After you connect your integrations in the dashboard, ClawLink gives you a single MCP command—something like npx @clawlink/mcp --api-key sk_live_.... Paste that command into OpenClaw, and your agent immediately has access to every API you’ve connected. You don’t need to configure anything else.
No. Connecting integrations, getting your MCP command, and using ClawLink with OpenClaw requires no coding. You use the dashboard to connect services and copy the command.If you want to add a custom integration or self-host ClawLink, that does require working with the codebase—but standard usage is entirely no-code.
ClawLink automatically retries failed calls with exponential backoff for server errors and rate limits. If a request still fails after retries, the failure is recorded in your Request Logs with details about the integration, action, and error—so you can see exactly what went wrong.For persistent failures, check the Troubleshooting guide.
1

Sign up or log in

Go to claw-link.dev and sign in to your account.
2

Connect your integrations

Go to Dashboard > Integrations and connect the services you want your agent to use.
3

Copy your MCP command

Your personal MCP command is available in the dashboard. Copy it and paste it into OpenClaw.
Yes. The free plan includes 1,000 requests per month and up to 5 integrations—no credit card required. If you need more capacity, paid plans with higher limits are coming soon. See the Billing page for details.
For bugs or feature requests, open an issue on the ClawLink GitHub repository. For account-related questions, reach out through the dashboard.