Skip to content
Cline

KIP MCP Server for Cline

io.github.dillan/kip-mcp-server

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

client:Cline transport:stdio runtime:npm

Install KIP MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kip-mcp-server"
      ],
      "env": {
        "SIGNALK_HOST": "<SIGNALK_HOST>",
        "SIGNALK_PORT": "<SIGNALK_PORT>",
        "SIGNALK_TLS": "<SIGNALK_TLS>",
        "SIGNALK_TOKEN": "<SIGNALK_TOKEN>",
        "SIGNALK_USER": "<SIGNALK_USER>",
        "SIGNALK_PASSWORD": "<SIGNALK_PASSWORD>",
        "KIP_URL": "<KIP_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

KIP MCP Server in other clients