FREE MCP v2.0.32

@dollhousemcp/mcp-server

DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and other compatible AI assistants to activate and switch between different behavioral personas.

View on npm Source

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

Browse all MCPs →