MCP server for SOUL.md — validate and generate soul files from Claude Desktop.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"soul-mcp-server": {
"command": "npx",
"args": [
"-y",
"AntonioTF5/soul-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add soul-mcp-server npx -y AntonioTF5/soul-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"soul-mcp-server": {
"command": "npx",
"args": [
"-y",
"AntonioTF5/soul-mcp-server"
]
}
}
}