Kachaka MCP サーバー

by comoc

176 downloads
Not rated
GitHub

About

Kachaka MCP Server - Model Context Protocol server for Kachaka robot

Details

Author
comoc
Downloads
176
Categories
Other

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Kachaka MCP サーバー
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "kachaka mcp \u30b5\u30fc\u30d0\u30fc": {
            "kachaka-mcp": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "kachaka-mcp": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

Kachaka MCP サーバー

> [!WARNING] > 現在このリポジトリにあるコードは実験的なものであり、正常に動作しない可能性があります。

1. 概要

Kachaka MCPサーバー(kachaka-mcp)は、Kachakaの機能をModel Context Protocol(MCP)を通じて様々なAIモデルに提供するサーバーです。このサーバーにより、Claude、GPT-4、ローカルLLMなどのAIモデルがKachakaの状態を把握し、制御することができるようになります。

2. デプロイメント

2.1 uv syncを使ったインストール

uvをインストールします。(まだインストールしていない場合) kachaka-mcpを以下の手順でインストールします。 ```bash git clone https://github.com/pf-robotics/kachaka-mcp.git cd kachaka-mcp
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.