krpc-mcp

MaiaJP-AIXplain/krpc-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server for kRPC — control Kerbal Space Program with Claude AI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "krpc-mcp": {
      "command": "uvx",
      "args": [
        "krpc-mcp"
      ]
    }
  }
}

Or install with pip: pip install krpc-mcp

README Excerpt

**Model Context Protocol (MCP) server for kRPC** — lets Claude (and any MCP-compatible AI) control Kerbal Space Program through the [kRPC mod](https://krpc.github.io/krpc/). ``` KSP + kRPC mod ←──gRPC──→ krpc-mcp server ←──MCP──→ Claude Desktop / Claude Code ``` | Category | Tools | |---|---| | Vessel info | `get_vessel_info`, `list_vessels`, `set_active_vessel` |

Tools (3)

KRPC_HOSTKRPC_RPC_PORTKRPC_STREAM_PORT

Topics

claude-aikerbal-space-programkrpcmcppython