Node.js core and CLI conversion of Nulab's Backlog MCP Server tool handlers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"miku-backlog-api": {
"command": "npx",
"args": [
"-y",
"igapyon/miku-backlog-api"
]
}
}
}
Run in terminal:
claude mcp add miku-backlog-api npx -y igapyon/miku-backlog-api
Add to .cursor/mcp.json:
{
"mcpServers": {
"miku-backlog-api": {
"command": "npx",
"args": [
"-y",
"igapyon/miku-backlog-api"
]
}
}
}