IsuruDR/mcp-man
Visual MCP server manager for Claude Code. Toggle, configure, and manage your MCP servers from a browser UI instead of editing JSON files by hand.
Platform-specific configuration:
{
"mcpServers": {
"mcp-man": {
"command": "npx",
"args": [
"-y",
"mcp-man"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Visual MCP server manager for Claude Code. Toggle, configure, and manage your MCP servers from a browser UI instead of editing JSON files by hand.
> Runs entirely on your machine. MCP Man is a local web server that reads and writes your local Claude Code config files. No data leaves your computer.
<p align="center"> </p>
npx @isurur/mcp-manThis opens a local web UI where you can manage all your MCP servers. On first run, it automatically installs portless for a clean URL: http://mcp-man.localhost:1355
~/.claude.json) and project-level (.mcp.json) serversmcp-man.localhost instead of a random portnpx @isurur/mcp-man [options]
Options:
--project <path> Add a project directory to manage (can be repeated)
--no-portless Skip portless integration, use localhost with port
--help, -h Show help# Basic usage
npx @isurur/mcp-man
# Manage pLoading reviews...