MCP server · operational
Atlassian MCP
Jira and Confluence access for agents.
Official Atlassian remote MCP server. After OAuth consent, agents can search and update Jira issues and Confluence pages inside the scopes the user granted.
- endpoint
https://mcp.atlassian.com/v1/sse- auth
- OAuth 2.1
- try it
- tested example call
curl -sS -X POST https://mcp.atlassian.com/v1/sse -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- issues.read · issues.write · docs.search
- tags
- jira · confluence · issues · wiki
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/atlassian-mcp
Agents can discover Atlassian MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.