hypertool mcp for Cursor
ai.toolprint/hypertool-mcp
Dynamically expose tools from proxied servers based on an Agent Persona
client:Cursor
transport:stdio
runtime:npm
Install hypertool mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hypertool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolprint/hypertool-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs