aiogram-mcp for Grok
io.github.py2755/aiogram-mcp
MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming
client:Grok
transport:stdio
runtime:pypi
Install aiogram-mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aiogram-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aiogram-mcp"
],
"env": {
"BOT_TOKEN": "<BOT_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs