Skip to main content
Glama
ashu-arora

Jira MCP Server

by ashu-arora

Jira MCP Server

Ein MCP-Server (Model Context Protocol), der VS Code Copilot mit deiner Jira-Instanz verbindet – Cloud, Server oder Data Center.

Schnellstart

1. Installieren und bauen

cd jira-mcp-server
npm install
npm run build

2. Anmeldedaten konfigurieren

Kopiere das Beispiiel und fülle deine Werte aus:

cp .env.example .env

Bearbeite .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

Wo du dein Token erhältst

Plattform

Vorgehen

Atlassian Cloud

Gehe zu API-TokensAPI-Token erstellen

Jira Server/DC

Gehe zu deinem Jira-Pofil → Persönliche ZugriffstokensToken erstellen

3. Mit VS Code verbinden

Füge dies zu deiner VS Code settings.json hinzu (oder zur .vscode/settings.json des Arbeitsbereichs):

{
  "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"
        }
      }
    }
  }
}

Tipp: Ersetze /absolue/path/to/jira-mcp-server durch den tatsächlichen Pfad auf deinem Rechner.

Related MCP server: Jira Stories MCP Server

Verfügbare Tools

Tool

Beschreibung

search_issues

Durchsuche Issues mit JQL

get_issue

Rufe vollständige Details eines Issues anhand des Schlüssels ab

create_issue

Erstelle ein neues Issue

update_issue

Aktualisiere Felder eines vorhandenen Issues

add_comment

Füge einem Issue einen Kommentar hinzu

get_transitions

Liste verfügbare Statusübergänge auf

transition_issue

Verschiebe ein Issue in einen neuen Status

assign_issue

Weise ein Issue einem Benutzer zu

list_projects

Liste alle zugänglichen Projekte auf

get_myself

Rufe das Profil des authentifizierten Benutzers ab

Beispiiel-Prompts (in Copilot Chat)

  • „Zeig mir Jira-Issues, die mir zugewiesen sind"

  • „Hole Details zu PROJ-123"

  • „Erstelle einen Bug im Projekt PROJ: Login-Seite stürzt auf Safari ab"

  • „Verschiebe PROJ-456 nach In Progress"

  • „Füge einen Kommentar zu PROJ-789 hinzu: Behoben in Commit 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