A curated collection of persona-based mcp server & tool groupings.
{
"mcpServers": {
"hypertool": {
"args": [
"-y",
"@toolprint/hypertool-mcp@latest",
"mcp",
"run",
"--persona",
"intern"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
If you've been manually copying mcp.json files and wondering which MCP servers work well together, personas solve that problem.
Is it safe?
No known CVEs for @toolprint/hypertool-mcp.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 209 days ago. 36 stars. 98 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Awesome Mcp Personas and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
If you've been manually copying mcp.json files and wondering which MCP servers work well together, personas solve that problem.
Instead of this tedious process:
- ❌ Research 50+ individual MCP servers
- ❌ Test which ones work together
- ❌ Configure each server individually
- ❌ Debug compatibility issues
- ❌ Repeat for every new project
Get this instant setup:
+ ✅ Install one persona = get 5-15 perfectly configured MCP servers
+ ✅ Community-created toolkits using validated MCP servers from established registries
+ ✅ Zero compatibility issues, zero debugging
+ ✅ Works immediately in Claude Code, Cursor, Continue, etc.
| Your Role | Old Way (Hours) | Persona Way (Seconds) |
|-----------|-----------------|----------------------|
| Python Developer | Research filesystem + git + code-checker + sequential-thinking + memory + fetch servers individually | "persona": "python-backend-engineer" ✨ |
| DevOps Engineer | Configure AWS CLI + CloudFormation + EKS + Docker + Postgres + DynamoDB separately | "persona": "aws-cloud-engineer" ✨ |
| Database Admin | Set up Postgres + monitoring + charting + git + memory + time servers | "persona": "postgresql-dba" ✨ |
Pick a persona from the catalog below or browse the personas/ directory. Start with intern if you're new!
cp personas/intern/mcp.json ./.mcp.json
cp personas/intern/mcp.json ~/.cursor/mcp.json
# Copy to your application's mcp.json location
cp personas/intern/mcp.json <your-app-config-path>/mcp.json
⚠️ Note: Replace any
<placeholder>values with your actual credentials.
Get access to complete persona features including organized toolsets, workflows, and advanced configurations:
# Step 1: Clone this repository
git clone https://github.com/toolprint/awesome-mcp-personas.git
# Step 2: Install hypertool globally
npm install -g @toolprint/hypertool-mcp@latest
# Step 3: Add a persona (example: intern)
hypertool-mcp persona add ./awesome-mcp-personas/personas/intern
# Step 4: Update your application or project's mcp.json
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp@latest", "mcp", "run", "--persona", "intern"]
}
}
}
✨ Hypertool Benefits: Organized toolsets, compound workflows, persona updates, and community-contributed configurations using MCP servers from established registries. Learn more at hypertool-mcp.