Backlog Server
FreeNot checkedA read-only MCP server that enables users to retrieve and interact with Backlog projects, issues, pull requests, and notifications. It provides a secure way to
About
A read-only MCP server that enables users to retrieve and interact with Backlog projects, issues, pull requests, and notifications. It provides a secure way to query Backlog data through natural language using tools like Claude Desktop.
README
A read-only MCP server for Backlog.
Quick start:
npx -y @duytnb79/backlog-mcp
Requirements
- Node.js 20+
- A Backlog API key
- Your Backlog space URL
Installation
Run directly with npx:
npx -y @duytnb79/backlog-mcp
Or install globally:
npm install -g @duytnb79/backlog-mcp
backlog-mcp
Configuration
Create a .env file or set environment variables before starting the server:
BACKLOG_BASE_URL="https://your-space.backlog.com"
BACKLOG_API_KEY="your_backlog_api_key"
BACKLOG_TIMEOUT_MS="10000"
BACKLOG_MAX_PAGE_SIZE="100"
The server automatically loads .env when running locally.
Required:
BACKLOG_BASE_URLBACKLOG_API_KEY
Optional:
BACKLOG_TIMEOUT_MSBACKLOG_MAX_PAGE_SIZE
Usage
With Claude Desktop
{
"mcpServers": {
"backlog-mcp": {
"command": "npx",
"args": ["-y", "@duytnb79/backlog-mcp"],
"env": {
"BACKLOG_BASE_URL": "https://your-space.backlog.com",
"BACKLOG_API_KEY": "your_backlog_api_key"
}
}
}
}
With a local clone
npm install
npm run build
cp .env.example .env
node dist/index.js
Available tools
get_notificationsread_notificationlist_projectslist_repositorieslist_pull_requestsget_pull_requestlist_issuesget_issueget_pull_request_commentsget_issue_comments
Security
- Read-only access only
- No hardcoded secrets
- Requires an
httpsBacklog base URL - No generic passthrough endpoint tool
Notes
- Do not commit
.env - Prefer one API key per teammate
- Publishing this package does not expose Backlog data by itself; access still depends on each user's API key
Install Backlog Server in Claude Desktop, Claude Code & Cursor
unyly install backlog-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add backlog-mcp-server -- npx -y @duytnb79/backlog-mcpStep-by-step: how to install Backlog Server
FAQ
Is Backlog Server MCP free?
Yes, Backlog Server MCP is free — one-click install via Unyly at no cost.
Does Backlog Server need an API key?
No, Backlog Server runs without API keys or environment variables.
Is Backlog Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Backlog Server in Claude Desktop, Claude Code or Cursor?
Open Backlog Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Backlog Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
