What works today
| Client | Status | Guide |
|---|---|---|
| Claude Code | ✅ Supported | Connect Claude Code |
| Cursor | ✅ Supported | Connect Cursor |
| Any remote-MCP client | ✅ Supported | Generic setup |
| Claude connector (claude.ai) | 🛠️ Roadmap | Needs OAuth |
| ChatGPT app | 🛠️ Roadmap | Needs OAuth + search/fetch tools |
What’s required for the one-click connectors
Claude connector — OAuth 2.1 + Dynamic Client Registration
Claude connector — OAuth 2.1 + Dynamic Client Registration
Claude’s custom connectors expect the remote MCP server to support OAuth 2.1,
including Dynamic Client Registration, so users authorize with their ECN account
instead of pasting a key. This mirrors how Attio’s MCP works — “log in with your
account, no API keys required.”
ChatGPT app — OAuth + search/fetch tools
ChatGPT app — OAuth + search/fetch tools
ChatGPT apps additionally expect the server to expose conventionally named
search and fetch tools so the model can retrieve and cite records. ECN’s tool
catalog would expose those aliases over the OAuth-authenticated endpoint.Tracked under the MCP & Agent Surface workstream (Linear
TER-157–TER-160).
When OAuth ships, this page will document the one-click flow for each client.