このリポジトリは、Backlogの課題、コメント、添付ファイル、課題タイプなどの情報にアクセスするためのModel Context Protocol (MCP) サーバーです。
重要: 公式のbacklog-mcp-serverがリリースされていますので、そちらのご利用を推奨します。
機能
- 課題情報の取得、更新、追加
- 課題コメントの取得、更新、追加
- 課題添付ファイルのダウンロードと一覧取得
- 課題共有ファイルの一覧取得
- 種別一覧の取得
インストールと設定
Node.js 20以上とNPM 10以上が必要です。
MCPサーバーとして設定するには、以下のJSON設定をMCPクライアントに追加します。
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": [
"-y",
"https://github.com/pj8/backlog-mcp-server"
],
"env": {
"BACKLOG_API_TOKEN": "****",
"BACKLOG_SPACE": "your-space-here"
},
"transportType": "stdio"
}
}
}
BACKLOG_API_TOKENとBACKLOG_SPACEは、ご自身のBacklogスペースに合わせて設定してください。
Recommend MCP Servers 💡

Rember
Rember is an AI-powered flashcard application that integrates with AI chat platforms like Claude and ChatGPT via an MCP Server, allowing users to easily capture and organize information into flashcards for spaced repetition.
pyats-mcp-server
An MCP Server for pyATS (experimental)
claude-post
ClaudePost is an MCP server that enables seamless email management through natural language conversations with Claude, offering secure features like email search, reading, and sending.
atlan-mcp-server
An MCP server that enables AI agents to interact with Atlan data governance services, providing tools for searching, retrieving, and updating assets and lineage.
chroma
An MCP server implementation that provides vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.
mcp-geo
An MCP service for retrieving user geolocation information and integrating it with large language models through the Model Context Protocol.