sopu/MCP
Get magic link →

Connect your AI

Connect your AI to sopu.

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 Desktop

You'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.

Sign in →

Use with AI agents

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.json
One-line CLI command (recommended)
claude mcp add sopu --transport http https://mcp.sopu.app/mcp --header "Authorization: Bearer <YOUR_SOPU_TOKEN>"
Or paste this into ~/.claude.json (JSON)
{
  "mcpServers": {
    "sopu": {
      "type": "http",
      "url": "https://mcp.sopu.app/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_SOPU_TOKEN>"
      }
    }
  }
}

Setup

  1. Run the CLI command above (replace the placeholder with your real token).
  2. Restart Claude Code, then run /mcp to verify "sopu" shows connected.

Notes

  • If editing the file manually, merge the snippet into your existing "mcpServers" — don't replace the whole file.
  • "mcpServers" is a top-level key, not nested under a project.

Try asking your agent

  • How many contacts at each pipeline stage?
  • Who haven't I followed up with in the last 14 days?
  • What should I do today?
  • Draft me a follow-up email for Alice based on her last interactions.
  • Summarize my pipeline activity from this week.
  • What did my last captured reply actually say? Read the full email.

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.