Skip to content
Cursor

atest mcp server for Cursor

io.github.linuxsuren/atest-mcp-server

Auto-download & launch https://github.com/LinuxSuRen/atest-mcp-server

client:Cursor transport:stdio runtime:npm

Install atest mcp server in Cursor

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

{
  "mcpServers": {
    "atest-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "atest-mcp-server-launcher"
      ]
    }
  }
}

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

atest mcp server in other clients