agentrender mcp for Claude Desktop
io.github.corbinvachal48/agentrender-mcp
URL to screenshot, PDF, or structured extract for AI agents via MCP.
client:Claude Desktop
transport:stdio
runtime:pypi
Install agentrender mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentrender-mcp": {
"command": "uvx",
"args": [
"agentrender-mcp"
],
"env": {
"AGENTRENDER_API_KEY": "<AGENTRENDER_API_KEY>",
"AGENTRENDER_BASE_URL": "<AGENTRENDER_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs