MCP server intelligence profile

Jira MCP Server

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.

Install @ahmetbarut/jira-mcp-server from npm

Version 1.1.0 declares 1 executable entrypoint.

npm install --save-exact @ahmetbarut/jira-mcp-server@1.1.0
npx -y -p @ahmetbarut/jira-mcp-server@1.1.0 @ahmetbarut/jira-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "@ahmetbarut/jira-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@ahmetbarut/jira-mcp-server@1.1.0",
        "@ahmetbarut/jira-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugjira-mcp-server-1a3c4ccbDeploymentLocal Only
Canonical packagenpm:@ahmetbarut/jira-mcp-serverRepositoryahmetbarut/jira-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@ahmetbarut/jira-mcp-server1.1.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@ahmetbarut/jira-mcp-server1.1.0CurrentSep 5, 20267 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

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

ToolCategoryAnnotationsRisk
add_comment_to_issueAdd a comment to a specific Jira issue
Input 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 boards
Input schema
{
  "type": "object",
  "properties": {}
}
get_current_user_infoGet current authenticated user information including login, email, timezone
Input schema
{
  "type": "object",
  "properties": {}
}
get_issue_detailGet detailed information about a specific Jira issue
Input 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 board
Input 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 time
Input schema
{
  "type": "object",
  "properties": {}
}
search_userSearch for a user by login name or email
Input 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

EndpointTransportAuthenticationHealthObserved
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.

Associated company landscape

Atlassian intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.