jira-mini-mcp
Rank #7,159io.github.proprock/jira-mini-mcp
Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.
jira-mini-mcp is a Model Context Protocol (MCP) server published by proprock. It ranks #7,159 of 132,345 servers tracked on MCP Toplist. jira-mini-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Sep 16, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 125,186 of 132,345 servers on MCP Toplist.
Use jira-mini-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add jira-mini-mcp -e "JIRA_BASE_URL=<your JIRA_BASE_URL>" -e "JIRA_AUTH_METHOD=<your JIRA_AUTH_METHOD>" -e "JIRA_EMAIL=<your JIRA_EMAIL>" -e "JIRA_API_TOKEN=<your JIRA_API_TOKEN>" -e "JIRA_OAUTH_CLIENT_ID=<your JIRA_OAUTH_CLIENT_ID>" -e "JIRA_OAUTH_CLIENT_SECRET=<your JIRA_OAUTH_CLIENT_SECRET>" -e "READ_ONLY_MODE=<your READ_ONLY_MODE>" -e "STRUCTURED_OUTPUT=<your STRUCTURED_OUTPUT>" -e "DISABLE_STRUCTURED_OUTPUT=<your DISABLE_STRUCTURED_OUTPUT>" -- uvx jira-mini-mcpReplace each placeholder with your own value before saving.
[mcp_servers.jira-mini-mcp]
command = "uvx"
args = ["jira-mini-mcp"]
[mcp_servers.jira-mini-mcp.env]
JIRA_BASE_URL = "<your JIRA_BASE_URL>"
JIRA_AUTH_METHOD = "<your JIRA_AUTH_METHOD>"
JIRA_EMAIL = "<your JIRA_EMAIL>"
JIRA_API_TOKEN = "<your JIRA_API_TOKEN>"
JIRA_OAUTH_CLIENT_ID = "<your JIRA_OAUTH_CLIENT_ID>"
JIRA_OAUTH_CLIENT_SECRET = "<your JIRA_OAUTH_CLIENT_SECRET>"
READ_ONLY_MODE = "<your READ_ONLY_MODE>"
STRUCTURED_OUTPUT = "<your STRUCTURED_OUTPUT>"
DISABLE_STRUCTURED_OUTPUT = "<your DISABLE_STRUCTURED_OUTPUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mini-mcp": {
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_AUTH_METHOD": "<your JIRA_AUTH_METHOD>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_OAUTH_CLIENT_ID": "<your JIRA_OAUTH_CLIENT_ID>",
"JIRA_OAUTH_CLIENT_SECRET": "<your JIRA_OAUTH_CLIENT_SECRET>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"STRUCTURED_OUTPUT": "<your STRUCTURED_OUTPUT>",
"DISABLE_STRUCTURED_OUTPUT": "<your DISABLE_STRUCTURED_OUTPUT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mini-mcp": {
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_AUTH_METHOD": "<your JIRA_AUTH_METHOD>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_OAUTH_CLIENT_ID": "<your JIRA_OAUTH_CLIENT_ID>",
"JIRA_OAUTH_CLIENT_SECRET": "<your JIRA_OAUTH_CLIENT_SECRET>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"STRUCTURED_OUTPUT": "<your STRUCTURED_OUTPUT>",
"DISABLE_STRUCTURED_OUTPUT": "<your DISABLE_STRUCTURED_OUTPUT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"jira-mini-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_AUTH_METHOD": "<your JIRA_AUTH_METHOD>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_OAUTH_CLIENT_ID": "<your JIRA_OAUTH_CLIENT_ID>",
"JIRA_OAUTH_CLIENT_SECRET": "<your JIRA_OAUTH_CLIENT_SECRET>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"STRUCTURED_OUTPUT": "<your STRUCTURED_OUTPUT>",
"DISABLE_STRUCTURED_OUTPUT": "<your DISABLE_STRUCTURED_OUTPUT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mini-mcp": {
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_AUTH_METHOD": "<your JIRA_AUTH_METHOD>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_OAUTH_CLIENT_ID": "<your JIRA_OAUTH_CLIENT_ID>",
"JIRA_OAUTH_CLIENT_SECRET": "<your JIRA_OAUTH_CLIENT_SECRET>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"STRUCTURED_OUTPUT": "<your STRUCTURED_OUTPUT>",
"DISABLE_STRUCTURED_OUTPUT": "<your DISABLE_STRUCTURED_OUTPUT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mini-mcp": {
"command": "uvx",
"args": [
"jira-mini-mcp"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_AUTH_METHOD": "<your JIRA_AUTH_METHOD>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_OAUTH_CLIENT_ID": "<your JIRA_OAUTH_CLIENT_ID>",
"JIRA_OAUTH_CLIENT_SECRET": "<your JIRA_OAUTH_CLIENT_SECRET>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"STRUCTURED_OUTPUT": "<your STRUCTURED_OUTPUT>",
"DISABLE_STRUCTURED_OUTPUT": "<your DISABLE_STRUCTURED_OUTPUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.proprock%2Fjira-mini-mcp)<a href="https://mcptoplist.com/server/io.github.proprock%2Fjira-mini-mcp"><img src="https://mcptoplist.com/badge/io.github.proprock%2Fjira-mini-mcp.svg" alt="MCP Toplist: Top 10% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
proprock
Other servers by proprock
View all proprock servers →Available versions (4)
| Version | Published |
|---|---|
| 1.3.0 | Sep 19, 2026 |
| 1.1.0 | Sep 19, 2026 |
| 1.0.0 | Sep 18, 2026 |
| 0.9.3 | Sep 18, 2026 |
Frequently asked questions
- Who maintains jira-mini-mcp?
- jira-mini-mcp is maintained by proprock, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is jira-mini-mcp listed on the Official MCP Registry?
- Yes — jira-mini-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does jira-mini-mcp have?
- MCP Toplist tracks 4 versions of jira-mini-mcp, most recently published on Sep 19, 2026.
- Where can I find the source code for jira-mini-mcp?
- The source code for jira-mini-mcp is hosted at github.com/proprock/jira-mini-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.