A

Atlassian MCP

Access Jira and Confluence.

Atlassian·No reviews yet
Docs
Share:

About

Search issues, create tickets, and read Confluence pages across your Atlassian cloud.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Atlassian MCP

Server URL

https://mcp.atlassian.com/v1/sse

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "atlassian": {
      "url": "https://mcp.atlassian.com/v1/sse",
      "transport": "sse",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "atlassian": {
      "url": "https://mcp.atlassian.com/v1/sse"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "atlassian": {
      "type": "sse",
      "url": "https://mcp.atlassian.com/v1/sse"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.