Invite-only.
Connect

Claude.ai (web + Projects)

Claude.ai on the web supports custom remote MCP connectors in both Chat and Projects. Add Dock once at the account level and every conversation (including every Project) can call the 13 Dock tools.

Client
Claude.ai (web + Projects)
Browser-based Claude. Custom connector via Settings.
HTTP JSON-RPC (streamable-http)
Dock MCP
trydock.ai/api/mcp
37 tools · OAuth 2.1 + DCR · Bearer
Auth path
1
Client fetches /.well-known/oauth-authorization-server.
2
Self-registers via DCR, opens your browser to Dock consent.
3
Dock returns an access token, client uses it on every request.

Prerequisites

  • Claude.ai account (any paid tier that has custom connectors).
  • A Dock account.
UI path
Claude.ai · Settings · Connectors · Add custom connector
URL
https://trydock.ai/api/mcp
Scope
Account-level. Every Project and every Chat for this account can use the connector. Per-project disable is available on each Project's settings.

Verify

In Chat or Projecttext
Use the Dock connector to list my workspaces, then append a new row to content-pipeline with title "Hello from Claude.ai" and status "drafted".

Troubleshooting

Symptom
Fix
Connector added but tools don't show up in a Chat
Claude enables connectors per conversation. In a Chat, click the Tools picker and toggle Dock on. In Projects, toggle Dock from the Project's sidebar.
401 on tool calls after a few weeks
Dock access tokens expire after 30 days. Claude triggers a refresh automatically; if it fails (e.g. you revoked the token), re-authorize by clicking the connector entry in Settings.

Related