mcpbeat Sign in

Soul MCP Server

by antoniotf5 Your server? Claim it
local only

Soul MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 18 Apr 2026.

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

Installs per day peak 25 · avg 7 · +8% w/w
a month agotoday
67
Installs / week
npm · soul-mcp-server
2
Stars
1 open issues
18 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Soul MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add soul-mcp-server -- npx -y soul-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "soul-mcp-server": {
      "args": [
        "-y",
        "soul-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.soul-mcp-server]
command = "npx"
args = ["-y", "soul-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "soul-mcp-server": {
      "args": [
        "-y",
        "soul-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "soul-mcp-server": {
      "args": [
        "-y",
        "soul-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Soul MCP Server

same job, measured the same way
Achlens
by mscott9160-web

Local-first MCP server and CLI for validating and generating synthetic ACH files.

local only
Cg Agent Kit
by neosyn

AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL.

90 installs/wk local only
Pain001 MCP
by sebastienrousseau

MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation.

304 installs/wk local only
Csvbox MCP Server
by csvbox-io

CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.

49 installs/wk local only
Opentalk2html Notmd
by aimino-tech

MCP server for HTML generation from AI agents

56 installs/wk local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
Modelbound MCP
by modelbound

Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.

51 installs/wk local only
Blank Files MCP
by filearchitect

MCP server for listing and retrieving minimal valid blank files from blankfiles.com.

29 installs/wk local only

Soul MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Soul MCP Server?
Soul MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package soul-mcp-server was installed 67 times last week.
How do I connect Soul MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls soul-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Soul MCP Server?
The npm package soul-mcp-server was installed 67 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Soul MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.