mctop

aloki-alok/mctop
★ 0 stars Go Code/Dev Tools Updated today
A terminal client for MCP servers: explore, call, and CI-test any server. curl and k9s for the Model Context Protocol.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mctop": {
      "command": "go",
      "args": [
        "run",
        "github.com/aloki-alok/mctop@latest"
      ]
    }
  }
}

README Excerpt

A terminal client for MCP servers. Connect to any server, browse its tools, resources, and prompts, call them, and watch the result, without leaving the shell. Then assert the server's contract in CI so a renamed tool or a drifted schema fails the build instead of breaking an agent in production. Think `curl` and `k9s`, but for the Model Context Protocol.