mcpbeat Sign in

Arezzo MCP Server

by convergentmethods Your server? Claim it
local only

Arezzo runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi. Last commit 28 Apr 2026.

Deterministic Google Docs API compiler. Your agent stops silently corrupting documents.

Installs per day peak 29 · avg 13 · -1% w/w
a month agotoday
74
Installs / week
pypi · arezzo
0
Stars
0 open issues
28 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Arezzo 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 arezzo -- uvx arezzo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arezzo": {
      "args": [
        "arezzo"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arezzo]
command = "uvx"
args = ["arezzo"]
.cursor/mcp.json
{
  "mcpServers": {
    "arezzo": {
      "args": [
        "arezzo"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arezzo": {
      "args": [
        "arezzo"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_APPLICATION_CREDENTIALS (Path to the Google OAuth2 client credentials JSON (Desktop application type, Docs API enabled). Required — the Google Docs API does not support anonymous access. Run 'arezzo init' to walk through OAuth setup and write platform config.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Arezzo

same job, measured the same way
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only
Gdocs Comments MCP
by stanislawherjan1

Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do.

45 installs/wk local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
Truepane
by antonkarliner

Local MCP server generating complete App Store & Google Play screenshot sets.

89 installs/wk local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
My App Store Ranking
by myappstoreranking

Access to your Apple App Store and Google Play Store rankings, competitors and chart moves.

9 tools answering

Arezzo — questions

Answers built from our own checks of this server.

Why is there no uptime for Arezzo?
Arezzo 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 arezzo was installed 74 times last week.
How do I connect Arezzo?
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 arezzo straight from pypi; nothing to host, nothing to sign up for.
How many people use Arezzo?
The pypi package arezzo was installed 74 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Arezzo 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.