drio
Open app

Backlog MCP サーバー

Source

Catalog onlyCatalog onlySTDIO

Overview

Backlog MCP Server is an API server that provides access to the Backlog API, enabling project management, issue tracking, and file operations.

To use the Backlog MCP Server, you need to set up your API key and configure your environment variables. You can then interact with the server using various API endpoints for project and issue management.

  • Project Management: Retrieve project lists and view detailed information. - Issue Management: Create, update, search, and comment on issues. - User Management: Access user information. - File Operations: Manage attached files. - Search Functionality: Search for issues and projects.
  1. Managing project tasks and tracking progress.
  2. Collaborating on issues with team members.
  3. Automating project management workflows through API integration.

Add to your AI client

Use these steps to connect Backlog MCP サーバー in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "backlog-mcp-server-tomohiro1850": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-tomohiro1850"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "backlog-mcp-server-tomohiro1850": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-tomohiro1850"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "backlog-mcp-server-tomohiro1850": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-tomohiro1850"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "backlog-mcp-server-tomohiro1850": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-tomohiro1850"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "backlog-mcp-server-tomohiro1850": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-tomohiro1850"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "backlog-mcp-server-tomohiro1850": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-tomohiro1850"
      ]
    }
  }
}

FAQ

How do I obtain an API key?

Log in to Backlog, go to personal settings > API, and generate your API key.

Is there a limit on the number of API requests?

Yes, please refer to the Backlog API documentation for rate limits.

Can I use this server for multiple projects?

Yes, you can manage multiple projects using the same API server.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2220,"uuid":"ddb19f7e-d501-4b9d-ad7a-444c140bcb01","name":"backlog-mcp-server","title":"Backlog MCP サーバー","description":"","avatar_url":"https://avatars.githubusercontent.com/u/29845604?v=4","created_at":"2025-03-09T04:23:26.160Z","updated_at":"2025-03-12T10:20:31.799Z","status":"created","author_name":"tomohiro1850","author_avatar_url":"https://avatars.githubusercontent.com/u/29845604?v=4","tags":"project-management,api-server,backlog","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/tomohiro1850/backlog-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 18:19:54\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]