ConnectIQ MCP Server for Cursor
io.github.deugene/connect-iq-mcp
MCP server for Garmin ConnectIQ SDK documentation and resources
client:Cursor
transport:stdio
runtime:npm
Install ConnectIQ MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"connect-iq-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"connectiq-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs