Back to MCP Servers

Soul Spec

Browse, install, and manage AI agent personas. Search 80+ personas from the Soul Spec registry, preview as CLAUDE.md, and install directly into your project.

ai-personasoul-specpersonaidentityagent

Installation

npx -y soul-spec-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes