mcp-server-backlog
@kazuhideoki
About mcp-server-backlog
MCP Server for backlog
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-backlog": {
"command": "node",
"args": [
"/path/to/mcp-server-backlog/dist/index.js",
"--permission",
"READ"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-backlog?
mcp-server-backlog is an MCP server that integrates with Backlog, a project management tool, via its API. It is designed for developers using Claude Code to enable AI-driven interaction with Backlog data.
How to use mcp-server-backlog?
Set your Backlog API key in an apikey file in the project root, then install dependencies and build (npm install && npm run build). Add the server to Claude Code with claude mcp add backlog node /path/to/dist/index.js -- --permission READ, and run it using npm run dev -- --permission READ or node dist/index.js --permission READ.
Key features of mcp-server-backlog
- Two permission levels: READ (read‑only) and MUTATE (full access)
- Simple API key setup via a single file
- CLI‑controlled permission flag
- Seamless integration with Claude Code
Use cases of mcp-server-backlog
—
FAQ from mcp-server-backlog
What permission levels are available?
READ provides read‑only access (only GET endpoints), while MUTATE enables full access including POST, PUT, PATCH, and DELETE.
How do I set the Backlog API key?
Create a file named apikey in the project root and write your Backlog API key into it.
How do I add this server to Claude Code?
Run claude mcp add backlog node /path/to/mcp-server-backlog/dist/index.js -- --permission READ (replace the path and permission flag as needed).
Can I run the server in development mode?
Yes, use npm run dev -- --permission READ for development, or node dist/index.js --permission READ for production after building.
Frequently asked questions
What permission levels are available?
`READ` provides read‑only access (only GET endpoints), while `MUTATE` enables full access including POST, PUT, PATCH, and DELETE.
How do I set the Backlog API key?
Create a file named `apikey` in the project root and write your Backlog API key into it.
How do I add this server to Claude Code?
Run `claude mcp add backlog node /path/to/mcp-server-backlog/dist/index.js -- --permission READ` (replace the path and permission flag as needed).
Can I run the server in development mode?
Yes, use `npm run dev -- --permission READ` for development, or `node dist/index.js --permission READ` for production after building.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments