LogoSTMCP
Download
MCP Atlassian

MCP Atlassian

MCP Atlassian is a Model Context Protocol server for Atlassian products (Confluence and Jira) that enables AI assistants to interact with both Cloud and Server/Data Center deployments.

Tools

1. jira_get_issue

Get details of a specific issue.

Search issues using JQL.

3. jira_create_issue

Create a new issue.

4. jira_update_issue

Update an existing issue.

5. jira_transition_issue

Transition an issue to a new status.

6. jira_add_comment

Add a comment to an issue.

7. jira_get_all_projects

Get all projects.

8. jira_get_project_issues

Get issues for a project.

9. jira_get_worklog

Get worklog for an issue.

10. jira_get_transitions

Get available transitions for an issue.

11. jira_search_fields

Search fields.

12. jira_get_agile_boards

Get agile boards.

13. jira_get_board_issues

Get issues for a board.

14. jira_get_sprints_from_board

Get sprints from a board.

15. jira_get_sprint_issues

Get issues for a sprint.

Get issue link types.

17. jira_batch_get_changelogs

Batch get changelogs (Cloud only).

18. jira_get_user_profile

Get user profile.

19. jira_download_attachments

Download attachments.

20. jira_get_project_versions

Get project versions.

21. jira_delete_issue

Delete an issue.

22. jira_batch_create_issues

Batch create issues.

23. jira_add_worklog

Add worklog to an issue.

Link to epic.

25. jira_create_sprint

Create a sprint.

26. jira_update_sprint

Update a sprint.

Create an issue link.

Remove an issue link.

29. jira_create_version

Create a version.

30. jira_batch_create_versions

Batch create versions.

Search Confluence content using CQL.

32. confluence_get_page

Get content of a specific page.

33. confluence_create_page

Create a new page.

34. confluence_update_page

Update an existing page.

35. confluence_get_page_children

Get page children.

36. confluence_get_comments

Get comments for a page.

37. confluence_get_labels

Get labels for a page.

38. confluence_search_user

Search users.

39. confluence_delete_page

Delete a page.

40. confluence_add_label

Add a label to a page.

41. confluence_add_comment

Add a comment to a page.

JSON Config

{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e", "CONFLUENCE_URL",
        "-e", "CONFLUENCE_USERNAME",
        "-e", "CONFLUENCE_API_TOKEN",
        "-e", "JIRA_URL",
        "-e", "JIRA_USERNAME",
        "-e", "JIRA_API_TOKEN",
        "ghcr.io/sooperset/mcp-atlassian:latest"
      ],
      "env": {
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "CONFLUENCE_USERNAME": "your.email@company.com",
        "CONFLUENCE_API_TOKEN": "your_confluence_api_token",
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "your.email@company.com",
        "JIRA_API_TOKEN": "your_jira_api_token"
      }
    }
  }
}

Useful Links

Information