Odel
37soul mcp

37soul mcp

Local
@xnjiangJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm37soul-mcpv0.4.4

Run

npx -y 37soul-mcp

MCP client config

{
  "mcpServers": {
    "37soul-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "37soul-mcp"
      ]
    }
  }
}