
Jira Pilot
@Aarul5
About Jira Pilot
AI-powered Jira CLI and MCP server for humans and agents manage issues, sprints, boards with interactive wizards, multi-provider AI (OpenAI/Gemini/Anthropic), and an 14-tool MCP server for AI assistants
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-pilot": {
"command": "npx",
"args": [
"-y",
"jira-pilot@latest",
"mcp"
],
"env": {
"JIRA_URL": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "[email protected]",
"JIRA_API_TOKEN": "<YOUR_API_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jira Pilot?
Jira Pilot is an AI-powered CLI and Model Context Protocol (MCP) server for Jira. It provides an interactive command-line interface for humans to manage issues, sprints, boards, and code, and a fully compliant MCP server with 14 tools that lets AI assistants interact with your Jira instance.
How to use Jira Pilot?
Install globally with npm install -g jira-pilot, then run jira config setup to configure credentials, site URL, and optional AI provider. Use the jira command for interactive CLI workflows or connect the MCP server via stdio transport to any MCP client like Claude Desktop.
Key features of Jira Pilot
- Interactive CLI with wizards, filtering, and rich visualization
- 14 MCP tools for AI agents (list, create, update issues, etc.)
- AI features: summarize, draft, suggest, code review, epic planning, standup
- Bulk operations: transition, assign, label multiple issues at once
- Sprint management, worklogs, subtasks, and attachments
- Custom field aliases, profiles, saved filters, and export to JSON/Markdown
Use cases of Jira Pilot
- Manage Jira issues directly from the terminal without a browser
- Enable AI assistants to read and write Jira data via MCP
- Automate bulk updates to many issues matching a JQL query
- Generate daily standup reports from your recent Jira activity
- Perform AI-powered code reviews linking PRs to issue requirements
FAQ from Jira Pilot
What runtime does Jira Pilot require?
Node.js 20.0.0 or higher is required.
How do I configure Jira Pilot?
Run jira config setup and provide your Jira site URL, email, API token, and optionally enable AI with a provider (OpenAI, Gemini, Anthropic) and API key.
What transport does the MCP server use?
The MCP server uses stdio transport, compatible with any MCP client.
Can I use Jira Pilot with multiple Jira accounts?
Yes, you can save multiple credential profiles (e.g., work, personal) and switch between them with jira config use <profile>.
Are there any limits or known issues?
The MCP tools require a running Jira instance accessible via API. Bulk operations ask for confirmation before applying changes. AI features require an API key for the chosen provider.
More Version Control MCP servers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
Bitbucket Server MCP
garc33Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Comments