MCP.so
登录

MCP Atlassian

@final-il

关于 MCP Atlassian

MCP Server handling Jira integrations

基本信息

分类

版本控制

许可证

MIT license

运行时

shell

传输方式

stdio

发布者

final-il

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jira-mcp-server-final-il": {
      "command": "uvx",
      "args": [
        "mcp-atlassian"
      ]
    }
  }
}

工具

27

Search 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

概览

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).

评论

版本控制 分类下的更多 MCP 服务器