Skip to content
Cursor

KIP MCP Server for Cursor

io.github.dillan/kip-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install KIP MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "kip-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KIP MCP Server in other clients