Backlog MCP サーバー
@MCP-Mirror
About Backlog MCP サーバー
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": [
"-y",
"@tmhr1850/backlog-mcp-server"
],
"env": {
"BACKLOG_DOMAIN": "your-domain.backlog.com",
"BACKLOG_API_KEY": "your-api-key"
}
}
}
}Tools
8スペース情報の取得
プロジェクト一覧の取得
課題一覧の取得
特定の課題情報の取得
課題の追加
Wikiページ一覧の取得
ユーザー一覧の取得
Webhook一覧の取得
Overview
What is Backlog MCP サーバー?
Backlog MCP サーバー is an MCP server that provides access to the Backlog API, enabling project management, issue tracking, file management, and user information retrieval. It is designed for users who want to interact with Backlog through MCP-compatible clients like Claude Desktop.
How to use Backlog MCP サーバー?
Obtain a Backlog API key, then set the environment variables BACKLOG_DOMAIN and BACKLOG_API_KEY. For Claude Desktop, add the configuration to claude_desktop_config.json using the npx command shown in the README. To run locally, build with npm run build and start with npm start.
Key features of Backlog MCP サーバー
- List and view project details using
getSpacesandgetProjects - Create, update, and retrieve issues via
createIssue,updateIssue,getIssues, andgetIssue - Add comments to issues with
addComment - Search issues by keyword, project, status, or assignee
- Manage attachments (file operations mentioned in features)
Use cases of Backlog MCP サーバー
- Automate issue creation and updates from AI assistants
- Search and retrieve project or issue data without manual API calls
- Integrate Backlog tasks into chatbot or automation workflows
- Manage user information and project spaces programmatically
- Track and comment on issues during development sprints
FAQ from Backlog MCP サーバー
What Backlog operations does this server support?
It supports project listing, issue CRUD, comment addition, issue search, user information retrieval, and file attachment management.
How do I authenticate with Backlog?
Set the environment variable BACKLOG_API_KEY with your Backlog API key, which can be generated under "Personal Settings > API" in Backlog.
What are the requirements to run this server?
A Backlog account with API access, Node.js to build and run locally, and an MCP-compatible client (e.g., Claude Desktop) or ability to run a Node script.
Are there any limits on the number of results?
When retrieving issues, the count parameter accepts a maximum of 100 items per request. Pagination is supported via the offset parameter.
Where does my data reside?
All data remains in Backlog’s servers; this server acts as an intermediary via the Backlog API and does not store any data locally.
Frequently asked questions
What Backlog operations does this server support?
It supports project listing, issue CRUD, comment addition, issue search, user information retrieval, and file attachment management.
How do I authenticate with Backlog?
Set the environment variable `BACKLOG_API_KEY` with your Backlog API key, which can be generated under "Personal Settings > API" in Backlog.
What are the requirements to run this server?
A Backlog account with API access, Node.js to build and run locally, and an MCP-compatible client (e.g., Claude Desktop) or ability to run a Node script.
Are there any limits on the number of results?
When retrieving issues, the `count` parameter accepts a maximum of 100 items per request. Pagination is supported via the `offset` parameter.
Where does my data reside?
All data remains in Backlog’s servers; this server acts as an intermediary via the Backlog API and does not store any data locally.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments