AI-Agent-MCP-Server

AB94-nextleap/AI-Agent-MCP-Server
★ 0 stars Python Security Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install ai-agent-mcp-server

README Excerpt

A FastAPI-based local server that acts as a secure tool bridge to Google Docs and Gmail via OAuth 2.0. Before performing any write or compose actions, the server displays the payload in the terminal and blocks for user confirmation. --- 1. Go to the [Google Cloud Console](https://console.cloud.google.com/).