MCP Server Quickstart
Jira
Learn how to use Klavis to connect your AI application to Jira MCP Server
No-Code
Connect to enterprise-grade MCP servers instantly!
For Developer
Follow the instructions below to integrate Jira MCP server to your AI application using our API or SDK.
Prerequisites
1. Create a Jira MCP Server
Use the following endpoint to create a new remote Jira MCP server instance:
Request
Response
serverUrl specifies the endpoint of the Jira MCP server, which allows you to interact with Jira projects and issues.
instanceId is used to get an authentication token. After you complete the OAuth flow, this token allows the MCP server to access Jira on your behalf.
2. Jira OAuth Flow
Redirect users to the OAuth authorization flow:
Watch the Example
Explore MCP Server Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
jira_search | Search Jira issues using JQL (Jira Query Language) |
jira_get_issue | Get details of a specific Jira issue including its Epic links and relationship information |
jira_search_fields | Search Jira fields by keyword with fuzzy match |
jira_get_project_issues | Get all issues for a specific Jira project |
jira_get_epic_issues | Get all issues linked to a specific epic |
jira_get_sprints_from_board | Get jira sprints from board by state |
jira_create_sprint | Create Jira sprint for a board |
jira_get_sprint_issues | Get jira issues from sprint |
jira_update_sprint | Update jira sprint |
jira_create_issue | Create a new Jira issue with optional Epic link or parent for subtasks |
jira_update_issue | Update an existing Jira issue including changing status, adding Epic links, updating fields, etc. |
jira_delete_issue | Delete an existing Jira issue |
jira_add_comment | Add a comment to a Jira issue |
jira_get_link_types | Get all available issue link types |