mcp-jira-stdio
Rank #4,891io.github.freema/mcp-jira-stdio
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
mcp-jira-stdio is a Model Context Protocol (MCP) server published by freema. It ranks #4,891 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. mcp-jira-stdio is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Aug 28, 2025 and most recently updated on Aug 10, 2026.
Ranks ahead of 110,569 of 115,460 servers on MCP Toplist.
Use mcp-jira-stdio
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-jira-stdio -e "JIRA_BASE_URL=<your JIRA_BASE_URL>" -e "JIRA_EMAIL=<your JIRA_EMAIL>" -e "JIRA_API_TOKEN=<your JIRA_API_TOKEN>" -e "MCP_REDACT_SENSITIVE=<your MCP_REDACT_SENSITIVE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y mcp-jira-stdioReplace each placeholder with your own value before saving.
[mcp_servers.mcp-jira-stdio]
command = "npx"
args = ["-y", "mcp-jira-stdio"]
[mcp_servers.mcp-jira-stdio.env]
JIRA_BASE_URL = "<your JIRA_BASE_URL>"
JIRA_EMAIL = "<your JIRA_EMAIL>"
JIRA_API_TOKEN = "<your JIRA_API_TOKEN>"
MCP_REDACT_SENSITIVE = "<your MCP_REDACT_SENSITIVE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-jira-stdio": {
"command": "npx",
"args": [
"-y",
"mcp-jira-stdio"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"MCP_REDACT_SENSITIVE": "<your MCP_REDACT_SENSITIVE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-jira-stdio": {
"command": "npx",
"args": [
"-y",
"mcp-jira-stdio"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"MCP_REDACT_SENSITIVE": "<your MCP_REDACT_SENSITIVE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-jira-stdio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-jira-stdio"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"MCP_REDACT_SENSITIVE": "<your MCP_REDACT_SENSITIVE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-jira-stdio": {
"command": "npx",
"args": [
"-y",
"mcp-jira-stdio"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"MCP_REDACT_SENSITIVE": "<your MCP_REDACT_SENSITIVE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-jira-stdio": {
"command": "npx",
"args": [
"-y",
"mcp-jira-stdio"
],
"env": {
"JIRA_BASE_URL": "<your JIRA_BASE_URL>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"MCP_REDACT_SENSITIVE": "<your MCP_REDACT_SENSITIVE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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.freema%2Fmcp-jira-stdio)<a href="https://mcptoplist.com/server/io.github.freema%2Fmcp-jira-stdio"><img src="https://mcptoplist.com/badge/io.github.freema%2Fmcp-jira-stdio.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
freema
Other servers by freema
- mcp-gsheets#1,420 · 3 vers
- OpenClaw MCP Server#2,187 · 3 vers
- MCP Design System Extractor#5,361 · 1 ver
- pixelforge-mcp#22,789 · 3 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.11.1 | Aug 10, 2026 |
| 1.11.0 | Jul 27, 2026 |
Frequently asked questions
- Who maintains mcp-jira-stdio?
- mcp-jira-stdio is maintained by freema, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is mcp-jira-stdio listed on the Official MCP Registry?
- Yes — mcp-jira-stdio is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mcp-jira-stdio have?
- MCP Toplist tracks 2 versions of mcp-jira-stdio, most recently published on Aug 10, 2026.
- Where can I find the source code for mcp-jira-stdio?
- The source code for mcp-jira-stdio is hosted at github.com/freema/mcp-jira-stdio.