Connect a client
- Add the CraftCX remote MCP server to your AI client:
- Run your client’s MCP authentication command and sign in to CraftCX.
Endpoint
Read the protected resource metadata at:
Authentication
CraftCX MCP uses OAuth. When you connect a client, it opens a browser flow so you can sign in to CraftCX and approve access for an organization. You do not create an API token for MCP. Authorization uses your CraftCX account and the scopes you approve during consent.Permissions
CraftCX grants access through these scopes:
Tools only appear when the session includes the matching scope. The MCP server is currently read-only.
Available tools
Learn more about the product concepts these tools return:
Configure a client
Most agents are smart enough for you to simply ask them;
Add the CraftCX MCP server. Use the remote URL https://mcp.craftcx.com/mcp.
Cursor
- Open Cursor Settings → MCP → Add new global MCP server
- Paste:
- Save and restart Cursor if needed. Complete the OAuth flow the first time you use a CraftCX tool.
.cursor/mcp.json in the project root.
Claude Code
/mcp in Claude Code and complete the OAuth flow.
Codex
Add the server with the CLI:~/.codex/config.toml file:
OpenCode
CraftCX publishes an OpenCode remote config:opencode.json or opencode.jsonc:
VS Code (GitHub Copilot)
Create.vscode/mcp.json in your workspace:
Claude Desktop
- Open Settings → Connectors
- Add a connector with URL
https://mcp.craftcx.com/mcp - Complete the OAuth flow
Other clients
If your tool supports remote MCP over Streamable HTTP, use this URL:mcp-remote:
Example prompts
After you connect a client, try these prompts:- “What are the open high-priority findings in CraftCX?”
- “Search CraftCX for conversations about refunds with low AXIS scores this month.”
- “Summarize support performance for the last 30 days.”
- “Show recent customer signal groups related to shipping delays.”
- “Open the latest refund conversation and explain its findings and signals.”
Troubleshooting
- Complete the OAuth consent flow and select the correct organization.
- If tools are missing, confirm the session approved the matching
*:readscopes. - Disconnect and reconnect in your client’s MCP settings if authentication fails.
- Confirm you can sign in to app.craftcx.com with access to that organization.