mcpbeat Sign in

Agentrender MCP Server

by corbinvachal48 Your server? Claim it
local only

Agentrender MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

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

Installs / week
pypi · agentrender-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Agentrender MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentrender-mcp -- uvx agentrender-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentrender-mcp": {
      "args": [
        "agentrender-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentrender-mcp]
command = "uvx"
args = ["agentrender-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentrender-mcp": {
      "args": [
        "agentrender-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentrender-mcp": {
      "args": [
        "agentrender-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Agentrender MCP

same job, measured the same way
Cyberwarex Web Access
by cyberpunk11147

Web access for agents: fetch, extract, screenshot, or PDF any public URL.

local only
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

31 installs/wk 4 tools answering
N
Shotbot MCP
by shotbot

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.

8 installs/wk local only
AI Process Manager (AIPM)
by agorapassadoagora-debug

Structured Windows state for AI agents: processes, windows, UI trees. No screenshots.

21 installs/wk local only
rasterly
by rasterly-dev

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

14 installs/wk local only
rasterly
by jhonychain

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

local only
Ottersnap
by zzzjy765

Screenshots, PDFs, OG images and page extraction for AI agents. Hosted API with a free tier.

local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

44 installs/wk local only

Agentrender MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentrender MCP?
Agentrender MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agentrender-mcp.
How do I connect Agentrender MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentrender-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Agentrender MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.