MCP.so
ログイン

MCP Integration Servers

@Aayushchaudry

MCP Integration Servers について

mcp server

基本情報

カテゴリ

コミュニケーション

ランタイム

python

トランスポート

stdio

公開者

Aayushchaudry

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは 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).

コメント

「コミュニケーション」の他のコンテンツ