jira-mcp
Provides tools to interact with Jira Server/Data Center, allowing management of issues, comments, transitions, worklogs, and issue links.
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-mcpShow current Jira user and available projects"
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
Локальный MCP-сервер для Jira Server/Data Center. Дает Claude и Codex доступ к задачам, комментариям, переходам, worklog и связям между задачами.
Сервер работает через Jira REST API v2 и Basic Auth. Токен не нужен.
Установка
git clone <URL_РЕПОЗИТОРИЯ> jira-mcp
cd jira-mcp
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
cp config.example.py config.py
chmod 600 config.pyЗаполните config.py:
JIRA_URL = "http://jira.company.local:8080"
JIRA_USER = "firstname.lastname"
JIRA_PASSWORD = "your-password"config.py находится в .gitignore. Не коммитьте его.
Проверка:
.venv/bin/python -m unittest -vКоманды ниже приведены для Linux/macOS. На Windows используйте
.venv\Scripts\python.exe и абсолютные пути.
Related MCP server: Jira MCP Server
Claude Code
Запустите из каталога jira-mcp:
MCP_DIR="$(pwd)"
claude mcp add \
--transport stdio \
--scope user \
jira -- \
"$MCP_DIR/.venv/bin/python" \
"$MCP_DIR/main.py"Проверка:
claude mcp get jira
claude mcp listВ новой сессии Claude Code выполните /mcp.
Claude Desktop
Откройте Settings → Developer → Edit Config и добавьте сервер:
{
"mcpServers": {
"jira": {
"command": "/ABSOLUTE/PATH/jira-mcp/.venv/bin/python",
"args": [
"/ABSOLUTE/PATH/jira-mcp/main.py"
]
}
}
}Если в файле уже есть другие серверы, добавьте только секцию jira, не
перезаписывая остальную конфигурацию. После изменения полностью перезапустите
Claude Desktop.
Codex CLI
Запустите из каталога jira-mcp:
MCP_DIR="$(pwd)"
codex mcp add jira -- \
"$MCP_DIR/.venv/bin/python" \
"$MCP_DIR/main.py"Проверка:
codex mcp get jira
codex mcp listВ новой сессии Codex выполните /mcp.
Codex Desktop
Codex Desktop, Codex CLI и IDE-расширение используют общий
~/.codex/config.toml. Если сервер уже добавлен через codex mcp add, повторная
настройка не нужна: перезапустите приложение.
Также сервер можно добавить через Settings → MCP servers → Add server:
Name:
jiraType:
STDIOCommand: абсолютный путь к
.venv/bin/pythonArgs: абсолютный путь к
main.py
Ручная конфигурация выглядит так:
[mcp_servers.jira]
command = "/ABSOLUTE/PATH/jira-mcp/.venv/bin/python"
args = ["/ABSOLUTE/PATH/jira-mcp/main.py"]Проверка Jira
После подключения попросите агента:
Покажи текущего пользователя Jira и доступные проекты.Если MCP подключен, но Jira не отвечает, проверьте:
доступ к внутренней сети или VPN;
JIRA_URL, логин и пароль вconfig.py;права пользователя в нужном проекте;
статус сервера через
/mcp.
Инструменты
Чтение:
get_myselflist_projectsget_ticketsearch_ticketsget_project_issue_typesget_create_fieldsfind_userslist_transitionsget_link_typesget_remote_links
Изменения:
create_ticketupdate_ticketassign_ticketadd_commentchange_statusadd_workloglink_tickets
Перед созданием задачи или сменой статуса агент должен сначала проверить доступные типы, поля и переходы.
Обновление
git pull
.venv/bin/pip install -r requirements.txt
.venv/bin/python -m unittest -vПовторно добавлять MCP не нужно, пока путь к каталогу не изменился.
Развитие
Первое запланированное расширение — связь GitHub-коммитов и pull request с
задачами Jira. Решение и порядок внедрения описаны в
docs/github-jira-integration.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-qualityDmaintenanceA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.1
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables interaction with Jira's REST API using natural language commands, allowing users to manage Jira projects, issues, comments, and workflows through Claude Desktop and other MCP clients.107MIT
- Flicense-qualityCmaintenanceA local MCP server that wraps the Jira REST API v3, enabling issue management, searching, commenting, and transitions for openmrs.atlassian.net via Basic Auth.1
- Alicense-qualityCmaintenanceA server that exposes Jira Cloud operations as MCP tools, enabling programmatic management of Epics, Stories, Tasks, and Sprints directly from an AI chat or agentic workflow.1MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
A MCP server built for developers enabling Git based project management with project and personal…
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/mrqwer/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server