Skip to content
Atlassian (Jira & Confluence)

Atlassian (Jira & Confluence)MCP Server

Added to Onei
3 views

Summary

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

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

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views
Browse all MCP servers →