MCP Man
Postman for MCP servers — inspect tools, test live, browse 150+ servers
What is MCP Man?
MCP Man is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to postman for mcp servers — inspect tools, test live, browse 150+ servers
Postman for MCP servers — inspect tools, test live, browse 150+ servers
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Postman for MCP servers — inspect tools, test live, browse 1
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-manConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Man
MCP Man is a developer tool that acts as a Postman-style inspector and live tester for MCP servers, letting you browse a curated registry of 150+ servers, inspect their full tool schemas, and call tools with real arguments directly from your terminal. It provides CLI commands for searching the registry by name or tag, connecting to any running MCP server to introspect available tools, and executing live calls to see raw responses. Teams use it to evaluate new MCP servers before integrating them, debug tool behavior, and rapidly prototype agent workflows without writing any glue code.
Prerequisites
- Node.js 16+ installed
- npm or npx available in your PATH
- No mandatory API keys (individual server testing may require server-specific credentials)
- An MCP-compatible client such as Claude Desktop (optional, for in-session use)
Install mcp-man globally
Install the @aaglexx/mcp-man package globally so the `mcp-man` CLI is available anywhere in your terminal.
npm install -g @aaglexx/mcp-manLaunch the interactive UI
Run `mcp-man ui` to open the interactive browser interface that lets you search, inspect, and test servers visually.
mcp-man uiSearch the MCP server registry
Use the search subcommand to find servers by name or tag from the 150+ server registry.
mcp-man search github
mcp-man search --tag databaseInspect tools on a running MCP server
Connect to any MCP server by its launch command and immediately see every tool it exposes, including full parameter schemas and types.
mcp-man inspect "npx -y @modelcontextprotocol/server-memory"Call a tool live and see the response
Execute a specific tool against a running MCP server with JSON arguments and view the raw response. Useful for debugging and validation.
mcp-man test read_graph --server "npx -y @modelcontextprotocol/server-memory"MCP Man Examples
Client configuration
Add mcp-man itself as an MCP server in Claude Desktop so Claude can discover and query information about other MCP servers during a session.
{
"mcpServers": {
"mcp-man": {
"command": "npx",
"args": ["-y", "@aaglexx/mcp-man"]
}
}
}Prompts to try
Example terminal commands and agent prompts for discovering and testing MCP servers with mcp-man.
- "Search for MCP servers tagged with 'database'."
- "Inspect all tools available in the GitHub MCP server."
- "What parameters does the read_graph tool require?"
- "Show me all MCP servers in the registry that deal with file operations."
- "Test the create_entities tool on the memory MCP server with a sample entity."Troubleshooting MCP Man
mcp-man command not found after global install
Ensure npm's global bin directory is in your PATH. Run `npm bin -g` to find the directory and add it to your shell profile (e.g., `export PATH=$(npm bin -g):$PATH` in ~/.zshrc).
Inspecting a server fails with connection or spawn error
The server launch command passed to `mcp-man inspect` must be a valid, executable command. Ensure the target server's package is installed or accessible via npx. Test the server launch command independently first.
Server-specific tests fail with authentication errors
Some servers in the registry (like GitHub or Notion) require credentials. The integrated auth wizard will prompt for required tokens. Alternatively, pass them as environment variables before running the test command.
Frequently Asked Questions about MCP Man
What is MCP Man?
MCP Man is a Model Context Protocol (MCP) server that postman for mcp servers — inspect tools, test live, browse 150+ servers It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Man?
Follow the installation instructions on the MCP Man GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP Man?
MCP Man works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Man free to use?
Yes, MCP Man is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
MCP Man Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP Man? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP Man in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP Man?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.