Backlog MCP Server
by MCP-Mirror
This is an MCP server implementation that integrates the Backlog API, allowing interaction with Backlog projects, issues, and wikis. It provides tools to get, add, update, and delete data within Backlog.
Last updated: N/A
What is Backlog MCP Server?
The Backlog MCP Server is a server that provides a set of tools to interact with the Backlog API. It allows users to manage projects, issues, and wikis within their Backlog workspace programmatically.
How to use Backlog MCP Server?
To use this server, you need to obtain a Backlog API key and space ID. Configure the server using environment variables (BACKLOG_API_KEY, BACKLOG_SPACE_ID, and optionally BACKLOG_BASE_URL). You can then integrate it with tools like Claude Desktop using the provided NPX or Docker configurations.
Key features of Backlog MCP Server
Project API integration
Issue API integration
Wiki API integration
CRUD operations for projects, issues, and wikis
Configuration via environment variables
Use cases of Backlog MCP Server
Automating Backlog tasks
Integrating Backlog with other systems
Programmatically managing projects and issues
Building custom Backlog workflows
Extending Backlog functionality with custom tools
FAQ from Backlog MCP Server
How do I get a Backlog API key?
How do I get a Backlog API key?
Sign up for Backlog, choose a plan, and generate your API key from the individual settings.
What environment variables are required?
What environment variables are required?
BACKLOG_API_KEY and BACKLOG_SPACE_ID are required. BACKLOG_BASE_URL is optional.
How do I integrate this server with Claude Desktop?
How do I integrate this server with Claude Desktop?
Add the provided NPX or Docker configuration to your claude_desktop_config.json file.
How can I add new tools to the server?
How can I add new tools to the server?
Define a new Zod schema, add a new tool definition, create a new handler, and implement business logic in a service.
What license is this server under?
What license is this server under?
This MCP server is licensed under the MIT License.