Jira MCP Server
Jira MCP Server
一个 MCP(Model Context Protocol)服务器,可将 VS Code Copilot 连接到你的 Jira 实例(Cloud、Server 或 Data Center)。
快速设置
1. 安装并构建
cd jira-mcp-server
npm install
npm run build2. 配置凭据
复制示例文件并填入你的值:
cp .env.example .env编辑 .env:
# Your Jira site URL
JIRA_BASE_URL=https://yourcompany.atlassian.net
# Your email (Cloud) or username (Server)
JIRA_EMAIL=you@yourcompany.com
# API token (Cloud) or Personal Access Token (Server)
JIRA_API_TOKEN=your-token-here
# "cloud" or "server"
JIRA_AUTH_TYPE=cloud如何获取你的令牌
平台 | 获取方式 |
Atlassian Cloud | 前往 API 令牌 → 创建 API 令牌 |
Jira Server/DC | 前往你的 Jira 个人资料 → 个人访问令牌 → 创建令牌 |
3. 连接到 VS Code
将此添加到你的 VS Code settings.json(或工作区 .vscode/settings.json):
{
"mcp": {
"servers": {
"jira": {
"command": "node",
"args": ["/absolute/path/to/jira-mcp-server/dist/index.js"],
"env": {
"JIRA_BASE_URL": "https://yourcompany.atlassian.net",
"JIRA_EMAIL": "you@yourcompany.com",
"JIRA_API_TOKEN": "your-token-here",
"JIRA_AUTH_TYPE": "cloud"
}
}
}
}
}提示: 将
/absolute/path/to/jira-mcp-server替换为你机器上的实际路径。
Related MCP server: Jira Stories MCP Server
可用工具
工具 | 描述 |
| 使用 JQL 搜索问题 |
| 按 key 获取问题的完整详情 |
| 创建新问题 |
| 更新现有问题的字段 |
| 向问题添加评论 |
| 列出可用的状态转换 |
| 将问题移动到新状态 |
| 将问题分配给用户 |
| 列出所有可访问的项目 |
| 获取已认证用户的个人资料 |
示例提示(在 Copilot Chat 中)
"显示分配给我的 Jira 问题"
"获取 PROJ-123 的详情"
"在项目 PROJ 中创建缺陷:登录页面在 Safari 上崩溃"
"将 PROJ-456 移至进行中"
"向 PROJ-789 添加评论:已在提交 abc123 中修复"
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.89Apache 2.0
- AlicenseNot gradedqualityDmaintenanceConnects Jira projects to AI assistants, enabling natural language queries to view, search, and filter stories with real-time access to descriptions, comments, status, and metadata without leaving your development environment.89Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables searching, reading, listing, creating, and updating Confluence pages via natural language in GitHub Copilot.MIT
- AlicenseNot gradedqualityAmaintenanceSupercharge your AI assistant with seamless Jira integration. Enables AI assistants like GitHub Copilot and Claude to interact with your Jira Cloud instance.320MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
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/ashu-arora/Jira-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server