UNPKG

google-mcp-server

Version:

Google Suite MCP Server for Cursor and other MCP clients

28 lines (24 loc) 584 B
# Core dependencies google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client pyyaml # Google Sheets, Drive, and Calendar specific dependencies google-api-python-client[sheets] google-api-python-client[drive] google-api-python-client[calendar] flask # Optional dependencies for semantic search # Uncomment these if you want to enable semantic search capabilities numpy>=1.19.0 sentence-transformers>=2.2.0 # Server components fastapi>=0.70.0 uvicorn>=0.15.0 httpx>=0.21.0 fastmcp>=0.1.0 google-api-core>=2.11.0 fastapi>=0.95.0 pytest>=7.0.0 pytest-cov>=4.0.0