Servers
Jira MCP Server
@jitendrajaware
A Model Context Protocol (MCP) server that allows Claude and other AI assistants to create and manage Jira issues.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-mcp-server-jitendrajaware": {
"command": "node",
"args": [
"example-usage.js"
]
}
}
}