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.
SIGNALK_HOSTSignal K server host name or IP.
SIGNALK_PORTSignal K server port.
SIGNALK_TLSSet true if Signal K uses https/wss.
SIGNALK_TOKENsecretSignal K token, needed to write dashboards (or use SIGNALK_USER/PASSWORD).
SIGNALK_USERSignal K username, used with SIGNALK_PASSWORD instead of a token.
SIGNALK_PASSWORDsecretSignal K password, used with SIGNALK_USER.
KIP_URLOverride where KIP is served, if it is not the default.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.