mcp-atlassian
MCP Atlassian
Сервер Model Context Protocol (MCP) для продуктов Atlassian (Confluence и Jira). Поддерживает развертывание как в Cloud, так и в Server/Data Center.
https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e
https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785
Быстрый старт
1. Получите свой API-токен
Перейдите на https://id.atlassian.com/manage-profile/security/api-tokens и создайте токен.
Для Server/Data Center используйте Personal Access Token. См. Аутентификация.
2. Настройте свою IDE
Добавьте в конфигурацию MCP вашего Claude Desktop или Cursor:
{
"mcpServers": {
"mcp-atlassian": {
"command": "uvx",
"args": ["mcp-atlassian"],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"JIRA_API_TOKEN": "your_api_token",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
}
}
}
}Пользователям Server/Data Center: используйте
JIRA_PERSONAL_TOKENвместоJIRA_USERNAME+JIRA_API_TOKEN. Подробнее см. в разделе Аутентификация.
Autohand Code
Используйте тот же uvx-сервер с вашими учетными данными Atlassian:
autohand mcp add mcp-atlassian env \
JIRA_URL=https://your-company.atlassian.net \
JIRA_USERNAME=your.email@company.com \
JIRA_API_TOKEN=your_api_token \
CONFLUENCE_URL=https://your-company.atlassian.net/wiki \
CONFLUENCE_USERNAME=your.email@company.com \
CONFLUENCE_API_TOKEN=your_api_token \
uvx mcp-atlassianДобавьте --scope project после add, чтобы сохранить конфигурацию в текущем проекте. Актуальную информацию об установке и CLI см. в Autohand Code.
3. Начало работы
Попросите своего ИИ-ассистента:
"Найди задачи, назначенные на меня, в проекте PROJ"
"Поищи в Confluence документацию по онбордингу"
"Создай баг-тикет для проблемы со входом"
"Обнови статус PROJ-123 на Done"
Related MCP server: MCP Atlassian Server
Документация
Полная документация доступна на mcp-atlassian.soomiles.com.
Документация также доступна в формате llms.txt, который LLM могут легко обрабатывать:
llms.txt— карта документацииllms-full.txt— полная документация
Тема | Описание |
uvx, Docker, pip, из исходного кода | |
API-токены, PAT, OAuth 2.0 | |
Настройка IDE, переменные окружения | |
SSE, streamable-http, многопользовательский режим | |
Все инструменты Jira и Confluence | |
Частые проблемы и отладка |
Совместимость
Продукт | Развертывание | Поддержка |
Confluence | Cloud | Полная поддержка |
Confluence | Server/Data Center | Поддерживается (v6.0+) |
Jira | Cloud | Полная поддержка |
Jira | Server/Data Center | Поддерживается (v8.14+) |
Ключевые инструменты
Jira | Confluence |
|
|
|
|
|
|
|
|
|
|
Всего 98 инструментов — полный список приведён в Справочнике инструментов.
Безопасность
Никогда не делитесь API-токенами. Храните файлы .env в безопасности. См. SECURITY.md.
Участие в разработке
Инструкции по настройке среды разработки см. в CONTRIBUTING.md.
Лицензия
MIT — см. LICENSE. Не является официальным продуктом Atlassian.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pages with flexible authentication options.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud APIs for Confluence and Jira, supporting document management, search, issue tracking, and sprint operations through natural language.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.141MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud (Jira, Confluence, Bitbucket) through natural language, providing CRUD operations for issues, pages, pull requests, and more.8626MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MaximSantalov/ai_agent_mcp_jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server