Jira MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_HOST | Yes | Your Jira instance URL (e.g., https://yourcompany.atlassian.net) | |
| JIRA_EMAIL | Yes | Your Atlassian account email | |
| JIRA_API_TOKEN | Yes | API token from Atlassian Account Settings (https://id.atlassian.com/manage-profile/security/api-tokens) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jira_issueA | Manage Jira issues: get, create, update, delete, bulk-create, list/perform transitions, assign, and read changelog. Returns trimmed summaries with refs to full payloads on disk. |
| jira_searchA | Search Jira issues with JQL or fetch JQL autocomplete metadata. Issue results come back as a trimmed list with refs. |
| jira_commentA | List, add, update, and delete comments on a Jira issue. Bodies are ADF documents. |
| jira_userA | Look up Jira users: current authenticated user, search by query/accountId, list assignable users for a project or issue, or bulk-fetch by accountId. |
| jira_projectA | Manage Jira projects, their components, versions, and per-issue-type statuses. |
| jira_boardB | Manage Agile boards: list/get/create/delete, fetch configuration, list board issues, backlog, and epics. |
| jira_sprintC | Manage Jira sprints: list/get/create/update/delete, list sprint issues, and move issues in or out. |
| jira_epicC | Inspect epics, list issues under an epic, and move issues into or out of epics. |
| jira_worklogA | List, add, update, and delete worklogs on an issue. Supports remaining-estimate adjustment. |
| jira_attachmentB | Inspect or delete attachment metadata. To download bytes, use the streaming downloader (returns a local path). |
| jira_filterA | Manage saved JQL filters: list/get/create/update/delete plus the current user's favourites. |
| jira_linkB | Create, fetch, delete issue links, and list available link types. |
| jira_watcherB | List, add, and remove watchers on an issue. Also: list votes and toggle the current user's vote. |
| jira_fieldA | List Jira metadata: fields, issue types, priorities, statuses, resolutions, and per-project createMeta. |
| jira_groupA | Search groups, list group members, and inspect the current user's permissions. |
| jira_serverA | Inspect the Jira server: version, build, deployment type. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Jira Projects | List of all accessible Jira projects |
| Jira Boards | List of all accessible Jira boards (Scrum and Kanban) |
| Current User | Information about the currently authenticated user |
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/criblio/ultra-jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server