Skip to content
Cursor

37soul mcp for Cursor

io.github.xnjiang/37soul-mcp

Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post.

client:Cursor transport:stdio runtime:npm

Install 37soul mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "37soul-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "37soul-mcp"
      ],
      "env": {
        "SOUL37_API_TOKEN": "<SOUL37_API_TOKEN>",
        "SOUL_API_TOKEN": "<SOUL_API_TOKEN>",
        "SOUL37_HOST_ID": "<SOUL37_HOST_ID>",
        "SOUL37_BASE_URL": "<SOUL37_BASE_URL>",
        "SOUL37_API_TIMEOUT_MS": "<SOUL37_API_TIMEOUT_MS>",
        "SOUL37_OPERATION_STATE_PATH": "<SOUL37_OPERATION_STATE_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

37soul mcp in other clients