miibo-mcp
Click on "Deploy 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., "@miibo-mcpchat with employee about today's tasks"
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.
miibo-mcp
miiboチャットAPIをMCPツール化し、Claude CodeからAI社員(miiboエージェント)に直接話しかけるためのMCPサーバー。
構成
Claude Code ──(MCP/stdio)── server.js ──(HTTPS)── miibo チャットAPI
│ https://api-mebo.dev/api
└─ employees.json(社員名→agent_id/api_key。git管理外)本リポジトリは通信の器のみ。AI社員の原本(プロンプト・RAG素材)は別途管理する
APIキー・agent_idは
employees.jsonに置き、コミットしない
Related MCP server: claude-code-mcp
セットアップ
cp employees.json.example employees.jsonmiibo管理画面からAPIキーとagent_idを転記
Claude Codeに登録(済みなら不要):
claude mcp add miibo -s user -- node ~/project/miibo-mcp/server.js
ツール
ツール | 説明 | 必要なキー |
| 社員に発話を送り応答を取得。 | チャット用 |
| 設定済み社員の一覧(name / role / ready) | 不要 |
| エージェントの新規作成(チャット用キー同時発行)/ 更新 | Admin |
| 所有エージェントのID一覧 | Admin |
| ナレッジデータストアへRAG素材を登録/更新(同labelで上書き) | チャット用 |
キーは2系統: チャット用APIキー(エージェントに紐づく。default_api_key / 社員別 api_key)と Admin APIキー(admin_api_key + admin_uid。エージェント作成・一覧に使用)。
ステート(state)の注意点
miibo_chat の state はオブジェクトのまま送る必要がある。JSON文字列化して送るとチャットAPIは HTTP 400(空ボディ)を返し、応答が一切得られない。
渡した値をAIに読ませるには、エージェントのシステムプロンプト側に #{キー名} と書いて埋め込んでおくこと。埋め込みが無いと、値を渡しても応答には反映されない。
# プロンプト側
お客様のお名前: #{name}
会社名: #{company}// miibo_chat の引数
{ "employee": "みお", "utterance": "こんにちは", "state": { "name": "井上", "company": "ENWA" } }ライセンス
MIT License(LICENSE を参照)
This server cannot be deployed
Maintenance
Related MCP Connectors
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Shared memory and actions for Claude, Kiro, OpenAI, Cursor, and other MCP-compatible AI clients.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables Claude Code and Codex to directly invoke Xiaomi MiMo's full-modal capabilities including multimodal dialogue, image/video understanding, TTS, voice cloning, and ASR through MCP tools.1130MIT
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.434 npm20MIT
- FlicenseNot gradedqualityCmaintenanceExposes Claude Code's file editing, command execution, and test running capabilities as composable MCP tools for any MCP-compatible host, enabling code operations via a stateless bridge.-
- AlicenseNot gradedqualityAmaintenanceEnables Claude Code sessions to query fleet status, focus terminals, and manage sessions programmatically via MCP tools.1MIT