MCP server for reading Google Drive files and editing Google Sheets. Provides tools for file management, document retrieval, and spreadsheet manipulation. Connects to Google Drive API and Google Sheets API. Useful for developers building AI agents that need to interact with Google Drive or Sheets.
MCP server for reading Google Drive files and editing Google Sheets. Provides tools for file management, document retrieval, and spreadsheet manipulation. Connects to Google Drive API and Google Sheets API. Useful for developers building AI agents that need to interact with Google Drive or Sheets.
npx -y @isaacphi/mcp-gdriveAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"isaacphi-mcp-gdrive-github": {
"command": "npx",
"args": [
"-y",
"npx -y @isaacphi/mcp-gdrive"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp gdrive?"
API Key Required
This server requires an API key from mcp gdrive. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_GDRIVE_API_KEY | Yes | Your mcp gdrive API key |
"What resources are available in mcp gdrive?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp gdrive"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp gdrive with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.