jira-mini-mcp for Cline
io.github.proprock/jira-mini-mcp
Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.
client:Cline
transport:stdio
runtime:pypi
Install jira-mini-mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"jira-mini-mcp": {
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "<JIRA_BASE_URL>",
"JIRA_AUTH_METHOD": "<JIRA_AUTH_METHOD>",
"JIRA_EMAIL": "<JIRA_EMAIL>",
"JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
"JIRA_OAUTH_CLIENT_ID": "<JIRA_OAUTH_CLIENT_ID>",
"JIRA_OAUTH_CLIENT_SECRET": "<JIRA_OAUTH_CLIENT_SECRET>",
"READ_ONLY_MODE": "<READ_ONLY_MODE>",
"STRUCTURED_OUTPUT": "<STRUCTURED_OUTPUT>",
"DISABLE_STRUCTURED_OUTPUT": "<DISABLE_STRUCTURED_OUTPUT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs