Jira CLI MCP Server
@choplin
关于 Jira CLI MCP Server
MCP server that wraps jira-cli to enable AI assistants to interact with Jira
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jira-cli-mcp": {
"command": "bun",
"args": [
"run",
"build:prod"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jira CLI MCP Server?
A Model Context Protocol server that wraps the jira-cli command-line tool to enable AI assistants to interact with Jira. It leverages existing jira-cli setup and authentication, requiring no API tokens in config files and no Docker containers.
How to use Jira CLI MCP Server?
Install and configure jira-cli first, then install jira-cli-mcp via Homebrew, npm, or pre-compiled binary. Add the server to your AI assistant’s MCP configuration (e.g., Claude Desktop claude_desktop_config.json or Claude Code .claude/mcp.json) and restart the assistant.
Key features of Jira CLI MCP Server
- Create new Jira tickets with customizable fields
- Search and list Jira tickets using JQL queries
- Get detailed ticket information including comments
- Update ticket descriptions with rich text formatting
- Add comments to tickets with Markdown support
- Assign tickets to the current user
- Move tickets between different statuses
- Open a Jira ticket in the default web browser
Use cases of Jira CLI MCP Server
- AI assistant creates or updates Jira tickets during a conversation
- Developers retrieve ticket details and add comments without leaving their coding environment
- Project managers move tickets across statuses using natural language commands
FAQ from Jira CLI MCP Server
What dependencies does Jira CLI MCP Server require?
You need jira-cli installed and authenticated. Bun is only needed for development or if building from source.
How does Jira CLI MCP Server handle authentication?
Authentication is handled entirely by jira-cli, not by the server itself. No API tokens are stored in config files.
Which MCP client integrations are supported?
Claude Desktop, Claude Code, and GitHub Copilot (VS Code version 1.99+ in public preview) are supported with MCP configuration files.
What rich text format does Jira CLI MCP Server use?
The server uses Atlassian Document Format for rich text; Markdown input is automatically converted to ADF by jira-cli.
Can I use a custom path to the jira-cli executable?
Yes, set the JIRA_CLI_PATH environment variable to specify a custom path (default is "jira").
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

Sentry
modelcontextprotocolModel Context Protocol Servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
评论