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.
「その他」の他のコンテンツ
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.
ghidraMCP
LaurieWiredMCP Server for Ghidra
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!
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント