MCP.so
Sign In

mcp-server-backlog

@kazuhideoki

About mcp-server-backlog

MCP Server for backlog

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

kazuhideoki

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.

Comments

More Other MCP servers