Jira MCP
Provides read-only access to Jira Cloud, allowing retrieval of issues, JQL searches, and listing issues in a project.
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 MCPsearch for open high priority issues in project ABC"
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
A small local Model Context Protocol server for Jira Cloud. Version 0.1.0 is read-only and provides tools to retrieve an issue, search with JQL, and list issues in a project.
Read-only tools
get_issue: retrieve one issue by key or numeric ID; description is opt-in and capped at 8,000 characters.search_issues: run JQL with a default page size of 20 and a hard maximum of 50.list_project_issues: construct bounded JQL from a project key and optional status or assignee filter.
Every tool returns structured content plus a concise text view. Jira-sourced text is explicitly marked as untrusted reference data.
Related MCP server: jira-mcp-server
Safety defaults
Jira credentials are supplied through environment variables and are never committed.
Jira text is returned as untrusted reference data, not as instructions.
Descriptions are excluded by default and capped when explicitly requested.
Write tools are not part of version
0.1.0, even ifJIRA_ENABLE_WRITES=trueis present.
Requirements
Node.js 20 or newer
A Jira Cloud site
An Atlassian account email and API token for live use
Development
npm install
npm run verifyThe verification command runs strict type-checking, a clean build, mocked Jira-client tests, in-memory MCP tests, and a compiled stdio subprocess test. Automated tests do not require Jira credentials or network access.
Configuration
Use .env.example only as a reference. Supply real values through your MCP host's local environment configuration:
JIRA_BASE_URL=https://your-site.atlassian.net
JIRA_EMAIL=your-atlassian-email@example.com
JIRA_API_TOKEN=your-local-api-token
JIRA_ENABLE_WRITES=false
NODE_EXTRA_CA_CERTS=/etc/ssl/cert.pemDo not commit these values or paste the API token into chat. The base URL must be an HTTPS *.atlassian.net origin without a path, custom port, query string, or fragment.
After running npm run build, an MCP host should launch:
node /absolute/path/to/jira-mcp/dist/index.jsThe host must pass these environment variables to the process. NODE_EXTRA_CA_CERTS ensures a GUI-launched Node process uses macOS's maintained certificate bundle even when it does not inherit ~/.zshenv. Diagnostics go to stderr; stdout is reserved for the MCP protocol.
Pagination
Search tools return nextPageToken and hasMore. Pass the token into a subsequent call to retrieve the next Jira page. The server never downloads every page automatically.
Known boundaries
Jira Cloud only; Jira Data Center is not supported.
Basic authentication uses an Atlassian email and API token for this local single-user project.
OAuth, remote HTTP hosting, custom fields, transitions, attachments, and bulk operations are outside the MVP.
Jira descriptions may contain instruction-like text. They remain untrusted data regardless of wording.
Write tools will be considered only after the read-only review checkpoint passes.
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-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Read-only access to InfluSense influencer discovery, ratings, watchlists, and reports via MCP.
Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables read-only access to GitLab and Jira data through MCP, allowing users to list projects, merge requests, issues, and search Jira tickets via natural language queries. Provides safe, structured access to project management data without write permissions.18MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server that provides AI agents structured access to Jira Cloud, enabling project listing, sprint overview, issue retrieval, and JQL search.98MIT
- FlicenseNot gradedqualityBmaintenanceEnables read-only access to GitLab projects, files, directories, and merge requests through MCP tools.-
- FlicenseAqualityBmaintenanceA read-only MCP server for Jira and Confluence Cloud, providing atlassian_get and jira_search tools.298-
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/sabrinabettini/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server