Community-maintained MCP server for Atlassian Jira Data Center. Not affiliated with Atlassian.
| Tool name | Description | Destructive? |
|---|---|---|
| jira_searchIssues | ✓ no | |
| jira_getIssue | ✓ no | |
| jira_getIssueComments | ✓ no | |
| jira_createIssue | ✓ no | |
| jira_updateIssue | ✓ no |
| jira_postIssueComment | ✓ no | |
| jira_getTransitions | ✓ no | |
| jira_transitionIssue | ✓ no | |
| bitbucket_getProjects | ✓ no | |
| bitbucket_getProject | ✓ no | |
| bitbucket_getRepositories | ✓ no | |
| bitbucket_getRepository | ✓ no | |
| bitbucket_getCommits | ✓ no | |
| bitbucket_getPullRequests | ✓ no | |
| bitbucket_getPullRequest | ✓ no | |
| bitbucket_getPR_CommentsAndAction | ✓ no | |
| bitbucket_getPullRequestChanges | ✓ no | |
| bitbucket_getUser | ✓ no | |
| bitbucket_postPullRequestComment | ✓ no | |
| bitbucket_submitPullRequestReview | ✓ no | |
| bitbucket_getPullRequestDiff | ✓ no | |
| bitbucket_createPullRequest | ✓ no | |
| bitbucket_updatePullRequest | ✓ no | |
| bitbucket_getRequiredReviewers | ✓ no | |
| bitbucket_getInboxPullRequests | ✓ no | |
| bitbucket_getDashboardPullRequests | ✓ no | |
| confluence_getContent | ✓ no | |
| confluence_searchContent | ✓ no | |
| confluence_createContent | ✓ no | |
| confluence_updateContent | ✓ no | |
| confluence_searchSpace | ✓ no |
{
"mcpServers": {
"atlassian-dcjira": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
]
}
}
}