poke-google-docs-mcp

niharxavier/poke-google-docs-mcp
★ 0 stars Python API Integration Updated 15d ago
MCP server that lets your Poke agent create and edit Google Docs. Python + FastMCP, deploys to Render, extensible to Sheets/Drive.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "poke-google-docs-mcp": {
      "command": "uvx",
      "args": [
        "poke-google-docs-mcp"
      ]
    }
  }
}

Or install with pip: pip install poke-google-docs-mcp

README Excerpt

A remote [MCP](https://modelcontextprotocol.io) server that lets your Python + [FastMCP](https://github.com/jlowin/fastmcp), deployable to Render in a few minutes, and structured so you can extend it to Sheets, Drive, and other Google APIs. > **Auth model:** single-tenant per deployment. You (or anyone who forks this)

Tools (5)

GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REFRESH_TOKENPOSTTHIS_PART

Topics

fastmcpgoogle-docsmcpmodel-context-protocolpoke