Odel
jira admin mcp

jira admin mcp

Local
@its-qusai-nasr1PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjira-admin-mcpv0.1.1

Run

uvx jira-admin-mcp

MCP client config

{
  "mcpServers": {
    "jira-admin-mcp": {
      "command": "uvx",
      "args": [
        "jira-admin-mcp"
      ]
    }
  }
}