Skip to content
Zed

aiogram-mcp for Zed

io.github.py2755/aiogram-mcp

MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming

client:Zed transport:stdio runtime:pypi

Install aiogram-mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "aiogram-mcp": {
      "command": "uvx",
      "args": [
        "aiogram-mcp"
      ],
      "env": {
        "BOT_TOKEN": "<BOT_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

aiogram-mcp in other clients