Backlog MCP Server
@trknhr
Backlog MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": [
"-y",
"github:trknhr/backlog-mcp-server"
],
"env": {
"BACKLOG_DOMAIN": "your-domain.backlog.com",
"BACKLOG_API_KEY": "your-api-key"
}
}
}
}ツール
7Returns list of projects
Creates a new issue in the specified project
Creates a new project
Returns information about a specific project
Updates an existing project
Deletes a project
Returns list of Wiki pages
概要
What is Backlog MCP Server?
A Model Context Protocol (MCP) server that provides tools for managing projects, issues, wiki pages, and more through the Backlog API, enabling Claude users to interact with their Backlog account directly.
How to use Backlog MCP Server?
Install via npx by adding the server configuration to Claude’s MCP settings, setting the BACKLOG_DOMAIN and BACKLOG_API_KEY environment variables. Alternatively, clone the repository, install dependencies (npm install), build (npm run build), create a .env file with the same variables, and start the server (npm start).
Key features of Backlog MCP Server
- Project management – create, read, update, delete projects
- Issue tracking – create, update, delete, list issues
- Wiki page management – list, and more wiki operations
- Easy integration with Claude via npx
- Manual installation and customization supported
Use cases of Backlog MCP Server
- List all Backlog projects directly in a Claude conversation
- Create a new bug issue with priority and title in a specific project
- Retrieve and review the details of a given Backlog project
- Manage Backlog data without leaving the Claude interface
FAQ from Backlog MCP Server
What are the prerequisites for using Backlog MCP Server?
You need Node.js v16 or higher, a Backlog account with API access, and your Backlog API key.
How do I configure my Backlog API key?
Set the environment variables BACKLOG_DOMAIN (e.g., your-domain.backlog.com) and BACKLOG_API_KEY in the MCP configuration or in a .env file.
What tools are available in the server?
The server includes tools like get_project_list, add_issue, add_project, get_project, update_project, delete_project, and get_wiki_pages.
Can I install the server manually instead of using npx?
Yes – clone the repository, run npm install, build with npm run build, create a .env file, and start with npm start.
Is there a way to test the server?
Run npm test to execute the included tests.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント