Step 1 — Add the connect URL
There is no key to generate. Your client signs you in to Morphic the first time it needs it.- Claude Code
- Claude Desktop
- Claude.ai web
- Cursor
Step 2 — Sign in and approve
The first time your client calls a Morphic tool it opens app.morphic.io. Sign in, choose which of your workspaces the client may reach, pick a permission level, and approve.Approved more than one workspace? Every tool takes an optional
workspace argument, so the assistant can switch between them without reconnecting — ask it to call list_workspaces for the slugs. To pin one as the default instead, add ?workspace=<slug> to the connect URL — for example https://mcp.morphic.io/v2/mcp?workspace=acme. With a single workspace it is chosen for you.Step 3 — Verify the connection
Ask your agent:“Ping the Morphic MCP server and list my workspace entity types.”Expected response:
pingreturnspong — morphic-mcp v0.x.xlist_entity_typesreturns your CRM schemas — slugs are plural (people,companies,deals, plus any custom types)
Recommended first session
Next
- Tools Guide — result shapes, the error envelope, slugs, bulk calls
- Tool Groups — advertise only the tools you need (and opt into paid add-ons)
- Tools Reference — all 103 tools