Skip to content
Cursor

Agent Intern for Cursor

io.github.sinantufekci/agent-intern

Delegate from Claude Code to Gemini, Codex, Copilot, Cursor and opencode CLIs as sub-agents.

client:Cursor transport:stdio runtime:pypi

Install Agent Intern in Cursor

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

{
  "mcpServers": {
    "agent-intern": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-intern"
      ]
    }
  }
}

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

Agent Intern in other clients