Step 1 — Generate an API key
1
Open Morphic
Go to app.morphic.io and sign in.
2
Navigate to Developer Settings
Go to
https://app.morphic.io/home/{workspace}/settings/developers — replace {workspace} with your workspace name (visible in the URL when you’re logged in).3
Generate a key
Click Generate new key, give it a label (e.g. “Claude Code”), and copy it.
Keys look like
sk_live_xxxxxxxxxxxxxxxx and are shown only once.Step 2 — Configure your client
- Claude Code
- Claude Desktop
- Claude.ai web
- Cursor
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 (person, company, deal, etc.)