Jira MCP

Jira MCP

A one-click Jira integration for AI coding tools like Claude Desktop, Cursor, and VS Code, enabling create, read, update, move, comment, and search operations on Jira tickets directly from the assistant.

Category
Visit Server

README

Jira MCP

A one-click Jira integration for your AI coding tools. Install it once and the jira tools appear in Claude Desktop, Claude Code, Cursor, and VS Code — create, read, update, move, comment on, and search Jira tickets straight from your assistant. No repo to clone, no config files to edit.


Install (users)

1. Get the zip. Download jira-mcp.zip from the Releases page (or build it — see Maintainers).

2. Unzip it, then double-click the installer:

OS Double-click
Windows Install Jira MCP.cmd
macOS Install Jira MCP.command (first time you may need chmod +x "Install Jira MCP.command" in Terminal)

3. Follow the prompt. It asks for two things:

  • your Atlassian email
  • a Jira API token — it opens the page for you; click Create API token, name it jira-mcp, copy, paste.

That's it. Restart any open Claude / VS Code / Cursor windows and the jira tools are there.

Node.js is required, but you probably don't need to think about it: if it's missing, the Windows installer sets up a local copy automatically (no admin); on macOS it installs via Homebrew if available, otherwise points you to the one-click download.

Or: let Claude install it for you

If you use Claude Code, you can skip the zip entirely: grab Setup with Claude.cmd (macOS: Setup with Claude.command) and SETUP-WITH-CLAUDE.md, keep them together, and double-click the launcher. Claude Code reads the playbook, asks you for your email + token, handles anything missing (even Node.js), installs, and registers everything — an adaptive installer that troubleshoots as it goes.

Only have the Claude desktop app? Drag SETUP-WITH-CLAUDE.md into a chat and Claude will walk you through the steps (it can't run commands itself there).

Update

Got a newer zip? Just run the installer again. It replaces the old version, keeps your saved login (no re-entering your token), and re-connects your clients. No need to uninstall first.

Uninstall

Double-click Uninstall.cmd (Windows) or Uninstall.command (macOS). It removes the program, your saved token, and the jira entry from every client.

A note on your token

Your API token is stored only on your machine (%APPDATA%\jira-mcp\.env on Windows) and is personal to you — never share it; anyone with it can act as you in Jira.


Maintainers

Layout

app/                     the program
  server.js              the MCP server (the actual Jira tools)
  cli.js                 install / uninstall / setup / register / serve
  lib/paths.js           per-OS locations for creds + install dir
  lib/setup.js           credential wizard (email + token; rest auto-derived)
  lib/clients.js         registers the server into each MCP client, user scope
installer/               double-click launchers + README (sit at the zip root)
build.mjs                packs everything into dist/jira-mcp.zip

Pre-fill your Atlassian site (optional)

To save colleagues from typing your Atlassian site, drop an app/defaults.json (gitignored, so it never enters this public repo — bundled into the zip you build):

cp app/defaults.example.json app/defaults.json
# edit it: { "site": "yourcompany.atlassian.net" }

Without it the wizard simply asks for the site. Tool descriptions use a neutral ABC project as the example placeholder.

Build the zip

cd app && npm install --omit=dev && cd ..
node build.mjs                 # -> dist/jira-mcp.zip

Dependencies are bundled into the zip, so end users don't run npm install.

Replicate on another machine

git clone https://github.com/southocean/jira-mcp.git
cd jira-mcp/app && npm install && cd ..
node build.mjs

Cut a release (so users can download the zip)

The repo tracks source only (the zip is a build artifact). One-time setup: install the gh CLI and run gh auth login. Then a release is a single command:

node release.mjs v1.1.0            # or:  npm run release -- v1.1.0

It builds dist/jira-mcp.zip, creates the tagged GitHub release, and uploads the zip. The Install link always serves the newest one: https://github.com/southocean/jira-mcp/releases/latest/download/jira-mcp.zip.

Prefer the browser? Releases → Draft a new release → tag → drag in dist/jira-mcp.zip → publish.

How it works

  • No shared MCP registry exists — each client keeps its own config. The installer writes a user-scope jira entry into every client it finds (Claude Desktop / Cursor / VS Code config files; Claude Code via its CLI), baking in the absolute node path so GUI-launched apps resolve it.
  • Credentials live in the user config dir, never in a repo. The wizard asks only for email + token and derives the cloud id, account id, and display name from the Jira API.
  • Program files install to %LOCALAPPDATA%\Programs\jira-mcp (~/.local/share/jira-mcp on Linux, ~/Library/Application Support/jira-mcp-app on macOS).
  • Update = re-run installer (replace files, keep token, re-register). Uninstall = remove program, credentials, and every client entry.

Server capabilities

The active sprint is resolved at runtime (never a stale id), the default project is optional and per-user, and me works as an assignee shortcut. Tools:

create_ticket · get_ticket · update_ticket · move_ticket · move_ticket_to_project · convert_to_subtask · add_comment · get_comments · add_label · remove_label · list_attachments · download_attachment · search_tickets

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured