MCP Integration Servers
@Aayushchaudry
关于 MCP Integration Servers
mcp server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Integration Servers?
MCP Integration Servers is a collection of Model Control Protocol (MCP) servers that enable Claude Desktop to interact with Gmail, Google Calendar, and custom backend APIs. It is designed for users who want to manage email, calendar events, or user data through natural language commands in Claude.
How to use MCP Integration Servers?
Ensure Python 3.x and the MCP package are installed. For Google services, create a Google Cloud Console project, enable Gmail and Calendar APIs, and download OAuth credentials as credentials.json. Install required packages (pip install google-auth-oauthlib google-api-python-client for Google, pip install pydantic for backend), then run mcp install server.py (for Gmail/Calendar) or mcp install backend_server.py. On first run with mcp run server.py, follow the browser link for OAuth authorization.
Key features of MCP Integration Servers
- Retrieve, search, and read latest emails from Gmail inbox
- Send emails with CC and BCC support
- Search and create calendar events
- View upcoming calendar events
- Get, create, and search users via a backend API template
- OAuth authentication for Google services with token persistence
Use cases of MCP Integration Servers
- Manage Gmail inbox (read, search, send emails) through Claude Desktop
- Create and search calendar events without leaving the chat interface
- Integrate a custom backend API for user management with Claude
- Automate email and calendar workflows using natural language
FAQ from MCP Integration Servers
What services does MCP Integration Servers support?
It supports Gmail, Google Calendar, and provides a template for custom backend APIs for user management.
What are the prerequisites for using the Google servers?
Python 3.x, the MCP package, and a Google Cloud Console project with the Gmail and Calendar APIs enabled, along with downloaded OAuth 2.0 credentials (credentials.json).
How do I install a specific server?
Install required Python packages (e.g., pip install google-auth-oauthlib google-api-python-client for Google), then run mcp install server.py (Gmail/Calendar) or mcp install backend_server.py (backend).
How does authentication work for Google services?
On first run, the server prompts for OAuth authentication via a browser link. After authorization, the token is saved locally for future use.
What tools are available for Gmail operations?
Tools include get_latest_emails, search_emails, get_email_content, and send_email (with optional CC and BCC parameters).
沟通协作 分类下的更多 MCP 服务器
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Gmail
shinzo-labsMCP Implementation for Gmail Services
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
评论