Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🏒 Workplace & Productivity
  3. Jira Admin MCP
Jira Admin MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:39:25 PM

Jira Admin MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

78 tools to administer Jira Cloud: issues, fields, workflows, permissions, projects, bulk ops.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jira-admin-mcp": {
      "command": "uvx",
      "args": [
        "jira-admin-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🏒 More in Workplace & Productivity

Documentation Overview

Jira Admin MCP Server

PyPI version Python License: MIT CI MCP

A Model Context Protocol server that gives an AI assistant (Claude, Cursor, VS Code, or any MCP client) 78 purpose-built tools to administer a Jira Cloud site - not just read and create tickets, but the behind-the-scenes admin work: custom fields and where they appear, permission schemes, workflows, screens, issue-type schemes, groups, project roles, saved filters, and bulk operations.

Most Jira MCP servers cover everyday usage. This one covers administration, and adds safety rails (dry-run mode, shared-scheme detection, identity checks before group changes, actionable errors) so an agent can run real admin jobs end to end.

Built with FastMCP. Talks to the Jira Cloud REST API v3 with your own Atlassian email + API token.


Quick start

Two prerequisites, both one-time and quick:

  1. An Atlassian API token (it inherits your Jira permissions, so use an account with the access you need): create one here.
  2. uv installed (one line; it manages Python and dependencies for you, no virtualenv).

Then add the server with the one-click button or one-line command for your tool, and fill in your three JIRA_* values.

Cursor

Add to Cursor

Click the button, confirm in Cursor, then open ~/.cursor/mcp.json (or Cursor Settings -> MCP) and set JIRA_BASE_URL, JIRA_EMAIL, and JIRA_API_TOKEN on the jira-admin entry.

Claude Code

One command (swap in your own three values):

Terminal
claude mcp add --scope user \
  --env JIRA_BASE_URL=https://your-company.atlassian.net \
  --env JIRA_EMAIL=you@your-company.com \
  --env JIRA_API_TOKEN=your_api_token_here \
  --transport stdio jira-admin \
  -- uvx jira-admin-mcp

--scope user makes it available in every project; drop it to add only to the current one. Check with claude mcp list.

VS Code

Install in VS Code Install in VS Code Insiders

After installing, set your JIRA_* values on the jira-admin entry in .vscode/mcp.json (or your user mcp.json).

Any other MCP client (manual)

Add this block to the client's MCP config:

config.json
{
  "mcpServers": {
    "jira-admin": {
      "command": "uvx",
      "args": ["jira-admin-mcp"],
      "env": {
        "JIRA_BASE_URL": "https://your-company.atlassian.net",
        "JIRA_EMAIL": "you@your-company.com",
        "JIRA_API_TOKEN": "your_api_token_here"
      }
    }
  }
}

Want the unreleased main instead of the PyPI release? Replace "args": ["jira-admin-mcp"] with "args": ["--from", "git+https://github.com/its-qusai-nasr/jira-admin-mcp", "jira-mcp"].

Config file locations: Claude Desktop claude_desktop_config.json (macOS ~/Library/Application Support/Claude/, Windows %APPDATA%\Claude\); Cursor ~/.cursor/mcp.json; VS Code .vscode/mcp.json (note: VS Code uses a top-level "servers" key instead of "mcpServers"). Restart the client after editing; the server appears as jira-admin with all 78 tools.

Local clone (for development)

bash
git clone https://github.com/its-qusai-nasr/jira-admin-mcp
cd jira-admin-mcp
uv sync                 # creates .venv and installs deps from uv.lock
cp .env.example .env    # then edit .env with your Jira credentials
uv run jira-mcp         # starts the server over stdio

Configuration

The server reads its settings from environment variables (passed via the env block above, or from a .env file in the project directory when you run a local clone).

VariableRequiredDescription
JIRA_BASE_URLyesYour Jira Cloud base URL, e.g. https://your-company.atlassian.net
JIRA_EMAILyesThe Atlassian account email that owns the API token
JIRA_API_TOKENyesAPI token from https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_DRY_RUNnotrue simulates all writes (POST/PUT/DELETE) and returns the payload that would be sent, without calling Jira. Defaults to false.

Tip: set JIRA_DRY_RUN=true for your first session. Every write tool will return a {"dry_run": true, "would_call": ...} preview so you can watch what the agent intends to do before letting it touch live data.


What you can ask for

Once connected, the assistant can do things like:

  • "Add alice@example.com to the jira-developers group."
  • "Scope the Team custom field to projects ENG and OPS only, for the Story and Bug issue types."
  • "Which projects share permission scheme 10789? I want to edit it without breaking the others."
  • "Move every Internal Task in project OPS to the Task type, then transition the open ones to In Progress."
  • "Create a saved filter for unresolved bugs assigned to me and share it with the developers group."
  • "Show me the change history for PROJ-123 and tell me who reopened it."

Tools (78 total)

Issues (12)
ToolDescription
jira_issues_searchSearch issues using JQL with pagination
jira_issues_getGet single issue by key (summary or full detail)
jira_issues_createCreate issue with project, type, fields
jira_issues_updateUpdate fields on existing issue
jira_issues_transitionTransition to new status (auto-resolves transition ID)
jira_issues_assignAssign/unassign issue
jira_issues_get_transitionsList available workflow transitions
jira_issues_get_createmetaGet required fields for creating issues
jira_issues_deleteDelete an issue permanently
jira_issues_linkCreate a link between two issues
jira_issues_get_changelogGet audit history (who changed what)
jira_issues_bulk_createBulk create up to 50 issues
Comments (2)
ToolDescription
jira_comments_listList comments on an issue
jira_comments_addAdd comment (plain text auto-converted to ADF)
Users (2)
ToolDescription
jira_users_searchSearch by email or display name
jira_users_getGet user details + groups by account ID
Groups (6)
ToolDescription
jira_groups_listList groups with member counts
jira_groups_get_membersGet members of a group
jira_groups_add_userAdd user to group
jira_groups_remove_userRemove user from group
jira_groups_createCreate a new group
jira_groups_deleteDelete a group
Projects (10)
ToolDescription
jira_projects_listList projects filtered by name/key
jira_projects_getGet project details + issue types
jira_projects_get_statusesAll statuses grouped by issue type
jira_projects_get_rolesRoles with actors (users/groups)
jira_projects_update_roleAdd/remove actors from project roles
jira_projects_get_versionsList versions/releases in a project
jira_projects_create_versionCreate a new version/release
jira_projects_get_featuresGet enabled/disabled features
jira_projects_get_notification_schemeGet notification scheme
jira_projects_get_categoriesList project categories
Permissions (4)
ToolDescription
jira_permissions_list_schemesList all permission schemes
jira_permissions_get_schemeGet scheme with all grants
jira_permissions_add_grantAdd permission grant to scheme
jira_permissions_assign_schemeAssign scheme to project
Custom Fields (12)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Workplace & Productivity View all alternatives
  • MCP Jira Stdio logoMCP Jira Stdio

    MCP server for Jira Cloud β€” issues, search, comments, attachments, transitions.

    🏒 Workplace & Productivity0 views
    Compare vs MCP Jira Stdio β†’
  • Abscissa logoAbscissa

    Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.

    🏒 Workplace & Productivity0 views
    Compare vs Abscissa β†’
  • Atlassian Attachments logoAtlassian Attachments

    MCP server for downloading Jira and Confluence Cloud attachments by attachment ID.

    🏒 Workplace & Productivity0 views
    Compare vs Atlassian Attachments β†’
  • Jira logoJira

    Jira MCP Pack

    🏒 Workplace & Productivity0 views
    Compare vs Jira β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Jira Admin MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "jira-admin-mcp": { "command": "npx", "args": ["-y", "jira-admin-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJira Admin MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jira-admin-mcp?style=directory)](https://allmcps.com/mcp/jira-admin-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/jira-admin-mcp"><img src="https://allmcps.com/api/badge/jira-admin-mcp?style=directory" alt="Jira Admin MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🏒Workplace & Productivity
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🏒 Workplace & Productivity β†’Best MCP servers for Workplace & Productivity β†’Alternatives to Jira Admin MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code