aashari/mcp-server-atlassian-jira
Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Implements MCP (Model Context Protocol) with stdio transport, allowing seamless integration with Claude Desktop, Cursor AI, and other compatible LLM clients through a single standardized interface. Exposes five generic HTTP tools (GET, POST, PUT, PATCH, DELETE) covering the full Jira REST API v3, enabling AI systems to perform CRUD operations on projects, issues, comments, and worklogs. Features token-efficient TOON output format (30-60% reduction vs JSON), JMESPath filtering for response refinement, and automatic truncation handling for large responses exceeding 40k characters.
Available on npm.
Stars
60
Forks
22
Language
TypeScript
License
—
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Dependencies
9
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/aashari/mcp-server-atlassian-jira"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
MatanYemini/bitbucket-mcp
Bitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and...
pdogra1299/bitbucket-mcp-server
MCP Server for interacting with BitBucket API
aashari/mcp-server-atlassian-bitbucket
Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact...
Aarul5/jira-pilot
AI-powered Jira CLI and MCP server for humans and agents manage issues, sprints, boards with...
freema/mcp-jira-stdio
MCP server for Jira integration with stdio transport. Issue management, project tracking, and...