io.github.edrich13/mcp-jira-server
Quality Score
62
/100
MCP server for self-hosted Jira instance with Personal Access Token authentication
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp-jira-server": {
"command": "npx",
"args": [
"-y",
"mcp-jira-server"
],
"env": {
"JIRA_BASE_URL": "<jira_base_url>",
"JIRA_PAT": "<your-jira_pat>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp-jira-server": {
"command": "npx",
"args": [
"-y",
"mcp-jira-server"
],
"env": {
"JIRA_BASE_URL": "<jira_base_url>",
"JIRA_PAT": "<your-jira_pat>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y mcp-jira-server§02 Environment variables
JIRA_BASE_URLrequired
Base URL of your Jira instance (e.g., https://jira.domain.com)
JIRA_PATrequiredsecret
Your Jira Personal Access Token
§03 MCP Quality Score · methodology
freshness
12
completeness
5
installability
25
documentation
10
stability
10
§04 Alternatives in Productivity & Project Mgmt
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
ai.smithery/mrugankpednekar-mcp-optimizer
ai.smithery/mrugankpednekar-mcp-optimizer
Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte…
ai.smithery/smithery-notion
ai.smithery/smithery-notion
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…