Hypertool MCP
Rank #6,066ai.toolprint/hypertool-mcp
MCP server providing hypertool-mcp capabilities
Hypertool MCP is a Model Context Protocol (MCP) server published by toolprint. It ranks #6,066 of 115,591 servers tracked on MCP Toplist, and its repository has 158 GitHub stars. Hypertool MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 23, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 109,525 of 115,591 servers on MCP Toplist.
Use Hypertool MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hypertool-mcp -- npx -y @toolprint/hypertool-mcp[mcp_servers.hypertool-mcp]
command = "npx"
args = ["-y", "@toolprint/hypertool-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hypertool-mcp": {
"command": "npx",
"args": [
"-y",
"@toolprint/hypertool-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hypertool-mcp": {
"command": "npx",
"args": [
"-y",
"@toolprint/hypertool-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hypertool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolprint/hypertool-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hypertool-mcp": {
"command": "npx",
"args": [
"-y",
"@toolprint/hypertool-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hypertool-mcp": {
"command": "npx",
"args": [
"-y",
"@toolprint/hypertool-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.toolprint%2Fhypertool-mcp)<a href="https://mcptoplist.com/server/ai.toolprint%2Fhypertool-mcp"><img src="https://mcptoplist.com/badge/ai.toolprint%2Fhypertool-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
toolprint
Other servers by toolprint
View all toolprint servers →Available versions (2)
| Version | Published |
|---|---|
| 0.0.42 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hypertool MCP?
- Hypertool MCP is maintained by toolprint, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Hypertool MCP listed on the Official MCP Registry?
- Yes — Hypertool MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hypertool MCP have?
- MCP Toplist tracks 2 versions of Hypertool MCP, most recently published on Sep 10, 2025.
- Where can I find the source code for Hypertool MCP?
- The source code for Hypertool MCP is hosted at github.com/toolprint/hypertool-mcp.