Install
# CLI install
npm install -g @dollhousemcp/mcp-server
MCP client config
{
"command": "npx",
"args": ["-y", "@dollhousemcp/mcp-server"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- @dollhousemcp/mcp-server
- Version
- 2.0.32
- Author
- GitHub Actions
- Published
- 2026-04-23
- Keywords
- mcp, mcp-server, model-context-protocol, personas, skills, agents, memory, templates
Related MCPs
-
React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validat
-
LMCP — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your
-
MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time
-
Stop losing team knowledge. Capture your team's engineering decisions and serve them to Claude Code, Cursor, and Windsurf via MCP.