PluginBench
MCP Server
Active
MIT

KIP MCP Server MCP Server

io.github.dillan/kip-mcp-server

What is the KIP MCP Server MCP server?

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

How to install KIP MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SIGNALK_HOST

    Signal K server host name or IP.

  • SIGNALK_PORT

    Signal K server port.

  • SIGNALK_TLS

    Set true if Signal K uses https/wss.

  • SIGNALK_TOKEN
    secret

    Signal K token, needed to write dashboards (or use SIGNALK_USER/PASSWORD).

  • SIGNALK_USER

    Signal K username, used with SIGNALK_PASSWORD instead of a token.

  • SIGNALK_PASSWORD
    secret

    Signal K password, used with SIGNALK_USER.

  • KIP_URL

    Override where KIP is served, if it is not the default.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kip-mcp-server"
      ],
      "env": {
        "SIGNALK_HOST": "<YOUR_SIGNALK_HOST>",
        "SIGNALK_PORT": "<YOUR_SIGNALK_PORT>",
        "SIGNALK_TLS": "<YOUR_SIGNALK_TLS>",
        "SIGNALK_TOKEN": "<YOUR_SIGNALK_TOKEN>",
        "SIGNALK_USER": "<YOUR_SIGNALK_USER>",
        "SIGNALK_PASSWORD": "<YOUR_SIGNALK_PASSWORD>",
        "KIP_URL": "<YOUR_KIP_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kip-mcp-server"
      ],
      "env": {
        "SIGNALK_HOST": "<YOUR_SIGNALK_HOST>",
        "SIGNALK_PORT": "<YOUR_SIGNALK_PORT>",
        "SIGNALK_TLS": "<YOUR_SIGNALK_TLS>",
        "SIGNALK_TOKEN": "<YOUR_SIGNALK_TOKEN>",
        "SIGNALK_USER": "<YOUR_SIGNALK_USER>",
        "SIGNALK_PASSWORD": "<YOUR_SIGNALK_PASSWORD>",
        "KIP_URL": "<YOUR_KIP_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kip-mcp-server"
      ],
      "env": {
        "SIGNALK_HOST": "<YOUR_SIGNALK_HOST>",
        "SIGNALK_PORT": "<YOUR_SIGNALK_PORT>",
        "SIGNALK_TLS": "<YOUR_SIGNALK_TLS>",
        "SIGNALK_TOKEN": "<YOUR_SIGNALK_TOKEN>",
        "SIGNALK_USER": "<YOUR_SIGNALK_USER>",
        "SIGNALK_PASSWORD": "<YOUR_SIGNALK_PASSWORD>",
        "KIP_URL": "<YOUR_KIP_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kip-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kip-mcp-server"
      ],
      "env": {
        "SIGNALK_HOST": "<YOUR_SIGNALK_HOST>",
        "SIGNALK_PORT": "<YOUR_SIGNALK_PORT>",
        "SIGNALK_TLS": "<YOUR_SIGNALK_TLS>",
        "SIGNALK_TOKEN": "<YOUR_SIGNALK_TOKEN>",
        "SIGNALK_USER": "<YOUR_SIGNALK_USER>",
        "SIGNALK_PASSWORD": "<YOUR_SIGNALK_PASSWORD>",
        "KIP_URL": "<YOUR_KIP_URL>"
      }
    }
  }
}
Claude Code
claude mcp add kip-mcp-server --env SIGNALK_HOST=<YOUR_SIGNALK_HOST> --env SIGNALK_PORT=<YOUR_SIGNALK_PORT> --env SIGNALK_TLS=<YOUR_SIGNALK_TLS> --env SIGNALK_TOKEN=<YOUR_SIGNALK_TOKEN> --env SIGNALK_USER=<YOUR_SIGNALK_USER> --env SIGNALK_PASSWORD=<YOUR_SIGNALK_PASSWORD> --env KIP_URL=<YOUR_KIP_URL> -- npx -y kip-mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →