Back to directory
aashari/mcp-server-atlassian-jira

aashari/mcp-server-atlassian-jira

@aashari

Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.

jiraatlassianproject-managementissue-trackingmcp-servertypescriptnodejsai-integrationtool

Installation & Configuration

{
  "jira": {
    "command": "npx",
    "args": [
      "-y",
      "@aashari/mcp-server-atlassian-jira"
    ],
    "env": {
      "ATLASSIAN_SITE_NAME": "your-company",
      "ATLASSIAN_USER_EMAIL": "[email protected]",
      "ATLASSIAN_API_TOKEN": "your_api_token"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12