Soul MCP Server

MCP server for SOUL.md - validate and generate soul files directly from Claude Desktop or any MCP-compatible client. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 3 documented tools (including validate_soul_file, generate_soul_template, score_soul_file) for browsing or selecting items from that list.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-18 · ★ 2 · #620 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Soul MCP Server

Claude Code

claude mcp add antoniotf5-soul-mcp-server -- npx -y soul-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package soul-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.AntonioTF5 is GitHub-verified and matches the repo owner

03 · What Soul MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can validate a .soul.md file against the SOUL.md schema, generate a starter .soul.md for a given agent name and keywords, and read a completeness score (0–100) based on how many optional fields are filled.

The 3 tools it gives your agent

Extracted from the project's README - what soul-mcp-server lets an agent do.

validate_soul_file
- Validates a .soul.md file against the SOUL.md schema.
generate_soul_template
- Generates a starter .soul.md for a given agent name and keywords.
score_soul_file
- Returns a completeness score (0–100) based on how many optional fields are filled.

04 · Who maintains Soul MCP Server

soul-mcp-server is maintained by antoniotf5. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #620 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.AntonioTF5/soul-mcp-server (active, first published 2026-04-18)
packages
npm:soul-mcp-server

06 · Soul MCP Server FAQ

Is Soul MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-18. We re-verify nightly.

What can Soul MCP Server do?

With this server connected, an agent can validate a .soul.md file against the SOUL.md schema, generate a starter .soul.md for a given agent name and keywords, and read a completeness score (0–100) based on how many optional fields are filled.

How do I install Soul MCP Server?

Run `npx -y soul-mcp-server`. You can also paste the ready-made client config above.

Does Soul MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Soul MCP Server