Skip to content
Cursor

ai test process mcp for Cursor

io.github.hashi-kazu/ai-test-process-mcp

AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis.

client:Cursor transport:stdio runtime:npm

Install ai test process mcp in Cursor

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

{
  "mcpServers": {
    "ai-test-process-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-test-process-mcp"
      ]
    }
  }
}

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

ai test process mcp in other clients