Backlog MCP サーバー
@tomohiro1850
About Backlog MCP サーバー
No overview available yet
Basic information
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
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 サーバー?
Backlog MCP サーバー is an MCP server that provides access to the Backlog API, enabling project management, issue tracking, file operations, and other features. It is designed for users who want to interact with Backlog through an MCP-compatible agent such as Claude Desktop.
How to use Backlog MCP サーバー?
Obtain an API key from Backlog (Settings > API > Issue API key). Set environment variables BACKLOG_DOMAIN and BACKLOG_API_KEY in a .env file, or configure them in claude_desktop_config.json when using with Claude Desktop via NPX. Then run the server with npx -y @tmhr1850/backlog-mcp-server.
Key features of Backlog MCP サーバー
- Retrieve space and project information.
- Create, update, and search issues.
- Add comments to issues.
- Manage attachments and user data.
- Search issues by keyword and filters.
Use cases of Backlog MCP サーバー
- Automating issue creation from an AI assistant.
- Querying project status and issue details without leaving a chat interface.
- Updating existing issues with comments or status changes.
- Searching for issues across projects using keywords and filters.
FAQ from Backlog MCP サーバー
What are the prerequisites to use this server?
A Backlog API key and your Backlog domain (e.g., your-domain.backlog.com) are required. Optionally, Node.js and npm are needed for local execution.
How is data accessed and where does it live?
All data is accessed via the Backlog API. The server does not store data locally; it makes HTTP requests to your Backlog instance.
What authentication or transport does it use?
The server uses API key authentication, passed via the BACKLOG_API_KEY environment variable. Transport is HTTP/HTTPS through the Backlog API.
Are there any limits on the number of results?
The getIssues and searchIssues tools accept a count parameter, with a maximum of 100 items per request.
How can I test the server locally?
Run npm test for all tests, npm run test:watch for watch mode, or npm run test:coverage for coverage reports.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments