MCP Catalogs
Home

ultimate_mcp_server vs google-drive-mcp

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
google-drive-mcp
by piotr-agier
Stars★ 149★ 151
30d uses
Score8549
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
File SystemCloud StorageProductivity
LanguagePythonTypeScript
Last commit2 mo agothis month

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

google-drive-mcp · Summary

A comprehensive MCP server for managing Google Drive files, Docs, Sheets, Slides, and Calendar with OAuth authentication.

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

google-drive-mcp · Use cases

  • Automatically creating and organizing project documents in Google Drive
  • Managing calendar events and scheduling meetings through AI assistants
  • Searching and analyzing spreadsheets and documents through natural language

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

google-drive-mcp · Install

Installation

Option 1: Use with npx (Recommended)

# Run the server (authentication happens automatically on first run)
npx @piotr-agier/google-drive-mcp

# Optional: Run authentication manually if needed
npx @piotr-agier/google-drive-mcp auth

Option 2: Local Installation

  1. Clone and install:

``bash git clone https://github.com/piotr-agier/google-drive-mcp.git cd google-drive-mcp npm install ``

  1. Set up credentials:

```bash # Copy the example file cp gcp-oauth.keys.example.json gcp-oauth.keys.json

# Edit gcp-oauth.keys.json with your OAuth client ID ```

  1. Authenticate (optional):

``bash npm run auth ``

Claude Desktop Configuration

{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": ["@piotr-agier/google-drive-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.