@bluesun-networks/huly-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@bluesun-networks/huly-mcplist open issues in project Alpha"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@bluesun-networks/huly-mcp
MCP server for Huly project management — issues, documents, people, and labels.
Wraps the official @hcengineering/api-client to expose Huly operations as Model Context Protocol tools.
Setup
Environment Variables
Variable | Required | Default | Description |
| No |
| Huly instance URL |
| Yes | User email for authentication | |
| Yes | User password | |
| Yes | Workspace slug |
MCP Client Configuration
{
"mcpServers": {
"huly": {
"command": "npx",
"args": ["@bluesun-networks/huly-mcp"],
"env": {
"HULY_URL": "https://huly.example.com",
"HULY_EMAIL": "user@example.com",
"HULY_PASSWORD": "password",
"HULY_WORKSPACE": "my-workspace"
}
}
}
}Related MCP server: Huly MCP Server
Tools
Issues (Tracker)
Tool | Description |
| List all projects in the workspace |
| List issues in a project (filter by priority) |
| Get a single issue by identifier (e.g. |
| Create an issue with title, description, priority, due date |
| Update issue fields |
Documents
Tool | Description |
| List document teamspaces |
| List documents in a teamspace |
| Create a document with markdown content |
People / Contacts
Tool | Description |
| List people with email addresses |
| Create a person with email |
Labels
Tool | Description |
| List available labels for issues |
| Add a label to an issue |
Build
npm install
npm run build
node dist/index.jsLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for Linear project management and issue tracking
A MCP server built for developers enabling Git based project management with project and personal…
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for Huly (task tracker) integration61,917 npm52MIT
- AlicenseNot gradedqualityAmaintenanceMCP server providing full coverage of the Huly SDK — issues, projects, workspaces, members, and account management.579 npm1MIT

@spatialy/huly-mcpofficial
AlicenseNot gradedqualityCmaintenanceMCP server for Huly platform enabling project management, issue tracking, and collaboration through natural language.6 npm2MIT- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI assistants to interact with Huly's project and document management platform, providing search and write actions for issues, milestones, and more.9 npmMIT