Submit

Jira MCP

@Attlasian Jira

5 months ago
A Model Context Protocol (MCP) server for interacting with Atlassian Jira. Connect AI assistants like Claude, Cursor AI, and others directly to your Jira projects, issues, and workflows. Available Tools: jira_get - Read data from any Jira API endpoint jira_post - Create resources (issues, comments, etc.) jira_put - Replace resources jira_patch - Partially update resources jira_delete - Delete resources health_check - Verify server configuration and connectivity Common Use Cases Ask your AI assistant: "List all projects I have access to" "Show me issues assigned to me that are in progress" "Find all high priority issues in the DEV project" "Get full details about issue PROJ-456 including comments" "Add a comment to PROJ-456: 'Code review completed'" "Create a new bug in the MOBILE project"
Overview

no content

Server Config

{
  "mcpServers": {
    "Jira MCP": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-atlassian-jira/dist/index.js"
      ],
      "env": {
        "ATLASSIAN_SITE_NAME": "your-company",
        "ATLASSIAN_USER_EMAIL": "your.email@company.com",
        "ATLASSIAN_API_TOKEN": "your_api_token"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server