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.
「バージョン管理」の他のコンテンツ
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed

GitLab
modelcontextprotocolModel Context Protocol Servers
コメント