Loading MCP server directory, please wait...
Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.
npx @getmcp/cli add io.github.dillan/kip-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dillan/kip-mcp-server": {
"command": "npx",
"args": [
"-y",
"kip-mcp-server"
],
"env": {
"SIGNALK_HOST": "localhost",
"SIGNALK_PORT": "3000",
"SIGNALK_TLS": "false",
"SIGNALK_TOKEN": "",
"SIGNALK_USER": "",
"SIGNALK_PASSWORD": "",
"KIP_URL": ""
}
}
}
}