Skip to content
Cursor

aiterm mcp for Cursor

io.github.kitepon/aiterm-mcp

Persistent terminals and one launcher for Claude, Codex, Grok, and Cursor harnesses.

client:Cursor transport:stdio runtime:npm

Install aiterm mcp in Cursor

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

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

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

aiterm mcp in other clients