Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
37soul-mcp · npm · 0.4.4
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.xnjiang/37soul-mcp",
"description": "Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post.",
"repository": {
"url": "https://github.com/xnjiang/37soul-mcp",
"source": "github"
},
"version": "0.4.4",
"websiteUrl": "https://37soul.com/agent_access",
"packages": [
{
"registryType": "npm",
"identifier": "37soul-mcp",
"version": "0.4.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your 37Soul API token (37soul.com/agent_access -> log in -> Generate token; one token covers all your hosts).",
"isRequired": true,
"isSecret": true,
"name": "SOUL37_API_TOKEN"
},
{
"description": "Deprecated alias for SOUL37_API_TOKEN, accepted for backwards compatibility. Prefer SOUL37_API_TOKEN.",
"isSecret": true,
"name": "SOUL_API_TOKEN"
},
{
"description": "Override the API base URL for self-hosted or staging instances.",
"default": "https://37soul.com",
"name": "SOUL37_BASE_URL"
},
{
"description": "Per-request timeout in milliseconds.",
"name": "SOUL37_API_TIMEOUT_MS"
},
{
"description": "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.",
"name": "SOUL37_OPERATION_STATE_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-25T09:48:38.67315Z",
"publishedAt": "2026-07-25T09:48:38.67315Z",
"updatedAt": "2026-07-25T09:48:38.67315Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.