Backlog Mcp Server
@pj8
About Backlog Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"backlog": {
"autoApprove": [
"get_issue",
"get_issue_comments",
"get_issue_attachments",
"get_issue_attachment",
"get_issue_shared_files",
"get_issue_types"
],
"disabled": false,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"https://github.com/pj8/backlog-mcp-server"
],
"env": {
"BACKLOG_API_TOKEN": "****",
"BACKLOG_SPACE": "your-space-here"
},
"transportType": "stdio"
}
}
}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 Backlog Mcp Server?
Backlog Mcp Server is an MCP server that integrates with Nulab's Backlog project management tool. It provides tools to read and write issues, comments, attachments, and other data through the Backlog API. It is intended for developers using AI assistants like CLINE on VSCode.
How to use Backlog Mcp Server?
Install by adding a configuration entry in the VSCode CLINE MCP Servers settings. Use npx to run the server from the GitHub repository. Set the environment variables BACKLOG_API_TOKEN (obtained from your Backlog API settings page) and BACKLOG_SPACE (your Backlog subdomain). Transport is stdio.
Key features of Backlog Mcp Server
- Get issue details
- Get issue comments
- Download issue attachments
- Get list of issue attachments
- Get list of linked shared files
- Add a new issue
- Update issue information
- Add a comment to an issue
- Update a comment
- Get list of issue types
Use cases of Backlog Mcp Server
- An AI assistant reads and summarizes a Backlog issue from a given URL.
- Automatically add comments to a Backlog issue based on external events.
- Update issue status or fields as part of a workflow.
- Attach files to an issue from a local or downloaded source.
- Retrieve all issues of a certain type for reporting.
FAQ from Backlog Mcp Server
How do I get my BACKLOG_API_TOKEN and BACKLOG_SPACE?
The API token is obtained from https://your-space-here.backlog.jp/EditApiSettings.action. The space is the subdomain of your Backlog URL (e.g., your-space-here from https://your-space-here.backlog.jp).
What runtime does Backlog Mcp Server require?
Node.js 20 or higher and npm 10 or higher.
What transport does Backlog Mcp Server use?
It uses stdio transport as configured in the MCP settings.
Can I automatically approve read-only tools?
Yes. The README suggests setting "autoApprove" for read-only tools like get_issue, get_issue_comments, get_issue_attachments, get_issue_attachment, get_issue_shared_files, and get_issue_types.
Is Backlog Mcp Server available as an npm package?
No. It is run directly from the GitHub repository via npx -y https://github.com/pj8/backlog-mcp-server.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments