DutyHub MCP Server
This server allows Claude to automate comprehensive project and task lifecycle management on the DutyHub platform.
Project Management
List all projects you have access to
Get details of a specific project
Create new projects with name, description, status, dates, and visibility settings
Sprint Management
List sprints within a project
Create new sprints with goals, dates, and status
Start a sprint (transition to active)
Complete/close a sprint (transition to completed)
Task Management
List tasks in a project with optional status filtering (pending / in_progress / completed)
Create tasks with title, description, priority, type (epic/story/task/subtask/bug), sprint, due date, and parent task
Update task status — move tasks through To Do → In Progress → Done, optionally with a comment
Update task fields — modify title, description, priority, sprint assignment, or due date
Delete tasks
Comment Management
Add a comment to a task
List comments on a task
Members & Assignment
List project members to find user IDs
Assign a task to a specific user
Click on "Install 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., "@DutyHub MCP ServerCreate a high priority task in the Test project called 'Fix login bug'."
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.
DutyHub MCP Server
Claude'un (Claude Desktop / Claude Code) DutyHub üzerinde otomatik olarak proje açmasını, task eklemesini, task'ları Yapılacak → Devam Ediyor → Tamamlandı arasında taşımasını, sprint yönetmesini ve yorum bırakmasını sağlayan MCP server'ı.
DutyHub backend'i (ASP.NET Core / .NET 8, PostgreSQL) REST + JSON API'si üzerinden çalışır.
Kurulum
cd dutyhub-mcp
npm install
npm run buildRelated MCP server: Dooray MCP Server
Yapılandırma (env değişkenleri)
Server, bir servis hesabı ile email/şifre kullanarak login olur ve 7 günlük JWT alır. Token süresi dolunca otomatik yeniden login eder. DutyHub'da ayrı API-key sistemi yoktur.
Değişken | Zorunlu | Varsayılan | Açıklama |
| ✅ | — | Servis hesabı email (örn. |
| ✅ | — | Servis hesabı şifresi |
| — |
| API kök adresi |
| — |
| Cihaz kimliği |
| — |
| Cihaz açıklaması |
⚠️ Şifreyi koda yazmayın, sohbete yapıştırmayın. Sadece aşağıdaki config'in
envbloğunda tutun.
Claude Desktop'a ekleme
claude_desktop_config.json dosyasına (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"dutyhub": {
"command": "node",
"args": ["/TAM/YOL/dutyhub-mcp/dist/index.js"],
"env": {
"DUTYHUB_EMAIL": "mcp-bot@dutyhub.net",
"DUTYHUB_PASSWORD": "buraya-sifre"
}
}
}
}Claude Desktop'ı yeniden başlatın. Araçlar otomatik görünür.
Claude Code'a ekleme
claude mcp add dutyhub \
--env DUTYHUB_EMAIL=mcp-bot@dutyhub.net \
--env DUTYHUB_PASSWORD=buraya-sifre \
-- node /TAM/YOL/dutyhub-mcp/dist/index.jsAraçlar (Tools)
Projeler
list_projects— erişilebilir projeleri listeleget_project— proje detayıcreate_project— yeni proje (New Project)
Sprintler
list_sprints— projenin sprintlericreate_sprint— yeni sprintstart_sprint— başlat (→ active)complete_sprint— tamamla (→ completed)
Task'lar
list_tasks— projenin task'ları (board sayımıyla birlikte; opsiyonel status filtresi)create_task— yeni task (New Task)update_task_status— Yapılacak → Devam Ediyor → Tamamlandı + opsiyonel yorumupdate_task— başlık/açıklama/öncelik/sprint/son tarih güncelledelete_task— sil
Yorumlar
add_comment— task'a yorum bıraklist_comments— task'ın yorumları
Üyeler / Atama
list_project_members— proje üyeleriassign_task— task'a kullanıcı ata
Örnek kullanım (Claude'a söyleyebilecekleriniz)
"DutyHub'da projelerimi listele."
"StormCorsairs projesine 'Ana menü müziği ekle' diye orta öncelikli bir task aç."
"Şu task'ı devam ediyor'a al."
"vfx setup task'ını tamamlandı yap ve 'Duman efektleri eklendi, test edildi' diye yorum bırak."
"Apex Empire için 'Sprint 2' adında yeni bir sprint oluştur ve başlat."
Önemli teknik notlar
Status/priority normalizasyonu (kritik): DutyHub'da bu alanlar serbest metindir ve istemciler farklı değerler yazmıştır (
pending/todo,completed/done,Active/in_progressvb.). Bu server yazarken ana uygulamanın kanonik değerlerini (pending/in_progress/completed, önceliklow/medium/high/urgent) gönderir; okurken tüm varyantları tek forma indirir. Türkçe girdiler (Yapılacak/Devam Ediyor/Tamamlandı, Düşük/Orta/Yüksek/Acil) de kabul edilir.Task güncelleme tam nesne ister:
update_task_statusveupdate_taskönce task'ı GET eder, alanı değiştirip tüm nesneyi PUT eder.titleboş olamaz (backend 400 döner). Tamamlandı'ya alırkencompleted_atotomatik set edilir.Status filtresi server'da yok:
list_tasksprojeye göre çekip filtrelemeyi istemcide yapar.Tarihler ISO 8601 UTC:
2026-06-20gibi yalın tarihler otomatikT00:00:00Z'ye çevrilir.Tek ortam production'dır. Denemeleri önce bir "Test" projesinde ve ayrı bir servis hesabıyla yapın.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceConnects Jira with Claude, enabling users to search issues, view issue details, update issues, add comments, and retrieve project information through natural language commands.Last updated1921MIT
- Flicense-qualityBmaintenanceEnables Claude Code to query, create, and modify Dooray tasks via natural language.Last updated
- AlicenseAqualityDmaintenanceEnables natural language management of ClickUp workspaces, including task CRUD operations, task listing, and user profile retrieval via Claude Desktop.Last updated61MIT
- Alicense-qualityDmaintenanceEnables AI assistants like Claude to interact with Jira for project management tasks, including issue creation, updates, workflow transitions, and bulk operations.Last updated164MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/K-ulucay/Dutyhub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server