Jira MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_TOKEN | No | API token or Personal Access Token | |
| JIRA_PASSWORD | No | Password for basic auth | |
| JIRA_USERNAME | No | Username for basic auth or email for Jira Cloud | |
| JIRA_SERVER_URL | No | URL of your Jira server | |
| JIRA_AUTH_METHOD | No | Authentication method ('basic_auth' or 'token_auth') |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_jira_projectsB | Get all accessible Jira projects |
| get_jira_issueC | Get details for a specific Jira issue by key |
| search_jira_issuesC | Search for Jira issues using JQL (Jira Query Language) |
| create_jira_issueC | Create a new Jira issue. Common issue types include 'Bug', 'Task', 'Story', 'Epic' (capitalization handled automatically) |
| create_jira_issuesC | Bulk create new Jira issues. IMPORTANT: For 'issue_type', use the exact case-sensitive types in your Jira instance (common: 'Bug', 'Task', 'Story', 'Epic') |
| add_jira_commentC | Add a comment to a Jira issue |
| get_jira_transitionsC | Get available workflow transitions for a Jira issue |
| transition_jira_issueC | Transition a Jira issue to a new status |
| get_jira_project_issue_typesB | Get all available issue types for a specific Jira project |
| create_jira_projectC | Create a new Jira project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/InfinitIQ-Tech/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server