Skip to content
Cursor

agentrender mcp for Cursor

io.github.corbinvachal48/agentrender-mcp

URL to screenshot, PDF, or structured extract for AI agents via MCP.

client:Cursor transport:stdio runtime:pypi

Install agentrender mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentrender-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentrender-mcp"
      ],
      "env": {
        "AGENTRENDER_API_KEY": "<AGENTRENDER_API_KEY>",
        "AGENTRENDER_BASE_URL": "<AGENTRENDER_BASE_URL>"
      }
    }
  }
}

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

agentrender mcp in other clients