
HyperTool MCP
by toolprint
Dynamic MCP proxy that lets you organize tools into focused toolsets and use unlimited MCP servers without hitting client limits.
What it does
HyperTool MCP acts as a smart proxy layer between your AI client and multiple underlying MCP servers. It solves the "tool chaos" problem where too many tools confuse an LLM by allowing you to group tools into specific "toolsets" (like playlists for tools) and swap between them dynamically based on the task at hand.
Tools
list-available-tools: Shows all available tools across all proxied servers with token estimates.get-active-toolset: Displays the currently equipped toolset and its total context usage.equip-toolset: Switches the active toolset to a specific name, instantly changing the AI's available capabilities.create-toolset: Defines a new group of tools for a specific workflow.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", "/path/to/.mcp.hypertool.json"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, and VS Code Copilot. In Cursor, toolsets can be hot-swapped without restarting.
Quick install
npx -y @toolprint/hypertool-mcp mcp run --mcp-config .mcp.hypertool.jsonInformation
- Pricing
- free
- Published
- 4/28/2026






