Odel
aiterm mcp

aiterm mcp

Local
@kitepon5JavaScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaiterm-mcpv0.31.1

Run

npx -y aiterm-mcp

MCP client config

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