Atlassian Multi
БесплатноНе проверенEnables interaction with multiple Jira and Confluence workspaces simultaneously, with automatic account routing by URL or issue key.
Описание
Enables interaction with multiple Jira and Confluence workspaces simultaneously, with automatic account routing by URL or issue key.
README
Multi-account Atlassian MCP server for Claude Code. Supports multiple Jira/Confluence workspaces simultaneously with automatic account routing by URL or issue key.
Features
- Multiple accounts — configure as many Atlassian sites as needed
- Auto-routing — detects the correct account from issue key prefix (
RES-123→ radekwork), full URL, or alias - Full Jira coverage — get/create/edit issues, comments, transitions, worklogs, links, search (JQL)
- Full Confluence coverage — pages, spaces, comments, search (CQL)
- Account management tools — add/remove/test accounts from within Claude
Installation
Via npx (recommended)
npx atlassian-multi-mcp
Global install
npm install -g atlassian-multi-mcp
Claude Code Setup
Add to your ~/.claude/settings.json under mcpServers:
{
"mcpServers": {
"atlassian": {
"command": "npx",
"args": ["-y", "atlassian-multi-mcp"]
}
}
}
Or as a Claude Code plugin:
claude plugin install ntlongctt/atlassian-multi-mcp
Configure Accounts
After installing, use the add_atlassian_account tool in Claude:
add_atlassian_account:
alias: "radekwork"
site: "radekwork.atlassian.net"
email: "[email protected]"
token: "ATATT..."
projectPrefixes: "RES,RS"
isDefault: false
Or edit ~/.atlassian-accounts.json directly:
{
"accounts": [
{
"alias": "doneitbetter",
"site": "doneitbetter.atlassian.net",
"email": "[email protected]",
"token": "ATATT...",
"projectPrefixes": ["DIB"],
"isDefault": true
},
{
"alias": "radekwork",
"site": "radekwork.atlassian.net",
"email": "[email protected]",
"token": "ATATT...",
"projectPrefixes": ["RES", "RS", "SHIELD"]
}
]
}
Get API tokens at: https://id.atlassian.com/manage-profile/security/api-tokens
Account Resolution
The server resolves which account to use in this order:
- Full URL —
https://radekwork.atlassian.net/browse/RES-123→ radekwork account - Issue key —
RES-123→ lookupRESinprojectPrefixes→ radekwork account - Alias —
"radekwork"→ exact alias match - Partial site —
"radek"→ partial hostname match - Default account —
isDefault: truein config - Single account — use it if only one configured
Available Tools
Account Management
| Tool | Description |
|---|---|
list_atlassian_accounts |
List all configured accounts |
add_atlassian_account |
Add a new account (tests connection) |
remove_atlassian_account |
Remove an account |
set_default_atlassian_account |
Set default account |
test_atlassian_connection |
Test credentials |
getAccessibleAtlassianResources |
List all sites (compatible with built-in Atlassian MCP) |
Jira
| Tool | Description |
|---|---|
getJiraIssue |
Get issue by key or URL |
searchJiraIssuesUsingJql |
Search with JQL |
createJiraIssue |
Create issue |
editJiraIssue |
Edit issue fields |
addCommentToJiraIssue |
Add comment |
getTransitionsForJiraIssue |
Get workflow transitions |
transitionJiraIssue |
Move to new status |
getVisibleJiraProjects |
List projects |
getJiraProjectIssueTypesMetadata |
Get issue types |
getJiraIssueTypeMetaWithFields |
Get fields for issue type |
lookupJiraAccountId |
Search users |
getIssueLinkTypes |
Get link types |
createIssueLink |
Link two issues |
addWorklogToJiraIssue |
Log time |
getJiraIssueRemoteIssueLinks |
Get external links |
atlassianUserInfo |
Current user info |
Confluence
| Tool | Description |
|---|---|
getConfluencePage |
Get page by ID |
createConfluencePage |
Create page |
updateConfluencePage |
Update page |
searchConfluenceUsingCql |
Search with CQL |
getConfluenceSpaces |
List spaces |
getPagesInConfluenceSpace |
List pages in space |
getConfluencePageDescendants |
Get child pages |
getConfluencePageFooterComments |
Get comments |
createConfluenceFooterComment |
Add comment |
getConfluencePageInlineComments |
Get inline comments |
createConfluenceInlineComment |
Add inline comment |
getConfluenceCommentChildren |
Get comment replies |
License
MIT
Установка Atlassian Multi
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ntlongctt/atlassian-multi-mcpFAQ
Atlassian Multi MCP бесплатный?
Да, Atlassian Multi MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Atlassian Multi?
Нет, Atlassian Multi работает без API-ключей и переменных окружения.
Atlassian Multi — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Atlassian Multi в Claude Desktop, Claude Code или Cursor?
Открой Atlassian Multi на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Atlassian Multi with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
