miibo-mcp
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., "@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 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
- AlicenseBqualityAmaintenanceEnables 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.1128MIT
- 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.411517MIT
- Flicense-qualityCmaintenanceExposes 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.
- Alicense-qualityBmaintenanceEnables Claude Code sessions to query fleet status, focus terminals, and manage sessions programmatically via MCP tools.1MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/inoueiris/miibo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server