
Jira Pilot
@Aarul5
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「バージョン管理」の他のコンテンツ
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.

Git
modelcontextprotocolModel Context Protocol Servers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.

GitLab
modelcontextprotocolModel Context Protocol Servers
コメント