Jira MCP Server
Exposes Jira Cloud operations as MCP tools, enabling programmatic management of Epics, Stories, Tasks, and Sprints directly from an AI chat or agentic workflow.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jira MCP Serverlist all issues in the current sprint"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira MCP Server
A Model Context Protocol (MCP) server that exposes Jira Cloud to Claude and other LLM agents — enabling programmatic management of Epics, Stories, Tasks, and Sprints directly from an AI chat or agentic workflow.
Stack: Node.js, TypeScript, Fastify, PostgreSQL, Docker, Liquibase
What it does
Exposes Jira Cloud operations as MCP tools (create/update/query issues, manage sprints, epics)
Persists conversation context and tool history in PostgreSQL
Deployable as a Docker container alongside your MCP client
Related MCP server: Jira Cloud MCP Server
Quick start
# 1. Copy env template and fill in your Jira credentials
cp .env.example .env
# 2. Start with Docker Compose (includes Postgres)
docker-compose up
# 3. Run database migrations
docker-compose --profile migrate run --rm liquibaseConfiguration
Required env vars (see .env.example):
Variable | Description |
| Your Jira Cloud URL (e.g. |
| Atlassian account email |
| Jira API token (generate at id.atlassian.com) |
| Database password |
Development
npm install
npm run start:dev # watch mode
npm run test # unit tests
npm run test:e2e # e2e tests
npm run build # compile to dist/MCP client setup
Add to your MCP client config (e.g. Claude Code .mcp.json):
{
"mcpServers": {
"jira": {
"command": "docker",
"args": ["run", "--rm", "-i", "--env-file", ".env", "jira-mcp"]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server that wraps the jira-cli command-line tool to enable AI assistants to interact with Jira.Last updated129MIT
- Alicense-qualityBmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.Last updated2404MIT
- Alicense-qualityDmaintenanceA comprehensive, production-ready MCP server for seamless Jira Cloud integration, enabling AI agents and custom applications to manage boards, issues, users, projects, and workflows via natural language commands.Last updated3,5944MIT
- AlicenseAqualityAmaintenanceMCP server that connects opencode with Jira Cloud, exposing issue tracking, project management, and agile features as structured tools for AI agents.Last updated9MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/motola10/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server