hypertool-mcp
Dynamically expose tools from proxied servers based on an Agent Persona
Hypertool MCP allows you to connect multiple Model Context Protocol (MCP) servers, enabling your AI to access a wide range of tools tailored to specific tasks. With this server, you can create task-specific toolsets, ensuring that your AI only sees the tools it needs, thus enhancing its efficiency and effectiveness. The smart tool descriptions feature further improves tool selection by providing context and examples, leading to better decision-making by the AI.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hypertool-mcp": {
"args": [
"-y",
"@toolprint/hypertool-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions