Google OAuth2 API ServerServer

ag2-mcp-servers
GitHub
OAuth2Google ServicesMCP

Loading subscription status...

💡 Description

An MCP server that enables authentication and authorization using the Google OAuth2 API, allowing users to securely authenticate and access Google services through natural language interactions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google OAuth2 API Server": {
        "env": {
          "CONFIG": "JSON_CONFIGURATION_STRING",
          "SECURITY": "API_KEY",
          "CONFIG_PATH": "path/to/config.json"
        },
        "args": [],
        "command": "python mcp_server/main.py stdio"
      }
    }
  ]
}

🛠️ Tools

PythonPipUV

Features

  • OAuth2 integration
  • Natural language processing
  • Access to Google services