Skip to content
Windsurf

aiogram-mcp for Windsurf

io.github.py2755/aiogram-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install aiogram-mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

aiogram-mcp in other clients