KIP MCP Server for Claude Desktop
io.github.dillan/kip-mcp-server
Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.
client:Claude Desktop
transport:stdio
runtime:npm
Install KIP MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs