trackmcp
Back to directory

Postman for MCP servers — inspect tools, test live, browse 150+ servers

1 stars TypeScriptOthers Updated Aug 12, 2026
claudeclaude-mcpclideveloper-toolsdeveloper-tools-ai-agentmcpmcp-servermcp-serversmcp-toolsmodel-context-protocol

Documentation

npm version
npm downloads
License: MIT

mcp-man

Postman for MCP. Search 156 servers, inspect their tools, test them live — all from the browser.

bash
npm install -g @aaglexx/mcp-man
mcp-man ui
Inspect tab showing tool schema
Test tab showing live result

The problem

There are hundreds of MCP servers. But to know what any of them actually does, you have to dig through GitHub READMEs, guess at parameters, and figure out which env vars it needs. Every time.

`mcp-man` fixes that. Connect to any MCP server and instantly see every tool, its full schema, required params, and types. Then call it with one click.


What's inside

Registry156 servers, searchable by name or tag
InspectConnect to any server, browse tools with full schema visualizer
TestCall any tool live with JSON args, see the raw response
Auth wizardGuided API key setup for 78 servers — with direct links to get each token
CLIEverything available from the terminal too

Get started

bash
# No auth needed — works instantly
npx -y @modelcontextprotocol/server-memory
npx -y @modelcontextprotocol/server-filesystem /your/path

# Needs a token — wizard will guide you
github-mcp-server              → GITHUB_PERSONAL_ACCESS_TOKEN
@notionhq/notion-mcp-server    → Notion integration token

Just paste any command into the Inspect field and hit go.


CLI

bash
mcp-man search github
mcp-man search --tag database
mcp-man inspect "npx -y @modelcontextprotocol/server-memory"
mcp-man test read_graph --server "npx -y @modelcontextprotocol/server-memory"

Add your server

Edit `registry/servers.json` and open a PR:

json
{
  "name": "@you/your-mcp-server",
  "description": "One line about what it does",
  "url": "https://github.com/you/your-server",
  "tags": ["your", "tags"],
  "author": "Your Name",
  "license": "MIT"
}

If your server needs credentials, add an `env` array — the auth wizard will pick it up automatically.


Dev setup

bash
git clone https://github.com/aaglexx/mcp-man && cd mcp-man && npm install

# Terminal 1
npm run dev:cli -- ui --dev

# Terminal 2
npm run dev:web

Roadmap

  • [x] Registry with 156 servers
  • [x] Schema visualizer
  • [x] Auth wizard for 78 servers
  • [ ] Sandboxed runner — no local install needed
  • [ ] Health badge per server

MIT

Frequently asked questions

What is mcp-man?

mcp-man is Postman for MCP servers — inspect tools, test live, browse 150+ servers

How do I install mcp-man?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-man open source?

Yes — it is hosted on GitHub at https://github.com/aaglexx/mcp-man and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP