MCP Jira Server runs on your own machine — the client starts it, so there is no endpoint to ping. 443 installs a week from npm.
MCP server for self-hosted Jira instance with Personal Access Token authentication
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"
}
}
}
Answers built from our own checks of this server.