PluginBench
MCP Server
Active
WTFPL

Telethon Plus MCP Server

io.github.psyb0t/telethon-plus

What is the Telethon Plus MCP server?

Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.

How to install Telethon Plus

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telethon-plus": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/telethon-plus:v0.5.7"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "telethon-plus": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/telethon-plus:v0.5.7"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "telethon-plus": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/telethon-plus:v0.5.7"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "telethon-plus": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/telethon-plus:v0.5.7"
      ]
    }
  }
}
Claude Code
claude mcp add telethon-plus -- docker run -i --rm docker.io/psyb0t/telethon-plus:v0.5.7

Related MCP servers

Claudebox

Active

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

19
Shell
WTFPL
View repository →

Talkies

Active

Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.

5
Python
WTFPL
View repository →

HybridS3

Active

Self-hosted S3-compatible object storage server with an MCP interface for AI agents.

4
Shell
WTFPL
View repository →

Mailbox

Active

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

2
Python
WTFPL
View repository →

Pibox

Active

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

2
Shell
WTFPL
View repository →

Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.

2
Python
WTFPL
View repository →