dearlordylord/huly-mcp
by Various
Feature-complete MCP server for Huly platform
MCP
dearlordylord/huly-mcp
Added 1 June 2026
Overview
This server implements the Model Context Protocol to connect AI assistants to the Huly platform, allowing automated task management, issue tracking, and team updates. It uses TypeScript and provides a feature-complete set of tools for Huly integration.
Best for
Best for
Developers building AI assistant integrations for Huly project management
Use cases
- Automating Huly issue creation and updates from AI chat
- Querying project timelines and task statuses programmatically
- Integrating Huly with other AI-driven workflows via MCP
How to use
Install
npx -y @firfi/huly-mcp@latest Tools exposed
x-huly-urlx-huly-workspacex-huly-tokenx-huly-connection-timeoutHULY_URLHULY_EMAILHULY_PASSWORDHULY_TOKENHULY_WORKSPACEHULY_CONNECTION_TIMEOUTMCP_TRANSPORTMCP_HTTP_PORTMCP_HTTP_HOSTMCP_AUTH_TOKENHULY_TOOL_MODEPROXY_OUTPUT_STRICTlist_tool_categoriessearch_toolsget_tool_schemainvoke_tool
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Continue, VS Code
Example client config
{\n "mcpServers": {\n "huly": {\n "command": "npx",\n "args": ["-y", "@firfi/huly-mcp@latest"],\n "env": {\n "HULY_URL": "https://huly.app",\n "HULY_EMAIL": "your@email.com",\n "HULY_PASSWORD": "yourpassword",\n "HULY_WORKSPACE": "yourworkspace"\n }\n }\n }\n} Notes
This server implements the Model Context Protocol to connect AI assistants to the Huly platform, allowing automated task management, issue tracking, and team updates. It uses TypeScript and provides a feature-complete set of tools for Huly integration.
32 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Automating Huly issue creation and updates from AI chat
- Querying project timelines and task statuses programmatically
- Integrating Huly with other AI-driven workflows via MCP
Pros
- Provides comprehensive coverage of Huly features through the MCP interface
- Written in TypeScript for type safety and easy customization
- Actively maintained with clear documentation
Cons
- Relatively new project with a small community (32 stars), limited peer support
- Requires running a local MCP server and configuring Huly API access
- May not cover every Huly edge case or custom workflows
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides comprehensive coverage of Huly features through the MCP interface
- Written in TypeScript for type safety and easy customization
- Actively maintained with clear documentation
Cons
- Relatively new project with a small community (32 stars), limited peer support
- Requires running a local MCP server and configuring Huly API access
- May not cover every Huly edge case or custom workflows
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.