Expert Role Prompt MCP
by justmy2satoshis
50 specialized expert personas with reasoning chains for domain-specific prompt enhancement in Claude Desktop.
What it does
Expert Role Prompt MCP connects to Claude Desktop and provides 50 curated expert personas across six domains — engineering, business, creative, scientific, educational, and specialist roles. When you describe a task, the server nominates the best-fitting expert, applies domain-specific reasoning frameworks (chain-of-thought or tree-of-thought), and returns an enhanced prompt enriched with analytical structure, best practices, and risk mitigation strategies. It runs entirely locally with zero API costs.
Tools
- nominate_expert — Given a task description and optional context, selects the most relevant expert persona and returns a confidence score with reasoning.
- enhance_prompt — Takes an expert ID and task description, then enriches the prompt with domain-specific analysis frameworks, step-by-step approaches, and best practices.
- list_expert_roles — Returns the catalog of 50 expert roles, optionally filtered by category (engineering, business, creative, science, education, specialist).
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"expert-role-prompt": {
"command": "npx",
"args": ["-y", "expert-role-prompt-mcp"],
"env": {}
}
}
}
Or clone and build from source, then point the config at the local server.js path.
Supported hosts
Claude Desktop (confirmed in README). Requires MCP support enabled — does not work with Claude.ai web.
Quick install
npx -y expert-role-prompt-mcpInformation
- Pricing
- free
- Published