jira-mcp-server
Provides tools for interacting with Jira, enabling search, create/get issues, commenting, assigning, transitioning, and listing projects.
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-serverfind all open bugs assigned to me"
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
Stdio-based MCP server exposing Jira tools (search, get/create issue, comment, assign, transition, list projects).
Image: thisisrasel/jira-mcp-server (tags: latest, 1.0.0)
Environment variables
Var | Required | Notes |
| yes | e.g. |
| no | Bearer auth; if set, takes priority over username/password |
| only if no | basic auth |
| only if no | basic auth |
See .env.example.
Related MCP server: Jira MCP Server
Run via MCP client
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json), passing credentials as env vars on the docker run command rather than baking them into the image:
{
"mcpServers": {
"jira": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "JIRA_BASE_URL",
"-e", "JIRA_TOKEN",
"thisisrasel/jira-mcp-server:latest"
],
"env": {
"JIRA_BASE_URL": "https://your-jira-instance.com",
"JIRA_TOKEN": "your-token"
}
}
}
}For basic auth instead of a token, swap the -e/env entries for JIRA_USERNAME and JIRA_PASSWORD.
Build & push
docker build -t thisisrasel/jira-mcp-server:1.0.0 -t thisisrasel/jira-mcp-server:latest .
docker push thisisrasel/jira-mcp-server:1.0.0
docker push thisisrasel/jira-mcp-server:latestMaintenance
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
- AlicenseAqualityAmaintenanceMCP server for Jira integration with stdio transport. Enables reading, writing, and managing Jira issues and projects directly from Claude Desktop. Supports issue creation, updates, comments, JQL search, and project management.Last updated231,27414MIT
- Alicense-qualityCmaintenanceCustom MCP server for interacting with Jira, supporting issue management, search, and project operations.Last updated6842MIT
- Alicense-qualityCmaintenanceMCP server that wraps the jira-cli command-line tool to enable AI assistants to interact with Jira.Last updated229MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that wraps the Jira CLI tool, exposing Jira commands through MCP resources, tools, and prompts for AI assistant integration.Last updatedMIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
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/thisIsRasel/jira-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server