soulpack-reader
Soul Pack Reader — MCP Server providing character persona, voice, appearance, and memory materials to any AI agent
Install soulpack-reader in your MCP client
soulpack-reader is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add soulpack-reader to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; soulpack-reader's tools should appear.
{
"mcpServers": {
"soulpack-reader": {
"command": "npx",
"args": [
"-y",
"soulpack-reader"
]
}
}
}Install soulpack-reader in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. soulpack-reader will show up in the assistant's tool list on next launch.
Install soulpack-reader in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). soulpack-reader will show up in the assistant's tool list on next launch.
Install soulpack-reader in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). soulpack-reader will show up in the assistant's tool list on next launch.
Install soulpack-reader in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. soulpack-reader will show up in the assistant's tool list on next launch.
npm package: soulpack-reader
Transport
soulpack-reader supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as soulpack-reader. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
crawlforge-mcp-server
CrawlForge MCP Server - Professional Model Context Protocol server with 26 web scraping, crawling, deep-research, and autonomous-extraction tools. Returns clean Markdown and structured JSON for Claude, Cursor, and any MCP client. Defaults to local Ollama
codefizz-editor-agent
CLI and MCP server for driving the Unreal Engine 5 editor with AI — create and edit materials, blueprints, Niagara, PCG, StateTrees, data tables, widgets, and Enhanced Input. Single Go binary, no Python, no dependencies.
GuruPDF
Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.
T1/T2 Protocol
Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.
perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
mcp
Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias.
TLS Radar
SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.
Spanly
MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.