MCP server

Atlassian
MCPJira and Confluence over MCP — first-party.
Atlassian’s official remote MCP. Issues, pages, and the cloud site you already pay for.
latest·Proprietary·Updated this quarter·Transport: sse
Claude CodeDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"atlassian": {
"url": "https://mcp.atlassian.com/v1/sse"
}
}
}By Atlassian
Spec
What the server actually exposes.
search_jira
readJQL against the cloud site.
get_issue
readA Jira issue.
get_confluence_page
readA page by id.
Guardrails
- OAuth to your cloud
- Writes are separate and optional
atlassian-mcp.mcp/tools
Tools
- read
search_jira
JQL against the cloud site.
- read
get_issue
A Jira issue.
- read
get_confluence_page
A page by id.
Last call
{ "ok": true,
"tool": "search_jira",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
