Connect Entergram to Claude (MCP)
Entergram exposes a remote Model Context Protocol (MCP) endpoint, so you can plug it into Claude as a custom connector and query your workspace, chats, contacts and analytics directly from a Claude conversation.
What you’ll need
Section titled “What you’ll need”- A Claude account with access to Custom Connectors (claude.ai)
- An Entergram workspace with owner or admin access (Developer tab requires it)
- 2 minutes
Step 1 — Open Claude’s connector settings
Section titled “Step 1 — Open Claude’s connector settings”Go to claude.ai/customize/connectors and click Add a new connector.
Step 2 — Fill in the custom connector popup
Section titled “Step 2 — Fill in the custom connector popup”In the popup that opens:
- Name — type anything you’ll recognize. We recommend
Entergram. - Remote MCP URL — paste:
https://mcp.entergram.com/mcp
- Expand Advanced Settings (you’ll need it for the OAuth client ID in a moment).
Leave the popup open — you’ll come back to it.
Step 3 — Create an OAuth client in Entergram
Section titled “Step 3 — Create an OAuth client in Entergram”In a new tab, open Entergram and go to Settings → Developer.
- Click Create new OAuth client
- Click the Preset: Claude Web Connector button — this fills in the redirect URL and connector metadata for you
- Confirm the scope checkboxes match what you want Claude to see (workspace, chats, contacts, etc.)
- Click Create
- Once the client is created, click Copy client ID
Step 4 — Paste the client ID into Claude
Section titled “Step 4 — Paste the client ID into Claude”Switch back to the Claude connector popup:
- Paste the copied client ID into the Client ID field under Advanced Settings
- Leave Client Secret empty — the Claude Web preset uses public-client OAuth (PKCE), so no secret is needed
- Click Add a connector
Step 5 — Connect and authorize
Section titled “Step 5 — Connect and authorize”Claude will now show your new Entergram connector in the list.
- Click Connect
- You’ll be redirected to Entergram’s consent screen
- Click Allow
- You’ll bounce back to Claude — the connector is now live
Verifying it works
Section titled “Verifying it works”Open a new Claude chat, enable the Entergram connector, and try a prompt like:
List my Entergram workspaces and show the 5 most recent chats.
Claude will call the MCP endpoint over OAuth and stream results back into the conversation.
Revoking access
Section titled “Revoking access”To disconnect at any time:
- From Claude — Connectors → Entergram → Disconnect
- From Entergram — Settings → Developer → find the OAuth client → Revoke. Revocation is immediate; Claude’s session will fail on the next tool call.
Troubleshooting
Section titled “Troubleshooting”- “Invalid client” on Connect — the client ID was pasted with a trailing space, or the OAuth client was revoked. Re-copy and try again.
- Consent screen never loads — make sure you used the Preset Claude Web Connector when creating the OAuth client; custom redirect URLs won’t match.
- Tool calls return 403 — the OAuth client’s scopes are too narrow. Edit the client in the Developer tab, add the missing scope, reconnect from Claude.