Cripto Norte Telegram MCP Server
Cripto Norte — Telegram MCP サーバー
リモートMCPサーバーで、post_to_telegram_channel という1つのツールを備え、Claudeが完成した投稿をあなたのTelegramチャンネルに公開できるようにします。ローカルでエンドツーエンド(MCPハンドシェイク、ツール一覧、ツール呼び出し、エラー処理)をテスト済みで、デプロイ準備ができています。
1. Telegramボットを作成する
Telegramで @BotFather を開き、
/newbotと入力してプロンプトに従います。取得したトークン(
TELEGRAM_BOT_TOKEN)をコピーします。ボットをチャンネルに管理者として追加し、メッセージを投稿する権限を与えます。
TELEGRAM_CHAT_IDは、チャンネルの@username(公開の場合)または数値ID(非公開の場合)です。非公開の場合は、チャンネルのメッセージを @userinfobot などに転送して取得します。
Related MCP server: Telegram Bot MCP Server
2. サーバーをデプロイする
公開HTTPS URLを提供するNode.jsホストならどこでも動作します。最も簡単なオプションは次のとおりです。
Railway / Render(無料枠で十分です)
このフォルダを新しいGitHubリポジトリにプッシュします。
RailwayまたはRenderで新しいWebサービスを作成し、リポジトリを指定します。
ホストのダッシュボードで
.env.exampleの環境変数(実際の値)を設定します。ビルドコマンド:
npm install。開始コマンド:npm start。デプロイ後、公開URL(例:
https://your-app.up.railway.app)をメモします。MCPエンドポイントはhttps://your-app.up.railway.app/mcpです。
Fly.io / VPS でも動作します。同じ環境変数、同じ npm start で、ポート3000(または設定した PORT)をHTTPSで公開するだけです。
ローカルでは、npm install && npm start で http://localhost:3000/mcp 上でテスト用に実行されます。
3. Claudeに接続する
Claudeで: Customize → Connectors → + → Add custom connector を選択します。
名前:
Cripto Norte TelegramURL:
https://your-app.up.railway.app/mcp詳細設定: このサーバーは完全なOAuthではなく、単純なBearerトークン(
MCP_AUTH_TOKEN)をチェックするため、お使いのClaudeプランのカスタムコネクタUIで現在提供されている静的Bearerトークンのオプションを確認してください。これは最近変更されたため、そのオプションが表示されない場合は、support.claude.comで現在のフィールド名を確認するか、最初の個人テストではMCP_AUTH_TOKENチェックを完全に省略する価値があります。Add をクリックし、次に Connect をクリックします。
チャットで + → Connectors をクリックし、その会話で有効にします。
4. テストする
その会話でClaudeに「コネクタを使ってTelegramチャンネルにテストメッセージを送って」と依頼します。post_to_telegram_channel が呼び出され、メッセージがチャンネルに届くのを確認できます。
5. スケジュールタスクに組み込む
Claude Cowork → Scheduled → New task → Set up manually で設定します。
タスクに対して
Cripto Norte Telegramコネクタを有効にします。プロンプト:
cripto-norte-postsスキル、投稿タイプ(UTRNNIK / digest)、現在の価格/ニュースを取得する場所を参照し、完成した整形済みテキストでpost_to_telegram_channelを呼び出す明示的な指示を含めます。頻度を設定します(例: 毎日08:30と19:00の現地時間)。
承認モード「要確認」で開始し、数回の実行を確認したら自動に切り替えます。
注意事項
サーバーはセッションをメモリに保持します。再起動しても、Claudeは次の呼び出しで再初期化するだけなので、操作は不要です。
送信時には
parse_mode: "Markdown"が使用され、スキルの書式ルール(等幅タイトル、太字の数字、ヘッダーでのみemダッシュ)に一致します。さらにツールが必要な場合(例: 複数チャンネルへの投稿、コインごとの個別ツール)は、
index.jsに同じパターンでserver.registerTool(...)ブロックを追加します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables sending messages to Telegram channels via MCP protocol, integrating with AI assistants for automated messaging.7
- AlicenseAqualityDmaintenanceEnables AI assistants to publish, edit, search, and manage messages in Telegram channels via a set of MCP tools.8MIT
- AlicenseNot gradedqualityBmaintenanceEnables sending rich markdown messages to a fixed Telegram channel via MCP.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants like Claude to read, search, and send messages through your personal Telegram account via MCP tools.MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
Telegram channels you administer: analytics, content plans, scheduled publishing. No userbot
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/petazuev228277/cripto-norte-telegram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server