MCP Server Setup Instructions
@amirdhs
About MCP Server Setup Instructions
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-amirdhs": {
"command": "python",
"args": [
"mcp_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments