backlog-mcp-server
A Model Context Protocol (MCP) server for interacting with the Backlog API.
This server provides tools for managing projects, issues, wiki pages, and more in Backlog through AI agents like Claude Desktop, Cline, and Cursor. It allows users to create, read, update, and delete projects and issues, manage versions and milestones, and utilize Git repository and pull request tools. Additionally, it supports GraphQL-style field selection for optimized responses and includes notification tools.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"backlog-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-backlog-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions