Skip to main content
Glama
ashu-arora

Jira MCP Server

by ashu-arora

Jira MCP Server

一个 MCP(Model Context Protocol)服务器,可将 VS Code Copilot 连接到你的 Jira 实例(Cloud、Server 或 Data Center)。

快速设置

1. 安装并构建

cd jira-mcp-server
npm install
npm run build

2. 配置凭据

复制示例文件并填入你的值:

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

可用工具

工具

描述

search_issues

使用 JQL 搜索问题

get_issue

按 key 获取问题的完整详情

create_issue

创建新问题

update_issue

更新现有问题的字段

add_comment

向问题添加评论

get_transitions

列出可用的状态转换

transition_issue

将问题移动到新状态

assign_issue

将问题分配给用户

list_projects

列出所有可访问的项目

get_myself

获取已认证用户的个人资料

示例提示(在 Copilot Chat 中)

  • "显示分配给我的 Jira 问题"

  • "获取 PROJ-123 的详情"

  • "在项目 PROJ 中创建缺陷:登录页面在 Safari 上崩溃"

  • "将 PROJ-456 移至进行中"

  • "向 PROJ-789 添加评论:已在提交 abc123 中修复"

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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