Backlog
About
Integrates with Backlog API to enable project management tasks including issue tracking, wiki editing, and resource management directly within conversation workflows.
Details
- Author
- fleagne
- GitHub stars
- 3
- Downloads
- 911
- Categories
- Productivity, Project Management, API, Developer Tools, Design, Workplace, AI, Knowledge Base
- Tags
- #integration
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
BacklogCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"backlog": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
Interact with the Backlog API to manage projects, issues, wikis, git repositories, and more.
An MCP server for interacting with the Backlog API, a project management and collaboration tool.
Integrate with the Goodday project management platform to manage projects, tasks, and users via its API.
Manage time tracking, projects, clients, and tasks using the Harvest API.
Integrates with Jira's REST API to manage issues programmatically.
An API integration for the Zentao project management system, supporting task management and bug tracking.
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
Interact with Yandex Tracker APIs for issue management and search.
Access the YouTrack REST API to manage projects and track issues in real-time.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



