mcpbeat Sign in

Hypertool MCP Server

by toolprint Your server? Claim it
local only

Hypertool MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from npm. Last commit 30 Sep 2025.

Dynamically expose tools from proxied servers based on an Agent Persona

Installs per day peak 78 · avg 24 · +77% w/w
a month agotoday
158
Installs / week
npm · @toolprint/hypertool-mcp
158
Stars
1 open issues
30 Sep 2025
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/server.ts:75
    Object.keys(process.env)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hypertool-mcp -- npx -y @toolprint/hypertool-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hypertool-mcp": {
      "args": [
        "-y",
        "@toolprint/hypertool-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hypertool-mcp]
command = "npx"
args = ["-y", "@toolprint/hypertool-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hypertool-mcp": {
      "args": [
        "-y",
        "@toolprint/hypertool-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hypertool-mcp": {
      "args": [
        "-y",
        "@toolprint/hypertool-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hypertool MCP

same job, measured the same way
npm Run MCP Server
by fstubner

An MCP server that exposes package.json scripts as tools for agents.

94 installs/wk local only
Dynoxide
by nubo-db

A DynamoDB emulator with an MCP server exposing 35 DynamoDB tools to coding agents.

5 736 installs/wk local only
I
Tool Filter MCP
by respawn-app

MCP proxy server that filters tools from upstream MCP servers via regex-based deny list

422 installs/wk local only
Pocket Agent MCP
by cwhited26

Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.

31 installs/wk 4 tools answering
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Base Price Oracle MCP
by lordbasilaiassistant-sudo

MCP server for real-time token prices on Base from on-chain DEX pools.

255 installs/wk local only
8004swap MCP
by stakemate369

MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.

26 installs/wk local only
Baseframelabs Catalogue
by abhiyoheswaran1

Agent-native catalogue of Baseframe Labs dev tools and MCP servers.

5 tools answering

Hypertool MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hypertool MCP?
Hypertool MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @toolprint/hypertool-mcp was installed 158 times last week.
How do I connect Hypertool MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @toolprint/hypertool-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hypertool MCP?
The npm package @toolprint/hypertool-mcp was installed 158 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hypertool MCP open source?
We cannot say either way: written in TypeScript, 158 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.