$ timeahead.in
/ servers/npm/backlog-mcp-server
npm

backlog-mcp-server

![MIT License](https://img.shields.io/badge/license-MIT-green.svg) ![Build](https://github.com/nulab/backlog-mcp-server/actions/workflows/ci.yml/badge.svg) ![Last Commit](https://img.shields.io/github

199 stars5k/wkupdated 1d agogithub ↗
88good
▣ Overview
MIT LicenseBuildLast Commit

What it does

This server integrates Claude with the Backlog project management API, exposing tools to create and manage issues, projects, milestones, wiki pages, and Git repositories. You can query existing data, post comments on issues, and perform CRUD operations on Backlog resources through Claude conversations, with support for GraphQL-style field selection to optimize response payloads.

Who it's for

Engineering teams and product managers using Backlog who want to automate issue management workflows, generate project reports, or integrate Backlog data into Claude-powered analysis. Useful for DevOps engineers managing shared Backlog instances via MCP's OAuth authentication flow.

Common use cases

  • Create and update issues directly from Claude conversations, referencing project requirements.
  • Query issue lists and project status for status reports or metrics.
  • Post comments on issues and pull requests to automate code review engagement.
  • Manage versions and milestones programmatically based on planning data.
  • Access wiki pages and repository information for documentation or analysis.

Setup pitfalls

  • Requires BACKLOG_DOMAIN and BACKLOG_API_KEY environment variables; no API key means no tools are available. For shared deployments, use OAuth 2.0 instead (requires separate Backlog OAuth app registration).
  • The continuous integration suite is currently failing — validate functionality locally before relying on production deployments.
  • HTTP transport mode exposes full Backlog API access; never bind to 0.0.0.0 without TLS and host verification unless behind a trusted proxy.
  • Writes to the filesystem depending on usage patterns — ensure the server process has appropriate permissions.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
67
13.5
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
87.5
⚿ Capabilities & Risk Explainer
fs writenetworkexecsecrets
◆ Risk level: high
fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "backlog": {
      "command": "npx",
      "args": [
        "-y",
        "backlog-mcp-server"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
64/ 100 · is this project alive?
contributors (1y)13
top contributor share56%
releases (1y)12
last release11d ago
ci⚠ failing
⛁ Raw data
weekly downloads5k
github stars199
forks59
open issues20
license✓ present
readme length21146 chars
last publish2d ago
last commit1d ago
last updated9h ago
install verified✓ pass · 23d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points
backlog-mcp-server — MCP Score: 88/100 | MCPScore | Timeahead