PluginBench
MCP Server
Active
MIT

MCP Test Runner MCP Server

io.github.LovRanRan/mcp-test-runner

What is the MCP Test Runner MCP server?

Local test execution and coverage summaries for onboarding agents.

How to install MCP Test Runner

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-test-runner": {
      "command": "uvx",
      "args": [
        "lovranran-mcp-test-runner"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-test-runner": {
      "command": "uvx",
      "args": [
        "lovranran-mcp-test-runner"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-test-runner": {
      "command": "uvx",
      "args": [
        "lovranran-mcp-test-runner"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-test-runner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lovranran-mcp-test-runner"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-test-runner -- uvx lovranran-mcp-test-runner

Related MCP servers

Python symbol exploration for codebase onboarding agents.

0
Python
MIT
View repository →

MCP Repo Mapper

Maintained

Deterministic repository structure mapping for onboarding agents.

0
Python
MIT
View repository →