Skip to content
VS Code

MCP Test Runner for VS Code

io.github.lovranran/mcp-test-runner

Local test execution and coverage summaries for onboarding agents.

client:VS Code transport:stdio runtime:pypi

Install MCP Test Runner in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-test-runner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lovranran-mcp-test-runner"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Test Runner in other clients