Jira & Confluence for AI agents. Pre-configured connections, compact output.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by A2atlassian.
loginSave a connection β validates by calling /myself first
logoutRemove a saved connection
list_connectionsList connections (no secrets exposed)
jira_get_issueGet issue by key β full fields, status, assignee
jira_searchSearch by JQL with pagination β compact TSV output by default
jira_search_countCount-only JQL β cheap pre-check for "is this going to be huge?"
Agent-to-Atlassian
Give AI agents access to Jira and Confluence. Save credentials once, work from anywhere.
Jira + Confluence Β· read-only by default Β· pre-configured connections Β· compact TSV output
Quick Start Β· MCP Tools Β· Security Β· Comparison Β· Setup
Existing Atlassian MCP servers (Rovo, sooperset) require Docker, .env files, and mcp-remote bridges. They dump 72 tools into agent context and have known quirks that silently fail. a2atlassian fixes all of that:
pip install a2atlassian and you're done.mcp.json with --register, agent works immediately--scope limits which projects an agent can see${ATLASSIAN_TOKEN} in configs, expanded only at runtimeScope today: full Jira surface (issues, comments, sprints, boards, worklogs, links, versions, fields, watchers, projects) and Confluence core (pages CRUD, search, metadata-only writes).
Claude Code (with pre-configured connection):
Claude Code (minimal β agent calls login on demand):
Claude Desktop / Cursor / any MCP client (.mcp.json):
Multiple projects:
Scoped connections (limit agent to specific saved projects):
--register creates ephemeral in-memory connections (process lifetime, no files written). --scope filters which saved connections are visible. Both limit blast radius.
Tokens accept three forms: literal value, ${ENV_VAR} reference, or
op://vault/item/field (resolved via the 1Password CLI at runtime).
| Tool | Description |
|---|---|
login | Save a connection β validates by calling /myself first |
logout | Remove a saved connection |
list_connections | List connections (no secrets exposed) |
| Tool | Description |
|---|---|
jira_get_issue | Get issue by key β full fields, status, assignee |
jira_search | Search by JQL with pagination β compact TSV output by default |
jira_search_count | Count-only JQL β cheap pre-check for "is this going to be huge?" |
jira_search_fields | Discover custom-field IDs by name |
jira_get_field_options | List allowed values for a select / multi-select field |
jira_get_comments | Get all comments for an issue |
jira_get_worklogs | Get all worklogs for an issue |
jira_get_transitions | Discover available status transitions |
jira_get_link_types | List available issue-link types |
jira_get_watchers | List watchers for an issue |
jira_get_projects | List projects accessible to the connection |
jira_get_project_metadata | Fetch creation metadata (issue types, required fields) |
jira_get_user_profile | Resolve an email/accountId to a full user profile |
jira_get_boards | List agile boards in a project |
jira_get_board_issues | Issues on a board (paginated) |
jira_get_sprints | List sprints on a board |
jira_get_sprint_issues | Issues in a sprint (paginated) |
| Tool | Description |
|---|---|
jira_create_issue | Create a new issue |
jira_update_issue | Update fields on an existing issue |
jira_delete_issue | Delete an issue |
jira_transition_issue | Move issue to a new status |
jira_add_comment | Add comment (wiki markup, API v2) |
jira_edit_comment | Update existing comment |
jira_add_worklog | Log time on an issue |
jira_create_issue_link | Link two issues |
jira_remove_issue_link | Remove an issue link |
jira_set_watchers | Replace the watcher set on an issue |
jira_create_sprint | Create a sprint on a board |
jira_update_sprint | Update sprint state / dates |
jira_add_issues_to_sprint | Move issues into a sprint |
jira_create_version | Create a project version |
| Tool | Description |
|---|---|
confluence_get_page | Fetch a page by id (body storage, version, space) |
confluence_get_page_children | List direct children of a page (paginated) |
confluence_search | CQL search; minimal per-match rows |
| Tool | Description |
|---|---|
confluence_upsert_pages | Batch create-or-update with preserve-on-omit body semantics + per-page status + partial-failure shape |
confluence_set_page_properties | Metadata-only write (page_width, emoji, labels) β physically cannot touch body or title |
All tools accept a format parameter:
| Format | Default for | Description |
|---|---|---|
toon | Lists (search, comments) | TSV with header β shape once, data many. 30-60% fewer tokens than JSON |
json | Single entities (get_issue) | Standard JSON with metadata envelope |
List responses use a compact TSV-style format (header row + tab-separated values) inspired by TOON. This is the same approach a2db uses β column names appear once, then just values. For a 50-issue search result, this typically saves 40-60% of tokens compared to JSON.
TSV example (search results):
JSON example (single issue):
When something fails, a2atlassian tells the agent what to do:
Quirks handled automatically:
712020: account IDs) β auto-detected with hint{"key": "PROJ-14"} normalized to "PROJ-14" silentlyEvery connection starts read-only. Write tools check the connection flag before executing:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/a2atlassian)<a href="https://allmcps.com/mcp/a2atlassian"><img src="https://allmcps.com/api/badge/a2atlassian?style=directory" alt="A2atlassian on AllMCPs" /></a>