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).
Run
uvx jira-admin-mcp
MCP client config
{
"mcpServers": {
"jira-admin-mcp": {
"command": "uvx",
"args": [
"jira-admin-mcp"
]
}
}
}