EDCB MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EDCB MCP ServerFind any upcoming live baseball broadcasts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EDCB MCP Server
EDCBをLLMから操作するためのMCPサーバー。番組情報取得、予約管理などが可能です。
前提
EDCBがWebUIとともに起動していること
Material WebUIがインストールされていること(
/EMWUI/パスが有効であること)デフォルト接続先:
http://localhost:5510
Related MCP server: Fujitsu Social Digital Twin MCP Server
ビルド
npm install
npm run buildClaude Desktop 設定
~/Library/Application Support/Claude/claude_desktop_config.json に追加:
{
"mcpServers": {
"edcb": {
"command": "node",
"args": ["/path/to/EDCB-MCPServer/dist/index.js"],
"env": {
"EDCB_URL": "http://192.168.1.x:5510"
}
}
}
}利用可能なツール
ツール | 説明 |
| EDCBサーバーへの接続確認 |
| チャンネル一覧取得 |
| 特定チャンネルの番組表取得 |
| 番組詳細取得 |
| キーワード番組検索 |
| 録画予約一覧取得 |
| 録画予約追加(デフォルトプリセット使用) |
| 録画予約の有効/無効切り替え |
| 録画予約削除 |
| 録画予約設定変更 |
| 録画済み番組一覧取得 |
| 自動予約(EPGキーワード)一覧取得 |
使用例
自然言語でEDCBを操作できます。
番組を検索して予約
「推しの子」の最終話を自然言語で検索し、放送チャンネルを選んで録画予約。

予約状況の確認
録画予約や自動予約の確認もチャット形式で行えます。

EPGを使った番組検索
今後放送されるプロ野球の生中継一覧をEPGから検索して表示。

APIリファレンス
# チャンネル一覧(地上波のみ)
get_services(network="地上波")
# NHK総合の番組表を取得
get_epg(onid=32272, tsid=32272, sid=30720)
# 番組を予約
add_reserve(onid=32272, tsid=32272, sid=30720, eid=20202)
# 予約一覧確認
get_reserves()
# 予約を一時的に無効化(予約は残る)
set_reserve_enabled(id=2466, enabled=False)
# 予約を再度有効化
set_reserve_enabled(id=2466, enabled=True)
# 予約削除(取り消し不可)
delete_reserve(id=2466)環境変数
変数 | デフォルト | 説明 |
|
| EDCBサーバーのURL |
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.
Latest Blog Posts
- 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/Ebycow/EDCB-MCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server