mcp-man
Postman for MCP — search 156 servers, inspect tools with schema visualizer, test live
mcp-man
Postman for MCP. Search 156 servers, inspect their tools, test them live — all from the browser.
npm install -g @aaglexx/mcp-man
mcp-man ui

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
| Registry | 156 servers, searchable by name or tag |
| Inspect | Connect to any server, browse tools with full schema visualizer |
| Test | Call any tool live with JSON args, see the raw response |
| Auth wizard | Guided API key setup for 78 servers — with direct links to get each token |
| CLI | Everything available from the terminal too |
Get started
# 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
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:
{
"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
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
- Registry with 156 servers
- Schema visualizer
- Auth wizard for 78 servers
- Sandboxed runner — no local install needed
- Health badge per server
MIT
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
AI 測試大師 / mcp-test-runner
AI 測試大師 — MCP server driving pytest / Jest / Cypress / Go / Maestro. Analyze, generate, run, advise. Web + Mobile (iOS/Android/BlueStacks).
React Native Debugger MCP
Connects to the React Native application debugger to retrieve console logs from Metro.
Universal Crypto MCP
Enable AI agents to interact with any EVM blockchain through natural language.
MCP SSH Server
Securely execute remote commands and perform file operations over SSH, with support for both password and key-based authentication.
Frappe MCP Server
An MCP server for the Frappe Framework, enabling AI assistants to interact with Frappe's REST API for document management and schema operations.
A2ABench
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
Remote MCP Server on Cloudflare
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.
Sentinel Signal MCP
Agent tools via MCP for workflow scoring, limits/usage, and feedback (trial key supported)
MCP Framework
A TypeScript framework for building Model Context Protocol (MCP) servers.