Skip to content
VS Code

ConnectIQ MCP Server for VS Code

io.github.deugene/connect-iq-mcp

MCP server for Garmin ConnectIQ SDK documentation and resources

client:VS Code transport:stdio runtime:npm

Install ConnectIQ MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "connect-iq-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "connectiq-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ConnectIQ MCP Server in other clients