Loading MCP server directory, please wait...
Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.
npx @getmcp/cli add io.github.proprock/jira-mini-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
JIRA_BASE_URLYour Jira Cloud site, e.g. https://example.atlassian.net
JIRA_EMAILThe email your Jira API token belongs to
JIRA_API_TOKENA Jira Cloud API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.proprock/jira-mini-mcp": {
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "",
"JIRA_EMAIL": "",
"JIRA_API_TOKEN": "",
"READ_ONLY_MODE": ""
}
}
}
}