Jira MCP
Provides tools to retrieve issue details and create issues in Jira, supporting both Jira Cloud and Jira Data Center.
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 MCPshow me the details for Jira issue PROJ-123"
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
Production FastMCP server for Jira Cloud (REST v3 / ADF) and Data Center (often REST v2 / plain text). This is a self-hosted adapter you run against your site. It is not Atlassian's hosted Rovo endpoint; it uses the same MCP ideas (Streamable HTTP, inbound auth, annotated tools, structured output).
Auth follows the same split used by Azure MCP and Atlassian Rovo:
Inbound — the MCP client authenticates to this server (HTTP only).
Outbound — this server authenticates to Jira with email + API token (Cloud Basic auth).
HTTP is fail-closed without MCP_JWKS_URI or MCP_JWT_SECRET.
Author: Clinton Follette.
Tools
Tool | Access | Notes |
| read | Key, status, summary, Source Ticket #, Customer Order #. |
| write | Project, issue type, summary, description. Hidden when |
Look up custom field ids with GET /rest/api/3/field after you create Source Ticket # and Customer Order # and put them on the create screen.
Related MCP server: Jira Issue MCP Server
Install (local STDIO)
{
"mcpServers": {
"jira": {
"command": "mcp-jira",
"env": {
"JIRA_BASE_URL": "https://your-site.atlassian.net",
"JIRA_EMAIL": "you@example.com",
"JIRA_API_TOKEN": "<api-token>",
"JIRA_SOURCE_TICKET_FIELD": "customfield_10001",
"JIRA_CUSTOMER_ORDER_FIELD": "customfield_10002"
}
}
}
}Create a Cloud token at id.atlassian.com.
pip install .
mcp-jiraRemote HTTP
export MCP_TRANSPORT=http
export MCP_HOST=127.0.0.1
export MCP_PORT=8003
export MCP_JWKS_URI=https://login.example.com/.well-known/jwks.json
export MCP_JWT_ISSUER=https://login.example.com
export MCP_JWT_AUDIENCE=mcp-jira
mcp-jiraEndpoint: http://127.0.0.1:8003/mcp. Health: GET /health.
Outbound Jira configuration
Variable | Required | Purpose |
| yes | Site origin |
| yes | Cloud account |
| yes | API token |
| no | Default |
| no |
|
| no | Default |
| for close-loop |
|
| for T2 |
|
| no | Hide |
Security
HTTP without inbound JWT configuration refuses to boot.
Issue and project keys are validated before they are placed in URLs.
Custom field ids must start with
customfield_or they are ignored.mask_error_detailsis on.
See SECURITY.md.
License
MIT. Copyright (c) 2026 Clinton Follette.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.
An MCP server that provides access to Testiny projects, test cases and test runs
Manage feature requests, votes, roadmaps, and changelogs from any MCP client.
Jepto MCP server that provides access to client knowledgebase & analytics for connected data sources
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It enables users to perform CRUD operations on issues, search with JQL, manage comments, and list projects through the Jira REST API.1248911MIT
- AlicenseCqualityDmaintenanceEnables interaction with Jira through OAuth 2.0 to create and manage issues directly from MCP-compatible clients. It supports secure authentication and local token caching to facilitate automated task management within Jira projects.3MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.1484MIT
- FlicenseBqualityDmaintenanceMCP server that connects AI assistants to your Jira site, supporting PAT or SSO authentication for search, read, create, update, and delete operations on issues.1739-
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/cfollette18/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server