AgentHubAgentHub

Arezzo

MCP ServerMCP Registry官方收录

io.github.ConvergentMethods/arezzo · v0.1.1

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

概览

Arezzo 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "arezzo": {
      "command": "uvx",
      "args": [
        "arezzo"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.ConvergentMethods/arezzo",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "Arezzo",
  "description": "Deterministic Google Docs API compiler. Your agent stops silently corrupting documents.",
  "repository": {
    "url": "https://github.com/ConvergentMethods/arezzo",
    "source": "github"
  },
  "homepage": "https://github.com/ConvergentMethods/arezzo",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "arezzo",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GOOGLE_APPLICATION_CREDENTIALS",
            "description": "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.",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ConvergentMethods/arezzo",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ConvergentMethods%2Farezzo/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Arezzo — MCP Server 安装与配置 · AgentHub