Loading MCP server directory, please wait...
78 tools to administer Jira Cloud: issues, fields, workflows, permissions, projects, bulk ops.
npx @getmcp/cli add io.github.its-qusai-nasr/jira-admin-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
JIRA_BASE_URLJira Cloud base URL, e.g. https://your-company.atlassian.net
JIRA_EMAILAtlassian account email that owns the API token
JIRA_API_TOKENAtlassian API token (id.atlassian.com/manage-profile/security/api-tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.its-qusai-nasr/jira-admin-mcp": {
"command": "uvx",
"args": [
"jira-admin-mcp"
],
"env": {
"JIRA_BASE_URL": "",
"JIRA_EMAIL": "",
"JIRA_API_TOKEN": "",
"JIRA_DRY_RUN": "false"
}
}
}
}