Skip to content
Cline

huly mcp for Cline

io.github.varaprasadreddy9676/huly-mcp

MCP server for Huly — manage projects, issues, documents and more via natural language.

client:Cline transport:stdio runtime:npm

Install huly mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "huly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "huly-mcp-sdk"
      ],
      "env": {
        "HULY_TOKEN": "<HULY_TOKEN>",
        "HULY_WORKSPACE": "<HULY_WORKSPACE>",
        "HULY_FRONT_URL": "<HULY_FRONT_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

huly mcp in other clients