MCP.so
ログイン

MCP Server Setup Instructions

@amirdhs

MCP Server Setup Instructions について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

amirdhs

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-amirdhs": {
      "command": "python",
      "args": [
        "mcp_server.py"
      ]
    }
  }
}

ツール

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

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server Setup Instructions?

MCP Server Setup Instructions is a Telegram AI agent server that integrates Gmail, Google Calendar, and Google Tasks using the Ionos AI model. It allows users to manage Google services through natural language commands sent via Telegram.

How to use MCP Server Setup Instructions?

Install dependencies with pip install -r requirements.txt, then set up Google Cloud OAuth2 credentials, a Telegram bot token, and an Ionos AI API key. Copy .env.example to .env, fill in the values, and run python mcp_server.py to authenticate with Google. Use Telegram to send messages or commands to the bot, which triggers the available tools.

Key features of MCP Server Setup Instructions

  • Send messages via Telegram
  • Search Gmail messages
  • Create Google Calendar events
  • Create Google Tasks
  • Chat with Ionos AI model

Use cases of MCP Server Setup Instructions

  • Search Gmail for emails from a specific sender
  • Create a calendar meeting with custom details
  • Add a task with a due date
  • Ask the AI assistant conversational questions
  • Manage Google services hands‑free via Telegram

FAQ from MCP Server Setup Instructions

What dependencies are required?

Python 3.8+, a Google Cloud project with Gmail, Calendar, and Tasks APIs enabled, a Telegram bot token from BotFather, and an Ionos AI API key.

How are credentials stored and secured?

Google OAuth2 credentials are stored in credentials.json and the authentication token in token.pickle. Both files are sensitive and should not be committed to version control. The .env file holding keys must also be kept secure.

What are the API rate limits?

Gmail: 1 billion quota units per day; Calendar: 1 million requests per day; Tasks: 50,000 requests per day; Ionos AI: depends on your plan.

Why is the Telegram bot not responding?

Check your bot token and network connection. Ensure the server is running and the bot is initialized with /start.

How do I fix authentication failures?

Verify your Google OAuth2 credentials are correct and re‑run authentication by deleting token.pickle and starting the server again.

コメント

「その他」の他のコンテンツ