Jira MCP
Rank #20,316io.github.xcollantes/jira-mcp
MCP server providing jira-mcp capabilities
Jira MCP is a Model Context Protocol (MCP) server published by xcollantes. It ranks #20,316 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Jira MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 5, 2026 and most recently updated on Jan 26, 2026.
Ranks ahead of 95,275 of 115,591 servers on MCP Toplist.
Use Jira MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jira-mcp -e "JIRA_API_TOKEN=<your JIRA_API_TOKEN>" -e "JIRA_AUTH_TYPE=<your JIRA_AUTH_TYPE>" -- uvx jira-tools-mcpReplace each placeholder with your own value before saving.
[mcp_servers.jira-mcp]
command = "uvx"
args = ["jira-tools-mcp"]
[mcp_servers.jira-mcp.env]
JIRA_API_TOKEN = "<your JIRA_API_TOKEN>"
JIRA_AUTH_TYPE = "<your JIRA_AUTH_TYPE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mcp": {
"command": "uvx",
"args": [
"jira-tools-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_AUTH_TYPE": "<your JIRA_AUTH_TYPE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mcp": {
"command": "uvx",
"args": [
"jira-tools-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_AUTH_TYPE": "<your JIRA_AUTH_TYPE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"jira-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jira-tools-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_AUTH_TYPE": "<your JIRA_AUTH_TYPE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mcp": {
"command": "uvx",
"args": [
"jira-tools-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_AUTH_TYPE": "<your JIRA_AUTH_TYPE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-mcp": {
"command": "uvx",
"args": [
"jira-tools-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_AUTH_TYPE": "<your JIRA_AUTH_TYPE>"
}
}
}
}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.xcollantes%2Fjira-mcp)<a href="https://mcptoplist.com/server/io.github.xcollantes%2Fjira-mcp"><img src="https://mcptoplist.com/badge/io.github.xcollantes%2Fjira-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
xcollantes
Other servers by xcollantes
View all xcollantes servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Jan 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Jira MCP?
- Jira MCP is maintained by xcollantes, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Jira MCP listed on the Official MCP Registry?
- Yes — Jira MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Jira MCP have?
- MCP Toplist tracks 2 versions of Jira MCP, most recently published on Jan 26, 2026.
- Where can I find the source code for Jira MCP?
- The source code for Jira MCP is hosted at github.com/xcollantes/jira-mcp.