MCP Atlassian
@adamjbird2
关于 MCP Atlassian
MCP server that integrates Confluence and Jira
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-atlassian-sprint": {
"command": "uvx",
"args": [
"mcp-atlassian"
]
}
}
}工具
20Search Confluence content using CQL
Get content of a specific Confluence page
Get child pages of a specific Confluence page
Get parent pages of a specific Confluence page
Get comments for a specific Confluence page
Create a new Confluence page
Update an existing Confluence page
Delete an existing Confluence page
Get details of a specific Jira issue
Search Jira issues using JQL
Get all issues for a specific Jira project
Create a new issue in Jira
Update an existing Jira issue
Delete an existing Jira issue
Get available status transitions for a Jira issue
Transition a Jira issue to a new status
Add a worklog entry to a Jira issue
Get worklog entries for a Jira issue
Link an issue to an Epic
Get all issues linked to a specific Epic
概览
What is MCP Atlassian?
MCP Atlassian is a Model Context Protocol server that integrates AI assistants with Atlassian Confluence and Jira. It supports both Atlassian Cloud and Server/Data Center deployments, enabling users to search, read, and modify content across these platforms through natural language commands.
How to use MCP Atlassian?
Install via uvx (recommended), pip, or Docker. Configure with command-line arguments for your Atlassian instance(s)—include only the services you need. Connect the server to an MCP client like Claude Desktop or Cursor IDE using the provided JSON or YAML configuration examples.
Key features of MCP Atlassian
- Search Confluence content using CQL
- Get, create, update, and delete Confluence pages
- Search Jira issues using JQL
- Get, create, update, and delete Jira issues
- Manage Jira worklogs and issue transitions
- Supports both Cloud and Server/Data Center deployments
Use cases of MCP Atlassian
- Ask an AI assistant to search and summarize Confluence documentation
- Create, update, or transition Jira issues directly from a chat interface
- Link issues to Epics and retrieve all issues in an Epic
- Add worklog entries to Jira issues without leaving your IDE
FAQ from MCP Atlassian
Which Atlassian products are supported?
Confluence and Jira. Both are fully supported on Cloud, and supported on Server/Data Center (Confluence 7.9+ and Jira 8.14+).
Can I use only Confluence or only Jira?
Yes. Include only the command-line arguments for the service(s) you want to use.
How do I authenticate?
For Cloud, use an API token from id.atlassian.com. For Server/Data Center, use a Personal Access Token from your profile settings.
What transport options are available?
stdio (default) and SSE. Use the --transport flag to choose SSE and --port to set the port (default 8000).
Can I run the server in read-only mode?
Yes, use the --read-only flag to disable all write operations.
版本控制 分类下的更多 MCP 服务器
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
评论