Kachaka MCP サーバー
@comoc
关于 Kachaka MCP サーバー
Kachaka MCP Server - Model Context Protocol server for Kachaka robot
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kachaka-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kachaka MCP サーバー?
Kachaka MCP サーバー is an experimental server that provides Kachaka robot’s functionality to various AI models through the Model Context Protocol (MCP). It enables AI models such as Claude, GPT-4, and local LLMs to understand and control Kachaka’s state.
How to use Kachaka MCP サーバー?
Install the server with uv sync after cloning the repository. Configure the server by setting the environment variable KACHAKA_HOST to your Kachaka host address or by creating a config file at ~/.kachaka-mcp/config.json. Run the server with uv run python -m kachaka_mcp.server or use mcp run kachaka_mcp.server; for Claude Desktop, add the server configuration to claude_desktop_config.json.
Key features of Kachaka MCP サーバー
- Exposes robot status, map, and sensor data as MCP resources.
- Provides movement, shelf, system, and map operation tools.
- Offers prompt templates for AI interaction and error handling.
- Supports API key-based authentication and access control.
- Uses gRPC to communicate with the Kachaka API client.
Use cases of Kachaka MCP サーバー
- An AI assistant commands the robot to move to a named location.
- A user asks the AI to dock or undock the robot from a shelf.
- The AI retrieves the robot’s battery level and current command state.
- A map is switched or exported remotely via an AI chat interface.
- The robot speaks a text message when prompted by an AI model.
FAQ from Kachaka MCP サーバー
What are the runtime dependencies?
Python >=3.10, and packages including mcp[cli]>=1.7.1, kachaka-api, grpcio, pydantic, pillow, numpy, loguru, and protobuf==5.27.2.
How do I configure the server?
Set the environment variable KACHAKA_HOST to the Kachaka host address, or place a JSON config file at ~/.kachaka-mcp/config.json (Linux/macOS) or %USERPROFILE%\.kachaka-mcp\config.json (Windows). The config location can be overridden with KACHAKA_MCP_CONFIG.
Does the server support authentication?
Yes, it provides API key-based authentication, access control, and operation logging through a dedicated authentication and security layer.
Is this server ready for production use?
No, the code is currently experimental and may not work correctly. Use with caution.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
评论