Skip to main content

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.
Store your API key in a password manager or environment variable. Never commit it to source control.

Step 2 — Configure your client

Step 3 — Verify the connection

Ask your agent:
“Ping the Morphic MCP server and list my workspace entity types.”
Expected response:
  1. ping returns pong — morphic-mcp v0.x.x
  2. list_entity_types returns your CRM schemas (person, company, deal, etc.)