Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

The Jira Cloud platform REST API MCP Server

Jira Cloud platform REST API documentation

Quick Setup

Transport: STDIO

Command: npx -y @mcp/atlassian-com-jira

Environment Variables

THE_JIRA_CLOUD_PLATFORM_REST_API_API_KEY

Example: your_the_jira_cloud_platform_rest_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

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