MCP server for Atlassian tools (Confluence, Jira)
MCP server for Atlassian tools (Confluence, Jira)
Is it safe?
No package registry to scan for CVEs.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 31 days ago. 4,803 GitHub stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
10 tools. Estimated ~400 tokens of your context window (0.2% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"mcp-atlassian": {
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"JIRA_API_TOKEN": "your_api_token",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
},
"args": [
"mcp-atlassian"
],
"command": "uvx"
}
}
}This server supports HTTP transport. Be the first to test it — help the community know if it works.
jira_searchSearch Jira issues with JQL
jira_get_issueGet Jira issue details
jira_create_issueCreate Jira issues
jira_update_issueUpdate Jira issues
jira_transition_issueChange Jira issue status
confluence_searchSearch Confluence with CQL
confluence_get_pageGet Confluence page content
confluence_create_pageCreate Confluence pages
confluence_update_pageUpdate Confluence pages
confluence_add_commentAdd comments to Confluence pages
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.