MCP Jira Server runs on your own machine — the client starts it, so there is no endpoint to ping. 348 installs a week from npm.
MCP server for self-hosted Jira instance with Personal Access Token authentication
Today is the operative word: we check MCP Jira Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-jira-server -- npx -y mcp-jira-server
{
"mcpServers": {
"mcp-jira-server": {
"args": [
"-y",
"mcp-jira-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-jira-server]
command = "npx"
args = ["-y", "mcp-jira-server"]
{
"mcpServers": {
"mcp-jira-server": {
"args": [
"-y",
"mcp-jira-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-jira-server": {
"args": [
"-y",
"mcp-jira-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
JIRA_BASE_URL (Base URL of your Jira instance (e.g., https://jira.domain.com)), JIRA_PAT (Your Jira Personal Access Token).
The author declared them in the registry entry; get the values from the project itself.
Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents
Jira MCP server with scoped API tokens via api.atlassian.com gateway
Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
MCP server for QMetry Test Management for Jira (QTM4J) Open API.
MCP server for Jira Service Management Operations — alerts, on-call schedules and responders
Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
Answers built from our own checks of this server.