Atlassian
Jira, Confluence, Compass
About Atlassian
Atlassian brings Jira, Confluence, and Compass into AI-assisted work through its remote MCP server. Teams can use the connection to reason over software issues, documentation, project context, and engineering-system information that already lives across Atlassian products.
Connection details
https://mcp.atlassian.com/v1/mcp/authv2Transport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add atlassian --transport http https://mcp.atlassian.com/v1/mcp/authv2Frequently asked questions
What is the Atlassian remote MCP server?
The Atlassian remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.atlassian.com/v1/mcp/authv2, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Atlassian MCP server?
Add the endpoint https://mcp.atlassian.com/v1/mcp/authv2 to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Atlassian MCP server require authentication?
Yes. Atlassian uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Atlassian MCP server use?
Atlassian exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.