brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.tolboy/telegram-mcp-tdlib · v1.9.0
Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails.
Telegram MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"telegram-mcp-tdlib": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tolboy/telegram-mcp-tdlib:1.9.0-stdio"
],
"env": {
"TDLIB_API_ID": "<TDLIB_API_ID>",
"TDLIB_API_HASH": "<TDLIB_API_HASH>"
}
}
}
}TDLIB_API_ID必填Telegram API ID from my.telegram.org
TDLIB_API_HASH必填secretTelegram API hash from my.telegram.org
TDLIB_PHONE_NUMBER可选secretTelegram phone number; omit after preparing a persisted session when using QR authentication
TDLIB_AUTH_CODE可选secretOne-time Telegram login code for a fresh headless container
TDLIB_2FA_PASSWORD可选secretTelegram 2FA password when the account requires it
MCP_READ_ONLY可选Keep true for safe first use
MCP_TOOL_PROFILE可选Tool surface: reader, inbox, community-admin, research, or all
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.tolboy/telegram-mcp-tdlib",
"type": "mcp-server",
"version": "1.9.0",
"displayName": "Telegram MCP Server",
"description": "Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails.",
"repository": {
"url": "https://github.com/tolboy/telegram-mcp-tdlib",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/tolboy/telegram-mcp-tdlib:1.9.0-stdio",
"transport": "stdio",
"environmentVariables": [
{
"name": "TDLIB_API_ID",
"description": "Telegram API ID from my.telegram.org",
"isRequired": true
},
{
"name": "TDLIB_API_HASH",
"description": "Telegram API hash from my.telegram.org",
"isRequired": true,
"isSecret": true
},
{
"name": "TDLIB_PHONE_NUMBER",
"description": "Telegram phone number; omit after preparing a persisted session when using QR authentication",
"isSecret": true
},
{
"name": "TDLIB_AUTH_CODE",
"description": "One-time Telegram login code for a fresh headless container",
"isSecret": true
},
{
"name": "TDLIB_2FA_PASSWORD",
"description": "Telegram 2FA password when the account requires it",
"isSecret": true
},
{
"name": "MCP_READ_ONLY",
"description": "Keep true for safe first use"
},
{
"name": "MCP_TOOL_PROFILE",
"description": "Tool surface: reader, inbox, community-admin, research, or all"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.tolboy/telegram-mcp-tdlib",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tolboy%2Ftelegram-mcp-tdlib/versions/latest",
"isOfficial": true,
"status": "active"
}
}