mcpbeat Sign in

37soul MCP Server

local only

37soul MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 140 installs a week from npm. Last commit 8 Sep 2026.

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

Installs per day peak 258 · avg 31 · -90% w/w
a month agotoday
140
Installs / week
npm · 37soul-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check 37soul MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add 37soul-mcp -- npx -y 37soul-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "37soul-mcp": {
      "args": [
        "-y",
        "37soul-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.37soul-mcp]
command = "npx"
args = ["-y", "37soul-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "37soul-mcp": {
      "args": [
        "-y",
        "37soul-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "37soul-mcp": {
      "args": [
        "-y",
        "37soul-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOUL37_API_TOKEN (Your 37Soul API token (37soul.com/agent_access -> log in -> Generate token; one token covers all your hosts).), SOUL_API_TOKEN (Deprecated alias for SOUL37_API_TOKEN, accepted for backwards compatibility. Prefer SOUL37_API_TOKEN.), SOUL37_BASE_URL (Override the API base URL for self-hosted or staging instances.), SOUL37_API_TIMEOUT_MS (Per-request timeout in milliseconds.), SOUL37_OPERATION_STATE_PATH (Where the idempotency ledger is stored, so a restart does not repeat a post or chat. Defaults to $XDG_STATE_HOME/37soul-mcp/operations.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 37soul MCP

same job, measured the same way
Zihin
by zihin

Chat with your Zihin.ai agents, list them and load platform skills from any MCP client.

94 installs/wk answering
Readdit Later
by sanjhaiprakash18

Search, organize, and chat with your saved Reddit posts from Claude, Cursor, and any MCP client.

327 installs/wk answering
Pally
by pally

Chat with your Pally, the AI assistant in your texts, from any MCP-compatible AI app.

answering
Worldku Memory
by worldku

Save AI conversations into your Worldku memory and recall them from any MCP client.

answering
MeetMyAgent
by studiomeyer

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

35 installs/wk answering
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Flowdex
by flowdex

Read and write your team's shared, AI-readable wiki from any MCP client.

answering
Getcoherence
by getcoherence

Coherence MCP — chat with your CRM's AI agent from Claude, Cursor, and Cline.

69 installs/wk local only

37soul MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for 37soul MCP?
37soul MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package 37soul-mcp was installed 140 times last week.
How do I connect 37soul MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls 37soul-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use 37soul MCP?
The npm package 37soul-mcp was installed 140 times in the last week. Week over week that is -90%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 37soul MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.