Skip to content
MCP-Bridge
Cloud Infrastructure

The Jira Cloud platform REST API Claude Desktop Config

Add the The Jira Cloud platform REST API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "atlassian-com-jira": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/atlassian-com-jira"
      ],
      "env": {
        "THE_JIRA_CLOUD_PLATFORM_REST_API_API_KEY": "your_the_jira_cloud_platform_rest_api_api_key"
      }
    }
  }
}

Environment Variables

THE_JIRA_CLOUD_PLATFORM_REST_API_API_KEY

Replace your_the_jira_cloud_platform_rest_api_api_key with your actual the jira cloud platform rest api api key

Endpoints

GET/rest/api/3/announcementBanner

Get announcement banner configuration

PUT/rest/api/3/announcementBanner

Update announcement banner configuration

POST/rest/api/3/app/field/value

Update custom fields

GET/rest/api/3/app/field/{fieldIdOrKey}/context/configuration

Get custom field configurations

PUT/rest/api/3/app/field/{fieldIdOrKey}/context/configuration

Update custom field configurations

PUT/rest/api/3/app/field/{fieldIdOrKey}/value

Update custom field value

GET/rest/api/3/application-properties

Get application property

GET/rest/api/3/application-properties/advanced-settings

Get advanced settings

PUT/rest/api/3/application-properties/{id}

Set application property

GET/rest/api/3/applicationrole

Get all application roles