MCP Directory
Back

mcp-stdio-tester

by aldrinm · Python · ★ 0

Command line python script to test an MCP server locally. Use this if @modelcontextprotocol/inspector doesn't work for you

Install

pip install git+https://github.com/aldrinm/mcp-stdio-tester.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-stdio-tester": {
      "command": "uvx",
      "args": [
        "git+https://github.com/aldrinm/mcp-stdio-tester.git"
      ]
    }
  }
}

Related other servers