Atlassian (Jira & Confluence)

jiraconfluenceatlassianremoteofficial

Summary

Atlassian's official remote MCP server — work with Jira issues and Confluence pages directly from your agent.

Features

  • Search and update Jira issues
  • Read and create Confluence pages
  • Cloud-site aware
  • OAuth authentication
  • Official remote server

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Atlassian (Jira & Confluence)" tools will be available.
{
  "mcpServers": {
    "atlassian": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.atlassian.com/v1/sse"
      ]
    }
  }
}

Description

Atlassian's official remote MCP server (Rovo). It lets an agent search and update Jira issues and read and create Confluence pages across your cloud site, authenticated over OAuth. Connect via the mcp-remote bridge.

Related MCP Servers

Browse all MCP servers →