Jira MCP Server

# Jira MCP Server <div align="center"> [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=whi

Local serverstdioGo

What is the Jira MCP server?

Jira MCP Server TypeScript. The jira mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.

What it actually does

  • List all Jira projects
  • Get detailed issue information
  • Search issues by project and assignee
  • List project members
  • Check user's project membership and assigned issues
  • Create new issues with custom fields

Configuration

You will need 3 environment variables: JIRA_HOST, JIRA_EMAIL, JIRA_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by samuelrizzo; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the jira mcp server does with a few real requests.

Configuration

VariableDescriptionRequired
JIRA_HOSTEndpoint or connection string the server talks to.Optional
JIRA_EMAILConfiguration value read at startup.Optional
JIRA_API_TOKENCredential the server authenticates with.Yes

Frequently asked questions

It acts as a bridge between MCP-compatible AI assistants (like Claude) and Jira, providing tools to list projects, get issues, search, create issues, and manage sprints.