Connection check
local install
mcp-jira-server
MCP server for self-hosted Jira instance with Personal Access Token authentication
Tools
12
GitHub stars
11
Installs / wk
489
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
12 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
jira_add_comment
from source
Add a comment to a Jira issue Add a comment to a Jira issue
jira_assign_issue
from source
Assign a Jira issue to a user Assign a Jira issue to a user
jira_create_issue
from source
Create a new Jira issue in a specified project Create a new Jira issue in a specified project
jira_delete_issue
from source
Delete a Jira issue permanently Delete a Jira issue permanently
jira_get_comments
from source
Get all comments from a Jira issue Get all comments from a Jira issue
jira_get_current_user
from source
Get information about the currently authenticated user Get information about the currently authenticated user
jira_get_issue
from source
Get details of a specific Jira issue by its key (e.g., PROJ-123) Get details of a specific Jira issue by its key (e.g., PROJ-123)
jira_get_issue_types
from source
Get available issue types for a project Get available issue types for a project
jira_get_project
from source
Get details of a specific Jira project Get details of a specific Jira project
jira_get_projects
from source
List all available Jira projects List all available Jira projects
jira_search_issues
from source
Search for Jira issues using JQL (Jira Query Language). Examples: Search for Jira issues using JQL (Jira Query Language). Examples:
jira_update_issue
from source