Skip to content
MCP-Bridge
Cloud Infrastructure

The Jira Cloud platform REST API MCP Config

Jira Cloud platform REST API documentation

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/atlassian-com-jira.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/atlassian-com-jira.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/atlassian-com-jira.json

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