Loading MCP server directory, please wait...
MCP server for Backlog API integration with AI agents.
npx @getmcp/cli add io.github.vfa-khuongdv/mcp-backlogRequires Node.js 18+. Community-contributed server. Review source before installing.
BACKLOG_HOSTYour Backlog instance URL (e.g., your-space-id.backlog.com)
BACKLOG_API_KEYYour Backlog API key from account settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vfa-khuongdv/mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "",
"BACKLOG_API_KEY": ""
}
}
}
}