SkillAgentSearch skills...

ChatGPT-to-Telegram-MCP

"version": "1.1.1", "private": true, "type": "module", "description": "OAuth-protected MCP server that lets ChatGPT publish deduplicated posts to Telegram, interactively or on a schedule.", "license": "MIT", "repository": { "type": "git",

Install / Use

claude mcp add d8rt8v -- npx -y github:d8rt8v/ChatGPT-to-Telegram-MCP

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "chatgpt-to-telegram-mcp", "version": "1.1.1", "private": true, "type": "module", "description": "OAuth-protected MCP server that lets ChatGPT publish deduplicated posts to Telegram, interactively or on a schedule.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/d8rt8v/chatgpt-to-telegram-mcp.git" }, "homepage": "https://github.com/d8rt8v/chatgpt-to-telegram-mcp#readme", "bugs": { "url": "https://github.com/d8rt8v/chatgpt-to-telegram-mcp/issues" }, "keywords": [ "chatgpt", "telegram", "mcp", "cloudflare-workers", "scheduled-tasks" ], "scripts": { "dev": "wrangler dev", "deploy": "wrangler deploy", "secrets:push": "wrangler secret bulk .env", "db:migrate:local": "wrangler d1 migrations apply DB --local", "db:migrate:remote": "wrangler d1 migrations apply DB --remote", "test": "node --test", "check": "node --check src/index.js && node --check src/oauth-handler.js && node --check src/dedupe.js && node --check src/storage.js && node --check src/telegram.js" }, "dependencies": { "@cloudflare/workers-oauth-provider": "^0.8.1", "@modelcontextprotocol/sdk": "^1.29.0", "agents": "^0.17.4", "zod": "^4.4.3" }, "devDependencies": { "wrangler": "^4.110.0" }, "engines": { "node": ">=20" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAI
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low