Skip to content
Cursor

MCP Test Runner for Cursor

io.github.lovranran/mcp-test-runner

Local test execution and coverage summaries for onboarding agents.

client:Cursor transport:stdio runtime:pypi

Install MCP Test Runner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Test Runner in other clients