How to integrate Jira using MCP
Issues, sprints and project tracking. This guide creates an MCP server from Arthur's Jira template — tools preconfigured against https://your-domain.atlassian.net/rest/api/3 — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
JIRA_API_KEYholding your API key. Go to id.atlassian.com/manage-profile/security/api-tokens and create an API token. In the API Key field enter: Basic <base64 of "your@email.com:API_TOKEN">.


Go to the REST API Templates gallery and search for Jira.


Click Use template on the Jira card to open the server-creation dialog.


Review the server name and select
JIRA_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 5 preconfigured tool(s): search_issues, get_issue, create_issue, update_issue, get_project. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- Search and manage Jira issues, sprints, and projects. Update the base URL in Settings to your own Atlassian domain (your-domain.atlassian.net).
- This integration requires a credential (api-key). Get one at https://id.atlassian.com/manage-profile/security/api-tokens.
- Official API documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video