MCP Atlassian
@final-il
About MCP Atlassian
MCP Server handling Jira integrations
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-mcp-server-final-il": {
"command": "uvx",
"args": [
"mcp-atlassian"
]
}
}
}Tools
27Search 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
Attach content to a Confluence page
Get details of a specific Jira issue
Search Jira issues using JQL
Get all issues for a specific Jira project
Get all issues linked to a specific Epic
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 comment to a Jira issue
Add a worklog entry to a Jira issue
Get worklog entries for a Jira issue
Download attachments from a Jira issue
Link an issue to an Epic
Get Jira agile boards by name, project key, or type
Get all issues linked to a specific board
Get Jira sprints from board by state
Get Jira issues from sprint
Overview
What is MCP Atlassian?
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products—Confluence and Jira. It supports both Cloud and Server/Data Center deployments, allowing AI assistants to interact with Confluence pages and Jira issues.
How to use MCP Atlassian?
Install via uvx mcp-atlassian, pip install mcp-atlassian, Docker, or Smithery. Configure using command-line arguments for Confluence and/or Jira URLs, authentication tokens (API token for Cloud, personal access token for Server/DC), and optional flags like --read-only, --transport, or --port. Set up in Claude Desktop or Cursor IDE with the provided JSON configuration.
Key features of MCP Atlassian
- Search Confluence content using CQL
- Get, create, update, and delete Confluence pages
- Attach content to Confluence pages
- Search Jira issues using JQL
- Create, update, delete, and transition Jira issues
- Add comments and worklogs to Jira issues
- Support for both Cloud and Server/Data Center
Use cases of MCP Atlassian
- Retrieve and update documentation in Confluence via AI assistant
- Search and manage Jira issues without leaving the chat interface
- Automate project workflows by creating and transitioning issues
- Combine Confluence and Jira queries in a single conversation
FAQ from MCP Atlassian
What products and deployment types does MCP Atlassian support?
It supports Confluence (Cloud, Server/Data Center 6.0+) and Jira (Cloud, Server/Data Center 8.14+).
How do I authenticate with Cloud and Server/Data Center?
For Cloud, use an API token from Atlassian. For Server/Data Center, use a personal access token from your profile.
What transport options are available?
It supports stdio (default) and sse transport types, configurable with the --transport argument.
Can I run MCP Atlassian in read-only mode?
Yes, the --read-only flag disables all write operations, such as creating or updating pages and issues.
How can I filter search results to specific spaces or projects?
Use --confluence-spaces-filter (comma-separated space keys) and --jira-projects-filter (comma-separated project keys).
More Version Control MCP servers
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Bitbucket Server MCP
garc33Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Comments