jira-admin-mcp
About
78 tools to administer Jira Cloud: issues, fields, workflows, permissions, projects, bulk ops.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
JIRA_BASE_URL JIRA_EMAIL JIRA_API_TOKEN JIRA_DRY_RUNClaude Code
claude mcp add --env JIRA_BASE_URL= --env JIRA_EMAIL= --env JIRA_API_TOKEN= --env JIRA_DRY_RUN= jira-admin-mcp -- uvx jira-admin-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"jira-admin-mcp","command":"uvx","args":["jira-admin-mcp"],"env":{"JIRA_BASE_URL":"","JIRA_EMAIL":"","JIRA_API_TOKEN":"","JIRA_DRY_RUN":""}}'
JSON
{
"mcpServers": {
"jira-admin-mcp": {
"command": "uvx",
"args": [
"jira-admin-mcp"
],
"env": {
"JIRA_BASE_URL": "",
"JIRA_EMAIL": "",
"JIRA_API_TOKEN": "",
"JIRA_DRY_RUN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.