MCP Man

v1.0.0Developer Toolsstable

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

claudeclaude-mcpclideveloper-toolsdeveloper-tools-ai-agent
Share:
13
Stars
0
Downloads
0
Weekly
0/5

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

Browse and test 150+ MCP servers with live inspection capabilities.
Discover and understand MCP server tools through a Postman-like interface.
aaglexx

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-man

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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-man
2

Launch the interactive UI

Run `mcp-man ui` to open the interactive browser interface that lets you search, inspect, and test servers visually.

mcp-man ui
3

Search 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 database
4

Inspect 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"
5

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.

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.

Quick Config Preview

{ "mcpServers": { "mcp-man": { "command": "npx", "args": ["-y", "mcp-man"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides