agentrender mcp for Grok
io.github.corbinvachal48/agentrender-mcp
URL to screenshot, PDF, or structured extract for AI agents via MCP.
client:Grok
transport:stdio
runtime:pypi
Install agentrender mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentrender-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentrender-mcp"
],
"env": {
"AGENTRENDER_API_KEY": "<AGENTRENDER_API_KEY>",
"AGENTRENDER_BASE_URL": "<AGENTRENDER_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs