Google Reader
Freeby MCP Community
MCP server to read Google Docs and Google Sheets content for AI assistants
v1.2.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolgoogle-docsgoogle-sheets
Google Reader MCP Server
MCP server to read Google Docs and Google Sheets content for AI assistants
Installation
npx -y mcp-google-reader
Reviews
Installation
Quick install
npx -y mcp-google-reader
Add to claude_desktop_config.json
{
"mcpServers": {
"google-reader": {
"command": "npx",
"args": ["-y", "mcp-google-reader"]
}
}
}