Document 1
Freeby MCP Community
MCP server for fetching recent documents from Google Sheets
v1.0.1Added Apr 12, 2026
mcpmodel-context-protocolgoogle-sheetsdocumentsclaude
Document 1 MCP Server
MCP server for fetching recent documents from Google Sheets
Installation
npx -y document-mcp-server-1
Reviews
Installation
Quick install
npx -y document-mcp-server-1
Add to claude_desktop_config.json
{
"mcpServers": {
"document-1": {
"command": "npx",
"args": ["-y", "document-mcp-server-1"]
}
}
}