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.
Get details of a specific issue.
Search issues using JQL.
Create a new issue.
Update an existing issue.
Transition an issue to a new status.
Add a comment to an issue.
Get all projects.
Get issues for a project.
Get worklog for an issue.
Get available transitions for an issue.
Search fields.
Get agile boards.
Get issues for a board.
Get sprints from a board.
Get issues for a sprint.
Get issue link types.
Batch get changelogs (Cloud only).
Get user profile.
Download attachments.
Get project versions.
Delete an issue.
Batch create issues.
Add worklog to an issue.
Link to epic.
Create a sprint.
Update a sprint.
Create an issue link.
Remove an issue link.
Create a version.
Batch create versions.
Search Confluence content using CQL.
Get content of a specific page.
Create a new page.
Update an existing page.
Get page children.
Get comments for a page.
Get labels for a page.
Search users.
Delete a page.
Add a label to a page.
Add a comment to a page.
{
"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"
}
}
}
}