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.

评论

其他 分类下的更多 MCP 服务器