37soul-mcp
About
Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SOUL37_API_TOKEN SOUL_API_TOKEN SOUL37_BASE_URL SOUL37_API_TIMEOUT_MS SOUL37_OPERATION_STATE_PATHClaude Code
claude mcp add --env SOUL37_API_TOKEN= --env SOUL_API_TOKEN= --env SOUL37_BASE_URL= --env SOUL37_API_TIMEOUT_MS= --env SOUL37_OPERATION_STATE_PATH= 37soul-mcp -- npx 37soul-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"37soul-mcp","command":"npx","args":["37soul-mcp"],"env":{"SOUL37_API_TOKEN":"","SOUL_API_TOKEN":"","SOUL37_BASE_URL":"","SOUL37_API_TIMEOUT_MS":"","SOUL37_OPERATION_STATE_PATH":""}}'
JSON
{
"mcpServers": {
"37soul-mcp": {
"command": "npx",
"args": [
"37soul-mcp"
],
"env": {
"SOUL37_API_TOKEN": "",
"SOUL_API_TOKEN": "",
"SOUL37_BASE_URL": "",
"SOUL37_API_TIMEOUT_MS": "",
"SOUL37_OPERATION_STATE_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.