by toolprint
Dynamically expose tools from proxied servers based on an Agent Persona
# Add to your Claude Code skills
git clone https://github.com/toolprint/hypertool-mcpConnect unlimited MCP servers. Use 10, 50, or 500+ tools total - your AI only sees what it needs.
Build "git-essentials" with 5 tools instead of drowning in 47 Git commands. Switch contexts instantly.
Enhance tools with examples and context. Watch your AI pick the right tool 89% more often.
# In your project directory
cp .mcp.json .mcp.hypertool.json
Replace your .mcp.json with:
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", ".mcp.hypertool.json"]
}
}
}
No comments yet. Be the first to share your thoughts!
Restart your AI and try:
You: "Create a toolset called 'coding' with git and docker tools"
AI: "Created 'coding' toolset with 15 focused tools"
You: "Switch to coding toolset"
AI: "Equipped! I now have just the tools needed for development"
That's it! Your AI is now focused and effective. π
π‘ Want automated setup? Try our interactive setup command - see Advanced Guide for details.
π Configuration Mode: HyperTool uses a smart Configuration Mode to keep toolset management separate from your operational tools. Learn more in the Configuration Mode Guide.
Don't want to configure from scratch? Use personas - ready-to-use MCP server bundles with pre-built toolsets.
Think of personas as "app bundles" for your AI - they come with:
# 1. Clone the persona collection
git clone https://github.com/toolprint/awesome-mcp-personas
# 2. Add a persona (e.g., web-dev persona)
hypertool-mcp persona add awesome-mcp-personas/personas/web-dev
# 3. Run with the persona
npx -y @toolprint/hypertool-mcp mcp run --persona web-dev
That's it! No server configuration needed. The persona brings its own servers and toolsets.
π¦ Browse all available personas: awesome-mcp-personas
| Persona | Included Servers | Best For | |---------|-----------------|----------| | web-dev | Git, Docker, Filesystem, Browser, Testing | Full-stack web development | | data-scientist | Python, Jupyter, Database, Filesystem, Plotting | Data analysis & ML workflows | | devops | Docker, Kubernetes, AWS, Terraform, Monitoring | Infrastructure & deployment | | content-creator | Notion, Slack, Grammar, SEO, Social | Writing & content management | | researcher | Perplexity, Arxiv, Wikipedia, Filesystem | Research & knowledge work |
# Standard Mode (use your existing MCP servers):
npx -y @toolprint/hypertool-mcp mcp run --mcp-config .mcp.hypertool.json
# Persona Mode (bundled servers + pre-built toolsets):
npx -y @toolprint/hypertool-mcp mcp run --persona web-dev
# Persona Mode with specific toolset:
npx -y @toolprint/hypertool-mcp mcp run --persona web-dev --equip-toolset frontend
π‘ Pro tip: Personas can be mixed with your existing servers! Add --mcp-config to include your custom servers alongside the persona's servers.
π Learn more: See the complete Personas Guide for detailed instructions, creating custom personas, and troubleshooting.
See exactly how much context each tool consumes. Optimize your toolsets with token estimates for every tool.
Why it matters:
How to use:
Ask your AI to use these MCP tools to see context information:
list-available-tools - Shows token estimates for all available toolsget-active-toolset - Shows token usage for your currently equipped toolsetEach tool displays estimated tokens and percentage of total context consumed. Perfect for building lean, efficient toolsets!
Targeted toolsets across any number of MCPs. Swap to the best toolset for a goal with a tool call. Dynamic tool registration.
Before: Tool Chaos π΅
βββββββββββββββ βββββββββββββββββββββββββββββββ
β Claude/ ββββΆβ 50+ tools from 8 servers β
β Cursor β β β Wrong picks β
β β β β Slow decisions β
β β β β Confused context β
βββββββββββββββ βββββββββββββββββββββββββββββββ
After: Expert Mode π―
βββββββββββββββ ββββββββββββββββ βββββββββββββββββββ
β Claude/ ββββΆβ HyperTool ββββΆβ ALL Your Tools β
β Cursor β β (Local) β β (Same servers) β
βββββββββββββββ ββββββββββββββββ βββββββββββββββββββ
β
βΌ
βββββββββββββββββββ
β Smart Toolsets β
β π¨ coding (5) β β "I'm coding now"
β π writing (3) β β "I'm writing now"
β π analysis (4) β β "I'm analyzing now"
βββββββββββββββββββ
β
Expert picks every time
Just like Spotify playlists organize your music, toolsets organize your AI tools:
ALL YOUR TOOLS (64 total) YOUR TOOLSETS
ββββββββββββββββββββββββββββββ ββββββββββββββββββββ
β π³ Docker (19 tools) β β π¨ "coding" β
β β’ build_image β βββββΆ β β’ git.status β
β β’ create_container β β β β’ git.commit β
β β’ run_container β β β β’ docker.build β
β β’ stop_container β β β β’ docker.run β
β β’ [... 15 more] β β β β’ github.pr β
ββββββββββββββββββββββββββββββ€ β ββββββββββββββββββββ
β π Git (12 tools) βββββ€
β β’ status β β ββββββββββββββββββββ
β β’ commit β β β π "writing" β
β β’ push β βββββΆ β β’ notion.create β
β β’ [... 9 more] β β β’ slack.send β
ββββββββββββββββββββββββββββββ€ β β’ grammarly.fix β
β π Notion (8 tools) βββββββ ββββββββββββββββββββ
β π¬ Slack (6 tools) β β
β π Linear (10 tools) β β ββββββββββββββββββββ
β π§ͺ Testing (9 tools) β βββΆ β π "debugging" β
ββββββββββββββββββββββββββββββ β β’ logs.search β
β β’ docker.logs β
AI sees ALL 64 tools = confused π΅ β β’ traces.view β
ββββββββββββββββββββ
AI sees 3-5 tools = focused π―
Create focused toolsets for different workflows:
"deep-coding": git + docker + filesystem (12 tools)
β Everything you need for feature development
"code-review": git + github + linear (10 tools)
β Review PRs, update tickets, merge with confidence
"debugging": logs + docker + traces + alerts (8 tools)
β Find and fix issues fast
"writing": notion + grammarly + slack (6 tools)
β Blog posts, docs, and team updates
"research": perplexity + notion + filesystem (7 tools)
β Deep dives with organized notes
You: "I need to debug our API"
AI: "I'll switch to the debugging toolset for better focus"
[Now has: logs, traces, curl, docker]
You: "Actually, let's write the incident report"
AI: "Switching to writing toolset"
[Now has: notion, slack, templates]
π‘ Pro tip: Start with 3-5 tools per toolset. Your AI will thank you!
Explore everything HyperTool can do:
| Feature | Description | Guide | |---------|-------------|-------| | π Personas | Pre-configured MCP server bundles with curated