Jira MCP Server
Provides tools for interacting with Jira, enabling management of issues, comments, and transitions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jira MCP ServerShow me issue PROJ-123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira MCP Server
MCP (Model Context Protocol) сервер для интеграции с Jira.
Возможности
get_issue - Получить детали задачи по ключу
search_issues - Поиск задач через JQL
create_issue - Создать новую задачу
add_comment - Добавить комментарий к задаче
update_issue - Обновить поля задачи
get_transitions - Получить доступные переходы статусов
transition_issue - Изменить статус задачи
Related MCP server: JIRA MCP Server
Установка
1. Настройте .env файл
Отредактируйте .env и укажите ваши данные Jira:
JIRA_URL=https://your-domain.atlassian.net
JIRA_EMAIL=your-email@example.com
JIRA_API_TOKEN=your-api-tokenПолучить API токен через UI jira
2. Запуск через Docker
docker-compose up -dИспользование с Claude Desktop
Добавьте в конфигурацию Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"jira": {
"command": "docker",
"args": [
"exec",
"-i",
"jira-mcp-server",
"python",
"jira_mcp_server.py"
]
}
}
}Использование с Claude CLI
claude mcp add jira --scope user -- docker exec -i jira-mcp-server python jira_mcp_server.pyПримеры использования
После подключения к Claude вы можете:
"Покажи задачу PROJ-123"
"Найди все открытые баги в проекте PROJ"
"Создай новую задачу в проекте PROJ с названием 'Fix login bug'"
"Добавь комментарий к PROJ-123: 'Работа завершена'"
"Измени статус PROJ-123 на In Progress"
Разработка
Структура проекта:
├── jira_mcp_server.py # Основной код сервера
├── requirements.txt # Python зависимости
├── Dockerfile # Docker образ
├── docker-compose.yml # Docker Compose конфигурация
├── .env # Переменные окружения
└── README.md # Документация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
- Flicense-qualityDmaintenanceEnables AI systems to interact with JIRA through natural language, allowing users to retrieve issue details, create new tickets, search using JQL, and access project information.Last updated3
- Alicense-qualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.Last updated84Apache 2.0
- FlicenseAqualityDmaintenanceIntegrates with Jira Cloud to enable comprehensive issue management, project tracking, and team collaboration through natural language, including creating/updating tickets, searching with JQL, managing workflows, and adding comments.Last updated8
- Alicense-qualityCmaintenanceEnables AI agents to manage Jira projects and issues using natural language, including creating, updating, searching issues, managing sprints, and more via the Jira API.Last updated841MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Appeared in Searches
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/GalkinV/jira-mcp-claude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server