nexus-task-board-mcp
v1.5.0
Published
MCP Server for Nexus Task Board - manage tasks via AI agents. Supports dynamic kanban statuses per project.
Downloads
716
Maintainers
Readme
nexus-task-board-mcp
MCP (Model Context Protocol) server for Nexus Task Board. Allows AI agents to manage tasks, projects, and progress updates.
Usage
With npx (recommended)
{
"mcpServers": {
"nexus-tasks": {
"command": "npx",
"args": ["-y", "nexus-task-board-mcp@latest"],
"env": {
"MCP_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| APP_URL | Base URL of the Nexus helpdesk app. Override for staging/self-hosted installs. | https://helpdesk.rdevcloud.my.id |
| MCP_API_KEY | API key for authentication | (required) |
| PROJECT_ID | Default project ID for workspace context | (optional) |
For public usage, users only need a valid MCP_API_KEY. PROJECT_ID is optional and only needed if a workspace wants to pin a default project context.
Available Tools
list_projects- List all available projectslist_tasks- List/filter tasks by project, assignee, or statusget_task- Get task details with commentscreate_task- Create a new taskupdate_task- Update task fieldsmove_task- Move task to different statusdelete_task- Delete a taskadd_comment- Add comment to a taskget_comments- Get all comments for a taskupdate_task_progress- Log progress step and optionally move statusget_project_stats- Get task count statisticssync_tasks_preview- Preview ProofHub syncsync_tasks_import- Import tasks from ProofHub
Requirements
- Node.js >= 18.0.0
Publishing
After changing the MCP server, bump the package version and publish from this directory:
npm publish --access public