Google Drive MCP Server
Search and read files from Google Drive, Docs, and Sheets.
claude mcp add google-drive -- npx -y @modelcontextprotocol/server-google-drive
You can also call this service directly via its API: Google APIs
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
About
Access your Google Drive files directly from Claude Code. Search across documents, read Google Docs and Sheets content, and pull file metadata. Great for referencing specs, design docs, or data stored in Google Workspace without switching context.
Tags
Score Breakdown
Performance
Scores
Related
Notion MCP Server
Create, read, and search Notion pages and databases from Claude Code.
claude mcp add notion -- npx -y @notionhq/mcp-serverGitHub MCP Server
Access GitHub repos, issues, PRs, and actions directly from Claude Code.
claude mcp add github -- npx -y @modelcontextprotocol/server-githubPlaywright MCP Server
Browser automation with Playwright - test, scrape, and interact with web pages.
claude mcp add playwright -- npx -y @playwright/mcp