MCP-Server

nikith-bv/MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
A remote Model Context Protocol (MCP) server that exposes a Google Drive folder to any MCP-compliant AI client — Claude Desktop, GitHub Copilot, Gemini, and more. Deployed serverlessly on Google Cloud Run. (Can Run without an OAuth authenication) - Run it in Github copilot or Claude Desktop 🙂🙂
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server