Skip to content
Grok

MCP Test Runner for Grok

io.github.lovranran/mcp-test-runner

Local test execution and coverage summaries for onboarding agents.

client:Grok transport:stdio runtime:pypi

Install MCP Test Runner in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Test Runner in other clients