Odel
KIP MCP Server

KIP MCP Server

Local
@dillan1TypeScriptMITUpdated 3 days ago

Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkip-mcp-serverv1.12.0

Run

npx -y kip-mcp-server

MCP client config

{
  "mcpServers": {
    "kip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kip-mcp-server"
      ]
    }
  }
}