Connect your AI
Claude, ChatGPT, Cursor — any MCP-capable model reads and acts on your client history directly, over the open MCP protocol. No separate dashboard, no inbox access, no lock-in. Find your client below, or use the generic config for any other.
Your token lets your AI read your CRM — and, if you choose, hold its saved conversations. You decide what it can do when you create it, and you can turn it off anytime from Settings. Your client connects to https://mcp.sopu.app/mcp over HTTPS, and sopu never logs your token.
Easiest · Claude Desktop
Download the sopu extension.
One file. Double-click to install, paste your token, done — no terminal, no Node, no JSON to edit. Your token is stored securely in your OS keychain.
⤓ Download for Claude DesktopYou'll need a sopu account and a token (created in Settings) to paste during install. On a different client? See the options below.
You'll need a sopu account.
Tokens belong to your workspace. Sign in to create one.
Sopu speaks the open MCP protocol. Connect your AI agent to read your CRM data. Create a read-access token above, then pick your client below.
Pick your AI client
Config file
~/.claude.jsonclaude mcp add sopu --transport http https://mcp.sopu.app/mcp --header "Authorization: Bearer <YOUR_SOPU_TOKEN>"
~/.claude.json (JSON){
"mcpServers": {
"sopu": {
"type": "http",
"url": "https://mcp.sopu.app/mcp",
"headers": {
"Authorization": "Bearer <YOUR_SOPU_TOKEN>"
}
}
}
}Setup
Notes
Try asking your agent
Using a different client? sopu is a standard MCP server — point any MCP-capable client at the URL above with an Authorization: Bearer header. Most clients use an mcpServers block; VS Code uses servers, Zed uses context_servers — check your client's MCP docs.
Two paths · switch anytime
Your own AI, via MCP
Claude, ChatGPT, Cursor — any MCP-capable model operates sopu directly from your client history. That's this page.
Ask sopu
Prefer not to connect anything? sopu's built-in Ask runs on managed Groq, included in your plan. Bring your own key whenever you want.