signalk-mcp

sailingnaturali/signalk-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server exposing SignalK marine data as agent tools
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install signalk-mcp

README Excerpt

An MCP server exposing a SignalK instance as a tool surface for AI agents. Part of the [Naturali](https://sailingnaturali.com) open-source boat agent stack. Wraps a SignalK server (REST + WebSocket) and exposes the most useful marine data points as MCP tools that any compatible agent runtime (Hermes Agent, Claude Code, etc.) can call.