MCP-Server-based-Ai-Automation-hub
Verified Safeby Maheshnath09
Overview
Serves as an AI-powered automation hub to manage tasks, calendars, spreadsheets, and emails across Notion and Google Workspace.
Installation
uv run src/main.pyEnvironment Variables
- NOTION_API_KEY
- NOTION_DATABASE_ID
Security Notes
The server uses environment variables (NOTION_API_KEY, NOTION_DATABASE_ID) for Notion credentials and Google's OAuth flow with `credentials.json` and `token.json` for Google services, which is a standard and secure practice. All external API calls are made via `httpx` with proper error handling. No 'eval' or obvious obfuscation was found. Sensitive files (`credentials.json`, `token.json`, `.env`) are expected to be managed securely by the user.
Similar Servers
google_workspace_mcp
Provides comprehensive natural language control over Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Custom Search) through MCP clients and AI assistants.
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
google-drive-mcp
Provides an MCP server for secure integration and file management with Google Drive, Docs, Sheets, and Slides for AI clients.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.