The Backlog MCP server connects to the Backlog API to manage projects, issues, and tasks. It provides tools for creating, updating, and tracking project activities. Developers use it to automate project management workflows and integrate Backlog with other AI agents.
The Backlog MCP server connects to the Backlog API to manage projects, issues, and tasks. It provides tools for creating, updating, and tracking project activities. Developers use it to automate project management workflows and integrate Backlog with other AI agents.
npx -y backlog-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"nulab-backlog-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y backlog-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from backlog?"
API Key Required
This server requires an API key from backlog. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BACKLOG_API_KEY | Yes | Your backlog API key |
"What resources are available in backlog?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in backlog"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in backlog with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.