Enables AI agents to interact with Jira Cloud, including listing boards and issues, adding comments, and searching users
Local Onlyahmetbarut
Awaiting current scanNpm · 1.1.0
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
7Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2025-06-18Negotiated protocol
jira-mcp-serverServer-reported name
1Capability groups
Aug 22, 2026Observed
Tools 7
Tool
Category
Annotations
Risk
add_comment_to_issueAdd a comment to a specific Jira issueInput schema
{
"type": "object",
"properties": {
"issueIdOrKey": {
"type": "string",
"description": "The issue key or ID to add a comment to"
},
"body": {
"type": "string",
"description": "The comment text"
}
},
"required": [
"issueIdOrKey",
"body"
]
}
—
—
get_boardsGet all available Jira scrum boardsInput schema
{
"type": "object",
"properties": {}
}
—
—
get_current_user_infoGet current authenticated user information including login, email, timezoneInput schema
{
"type": "object",
"properties": {}
}
—
—
get_issue_detailGet detailed information about a specific Jira issueInput schema
{
"type": "object",
"properties": {
"issueIdOrKey": {
"type": "string",
"description": "The issue key (e.g., PROJ-123) or ID to get details for"
}
},
"required": [
"issueIdOrKey"
]
}
—
—
get_issuesGet current user's tasks from a specific Jira boardInput schema
{
"type": "object",
"properties": {
"boardId": {
"type": "string",
"description": "Board ID to get your tasks from"
}
},
"required": [
"boardId"
]
}
—
—
get_server_infoGet Jira server information including current server timeInput schema
{
"type": "object",
"properties": {}
}
—
—
search_userSearch for a user by login name or emailInput schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Username, email, or display name to search for"
}
},
"required": [
"query"
]
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
Jira MCP Server questions
How do I install Jira MCP Server?
Install the selected package version with: npm install --save-exact @ahmetbarut/jira-mcp-server@1.1.0
What tools does Jira MCP Server provide?
Jira MCP Server exposed 7 tools during independent protocol observation, including add_comment_to_issue, get_boards, get_current_user_info, get_issue_detail, get_issues, get_server_info, search_user.
Is Jira MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Company and product intelligence
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.