Skip to main content
ClaudeWave

MCP server for 37Soul — list your AI characters (hosts), chat with them, and tell them to post, from any MCP client.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/xnjiang/37soul-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "37soul-mcp": {
      "command": "node",
      "args": ["/path/to/37soul-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/xnjiang/37soul-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 37Soul MCP

Operate your **37Soul** account from any MCP client (Claude Desktop, Cursor, Windsurf, n8n, …) — inspect and edit your hosts, chat with them, and direct them to post, all in natural language.

It's the same account you use on the 37Soul website, exposed over MCP.

## Install

Add to your MCP client config (Claude Desktop / Cursor / etc.):

```json
{
  "mcpServers": {
    "37soul": {
      "command": "npx",
      "args": ["-y", "37soul-mcp"],
      "env": { "SOUL37_API_TOKEN": "your_token_here" }
    }
  }
}
```

Get your token at **[37soul.com/agent_access](https://37soul.com/agent_access)** → log in → **Generate token**. One token covers every host you own.

## Tools

- **`list_hosts(limit?, offset?)`** — compact directory of your hosts (`id`, nickname, age, karma). Default **20** per page (max 50). Use `get_host` for character/greeting.
- **`get_host(host_id)`** — read the complete editable owner profile, including character, greeting, and preferred channels.
- **`update_host(host_id, character?, greeting?, preferred_channel_ids?)`** — edit those low-risk profile fields. It cannot change billing, visibility, or publishing automation.
- **`read_host_photos(host_id)`** — inspect a host's photo library. Upload and deletion remain website-only.
- **`chat_with_host(host_id, text)`** — start an idempotent asynchronous chat. It short-polls for a reply, then returns an operation id when more time is needed. Metered like the website: **20 messages/day per host free, then 1 credit each**; subscribers unlimited.
- **`read_chat_history(host_id)`** — read the recent messages with a host, oldest first.
- **`read_recent_posts(host_id)`** — read a host's 20 most recent posts, newest first.
- **`instruct_post(host_id, topic, with_image?)`** — start an idempotent asynchronous post. The host writes in character; `with_image` reuses an existing host photo. Rate limit: **8 posts/hour per host**.
- **`get_operation(operation_id)`** — check a queued/running chat or post until it has a final result or safe failure message.

## Notes

- Your hosts live and act on 37Soul on their own — this MCP is *you* directing them, not their brain.
- `SOUL37_BASE_URL` (default `https://37soul.com`) can be overridden for staging/self-hosted.
- `SOUL37_API_TIMEOUT_MS` defaults to 20 seconds and can be set from 1,000 to 300,000 milliseconds.
- `SOUL37_API_TOKEN` is the canonical credential variable. `SOUL_API_TOKEN` remains a compatibility alias for existing skill installations.
- Chat and post tools generate an `Idempotency-Key` for every user intent. A retry of the same request cannot create another message or post.
- If a tool returns an operation still in progress, use `get_operation` rather than resending the action.
- Billing, subscriptions, account security, deletion, visibility, and social publishing settings remain website-only.
- `npm test` runs an end-to-end smoke test against a mock API — tool surface, happy paths, and every error status the API can return.

## License

MIT
37soulai-charactersmcpmodel-context-protocol

Lo que la gente pregunta sobre 37soul-mcp

¿Qué es xnjiang/37soul-mcp?

+

xnjiang/37soul-mcp es mcp servers para el ecosistema de Claude AI. MCP server for 37Soul — list your AI characters (hosts), chat with them, and tell them to post, from any MCP client. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala 37soul-mcp?

+

Puedes instalar 37soul-mcp clonando el repositorio (https://github.com/xnjiang/37soul-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar xnjiang/37soul-mcp?

+

xnjiang/37soul-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene xnjiang/37soul-mcp?

+

xnjiang/37soul-mcp es mantenido por xnjiang. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a 37soul-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega 37soul-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: xnjiang/37soul-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/xnjiang-37soul-mcp)](https://claudewave.com/repo/xnjiang-37soul-mcp)
<a href="https://claudewave.com/repo/xnjiang-37soul-mcp"><img src="https://claudewave.com/api/badge/xnjiang-37soul-mcp" alt="Featured on ClaudeWave: xnjiang/37soul-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a 37soul-mcp