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-runnerRelated MCP servers
MCP AST Explorer
Active
Python symbol exploration for codebase onboarding agents.
0
View repository →Python
MIT
MCP Repo Mapper
Maintained
Deterministic repository structure mapping for onboarding agents.
0
View repository →Python
MIT