by DollhouseMCP
DollhouseMCP — a Model Context Protocol (MCP) server for dynamic AI persona management with a GitHub-powered AI assistan
Enables AI assistants like Claude to dynamically switch between different behavioral personas and personalities during conversations. Includes a GitHub-powered marketplace for discovering and sharing persona configurations.
DollhouseMCP is an official MCP server published by DollhouseMCP that provides AI assistants with tools and capabilities via the Model Context Protocol. DollhouseMCP — a Model Context Protocol (MCP) server for dynamic AI persona management with a GitHub-powered AI assistan It is categorized under ai ml.
You can install DollhouseMCP in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
AGPL-3.0
DollhouseMCP is released under the AGPL-3.0 license.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
We evaluated DollhouseMCP against two servers with overlapping tools; this profile had the clearer scope statement.
Useful MCP listing: DollhouseMCP is the kind of server we cite when onboarding engineers to host + tool permissions.
We evaluated DollhouseMCP against two servers with overlapping tools; this profile had the clearer scope statement.
I recommend DollhouseMCP for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
DollhouseMCP has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Strong directory entry: DollhouseMCP surfaces stars and publisher context so we could sanity-check maintenance before adopting.
DollhouseMCP is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
DollhouseMCP has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
I recommend DollhouseMCP for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
According to our notes, DollhouseMCP benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
showing 1-10 of 56
🌐 Repository: https://github.com/DollhouseMCP/mcp-server
🏪 Collection: https://github.com/DollhouseMCP/collection
📦 NPM Package: https://www.npmjs.com/package/@dollhousemcp/mcp-server
🌍 Website: https://dollhousemcp.com
DollhouseMCP is open source, community-powered AI customization. Create your own customization elements—personas that shape behavior, skills that add capabilities, templates for consistent outputs, agents for automation, and memories for persistent context—or use and modify an ever-growing number of customization elements from the community. Every element you create can be saved to your portfolio and used again or shared back to the DollhouseMCP Collection to help others.
100% lossless round-trip conversion between DollhouseMCP Skills and Claude Skills—all metadata, validation, and structure preserved without loss in either direction.
Import Claude Skills into the DollhouseMCP ecosystem for enhanced version control, deployment across hundreds of AI platforms that support MCP servers, security validation against hundreds of attack vectors, and integration with personas, templates, agents, and memories. Convert DollhouseMCP Skills to Claude Skills when you need compatibility with Claude-specific environments that cannot run DollhouseMCP.
→ Complete Skills Converter Guide – Lossless round-trip translation in both directions with CLI reference and examples
→ Use the DollhouseMCP skill-converter skill to convert directly from chat on LLMs with command-line access like Claude Code, Cursor, Gemini Code Assist, etc.
npm install @dollhousemcp/mcp-server
See Quick Start for complete setup instructions.
Shape how your AI behaves and responds
"Activate the creative writer persona"Add specialized capabilities your AI can use
"Enable the code review skill"Ensure consistent, high-quality outputs
"Use the project proposal template"Enable autonomous task completion
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.