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.jsonConfiguration 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
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.jsonEnvironment Variables
THE_JIRA_CLOUD_PLATFORM_REST_API_API_KEYReplace 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/announcementBannerGet announcement banner configuration
PUT
/rest/api/3/announcementBannerUpdate announcement banner configuration
POST
/rest/api/3/app/field/valueUpdate custom fields
GET
/rest/api/3/app/field/{fieldIdOrKey}/context/configurationGet custom field configurations
PUT
/rest/api/3/app/field/{fieldIdOrKey}/context/configurationUpdate custom field configurations
PUT
/rest/api/3/app/field/{fieldIdOrKey}/valueUpdate custom field value
GET
/rest/api/3/application-propertiesGet application property
GET
/rest/api/3/application-properties/advanced-settingsGet advanced settings
PUT
/rest/api/3/application-properties/{id}Set application property
GET
/rest/api/3/applicationroleGet all application roles