Jira Admin MCP Server
Provides tools to administer a Jira Cloud site, including managing custom fields, permission schemes, workflows, screens, issue-type schemes, groups, project roles, saved filters, and bulk operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jira Admin MCP ServerAdd alice@example.com to the jira-developers group."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira Admin MCP Server
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
You need three things from your own Jira: a base URL, your account email, and an API token (create one here). The token inherits your Jira permissions, so for admin tasks use an account with the right access.
The easiest way to run an MCP server today is uv / uvx - it handles Python and dependencies for you, no manual virtualenv. Install uv first, then pick one of the options below.
Option A - run straight from GitHub (no clone needed)
Add this to your MCP client config (see client setup for file locations):
{
"mcpServers": {
"jira-admin": {
"command": "uvx",
"args": ["--from", "git+https://github.com/its-qusai-nasr/jira-admin-mcp", "jira-mcp"],
"env": {
"JIRA_BASE_URL": "https://your-company.atlassian.net",
"JIRA_EMAIL": "you@your-company.com",
"JIRA_API_TOKEN": "your_api_token_here"
}
}
}
}Option B - clone for development
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 stdioWith a cloned checkout, point your client at it:
{
"mcpServers": {
"jira-admin": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/jira-admin-mcp", "jira-mcp"]
}
}
}Related MCP server: Jira MCP
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).
Variable | Required | Description |
| yes | Your Jira Cloud base URL, e.g. |
| yes | The Atlassian account email that owns the API token |
| yes | API token from https://id.atlassian.com/manage-profile/security/api-tokens |
| no |
|
Tip: set
JIRA_DRY_RUN=truefor 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.
Client setup
Add the JSON block from the Quick start to your client's MCP config:
Claude Desktop -
claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code - a
.mcp.jsonfile at your project root (orclaude mcp add)Cursor -
~/.cursor/mcp.json(global) or.cursor/mcp.json(per project)VS Code -
.vscode/mcp.json(uses a top-level"servers"key instead of"mcpServers")
Restart the client after editing the config. The server appears as jira-admin with all 78 tools.
What you can ask for
Once connected, the assistant can do things like:
"Add
alice@example.comto thejira-developersgroup.""Scope the
Teamcustom 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 Taskin project OPS to theTasktype, 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)
Tool | Description |
| Search issues using JQL with pagination |
| Get single issue by key (summary or full detail) |
| Create issue with project, type, fields |
| Update fields on existing issue |
| Transition to new status (auto-resolves transition ID) |
| Assign/unassign issue |
| List available workflow transitions |
| Get required fields for creating issues |
| Delete an issue permanently |
| Create a link between two issues |
| Get audit history (who changed what) |
| Bulk create up to 50 issues |
Tool | Description |
| List comments on an issue |
| Add comment (plain text auto-converted to ADF) |
Tool | Description |
| Search by email or display name |
| Get user details + groups by account ID |
Tool | Description |
| List groups with member counts |
| Get members of a group |
| Add user to group |
| Remove user from group |
| Create a new group |
| Delete a group |
Tool | Description |
| List projects filtered by name/key |
| Get project details + issue types |
| All statuses grouped by issue type |
| Roles with actors (users/groups) |
| Add/remove actors from project roles |
| List versions/releases in a project |
| Create a new version/release |
| Get enabled/disabled features |
| Get notification scheme |
| List project categories |
Tool | Description |
| List all permission schemes |
| Get scheme with all grants |
| Add permission grant to scheme |
| Assign scheme to project |
Tool | Description |
| Search fields by name, find field IDs |
| Get contexts for a custom field |
| Get options for select/dropdown fields |
| Add, update, or reorder field options |
| Create a context, optionally scoped to projects/issue types |
| Rename or re-describe a context |
| Delete a context and its options |
| Scope a context to specific projects |
| Unscope projects from a context |
| Restrict a context to specific issue types |
| Remove issue types from a context |
| Audit which projects each context covers |
Tool | Description |
| Search saved JQL filters |
| Create a new saved JQL filter |
| Get a filter with owner + share permissions |
| Update name/JQL/description |
| Delete a filter permanently |
| Change a filter's owner |
| List a filter's share permissions |
| Add a share (requires you own the filter) |
| Remove a share permission |
| Add a share to a filter you don't own (owner-swap workaround) |
Tool | Description |
| List available link types (Blocks, Relates, etc.) |
| Search statuses across the instance |
Tool | Description |
| Search workflows by name |
| List workflow schemes |
| Issue type to workflow mappings |
| List projects using a scheme (shared-scheme safety check) |
| Map an issue type to a workflow |
| Remove an issue type's workflow mapping |
| Create an editable draft of a scheme |
| Publish a scheme draft, making it live |
Tool | Description |
| List issue types (optionally by project) |
| List issue type schemes |
| Issue types in a scheme |
| List screens |
| Get fields on screen tabs |
| List screen schemes |
Tool | Description |
| Bulk edit fields on multiple issues |
| Bulk transition issues to new status |
| Poll a generic task or bulk-queue task by ID |
| Request cancellation of a generic async task |
Design notes
Consolidate, don't wrap - 78 workflow-oriented tools rather than a 1:1 mirror of every REST endpoint.
Dry run -
JIRA_DRY_RUN=truemakes all write ops return simulated payloads.Response filtering - strips
self,_links,avatarUrls, and similar noise so the agent sees only useful fields.Detail levels - read tools take
detail="summary"(default) ordetail="full".ADF auto-wrap - plain text in comments/descriptions is auto-converted to Atlassian Document Format.
Transition resolution -
jira_issues_transitionresolves a status name to its transition ID automatically.Actionable errors - error messages say what went wrong and what to try next.
Token-auth scope - webhook endpoints (
/webhook) are intentionally not wrapped; Atlassian restricts them to Connect / OAuth 2.0 apps that token auth cannot satisfy.
Testing locally
Inspect and call tools interactively with the MCP Inspector:
npx @modelcontextprotocol/inspector uvx --from . jira-mcpRun the unit tests (no network calls):
uv sync --extra dev
uv run pytest
uv run ruff check .Security
Never commit credentials.
.envis gitignored; use theenvblock in your client config or your OS secret manager.Least privilege. The API token acts as your Jira user. Use an account scoped to only what you need, especially for write/admin tools.
Start in dry-run.
JIRA_DRY_RUN=truelets you review every intended write before going live.See the official MCP security best practices.
Contributing
Issues and PRs welcome. See CONTRIBUTING.md.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/its-qusai-nasr/jira-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server