Jira Product Discovery MCP
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 Product Discovery MCPlist insights for idea MDP-5"
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 Product Discovery MCP
An MCP server for Jira Cloud and Jira Product Discovery. It exposes the existing generic Jira REST tools together with typed native JPD Insight and attachment operations.
Package: @enterpret/jira-product-discovery-mcp
Tool surface
The server exposes exactly eight tools:
Tool | Purpose |
| Read from a Jira REST endpoint. |
| Create through a Jira REST endpoint. |
| Replace through a Jira REST endpoint. |
| Partially update through a Jira REST endpoint. |
| Delete through a Jira REST endpoint. |
| Upload one UTF-8 or base64 attachment to an issue or JPD idea. |
| List native JPD Insights for an idea key. |
| Create a native JPD Insight with linked evidence in its description. |
The generic tools preserve compatibility with Jira REST API v3. Callers provide only the REST path, query parameters, and request body; authentication remains server-owned.
Related MCP server: Jira MCP Integration
Authentication
OAuth bearer mode
Enterpret Agent uses Nango to refresh the Jira 3LO connection and injects the short-lived access token into the MCP subprocess:
ATLASSIAN_OAUTH_BEARER=<access-token> \
npx -y @enterpret/jira-product-discovery-mcp@0.2.0Native JPD Insight tools require this mode. They do not accept tokens, Atlassian IDs, GraphQL, or OAuth client IDs as tool arguments.
Set ATLASSIAN_CLOUD_ID when the bearer can access more than one Atlassian
site. The server verifies the configured cloud ID against Atlassian's accessible
resources and otherwise fails closed on ambiguous multi-site connections.
Jira API token mode
The generic Jira REST tools and attachment tool also support Jira API-token authentication:
ATLASSIAN_SITE_NAME=your-instance
ATLASSIAN_USER_EMAIL=you@example.com
ATLASSIAN_API_TOKEN=<api-token>This mode does not support native JPD Insights.
MCP configuration
The default transport is stdio:
{
"mcpServers": {
"jira-product-discovery": {
"command": "npx",
"args": ["-y", "@enterpret/jira-product-discovery-mcp@0.2.0"],
"env": {
"ATLASSIAN_OAUTH_BEARER": "<access-token>"
}
}
}
}Supply secrets through the subprocess environment, never through MCP tool arguments or command-line flags.
Native JPD Insights
jira_list_jpd_insights accepts a human-friendly idea key such as MDP-2.
The server resolves the selected Atlassian cloud, project ID, and issue ID, then
constructs the fixed Polaris ARIs internally.
jira_create_jpd_insight accepts:
ideaKeydescriptionquotesourceUrl(HTTPS)sourceTitle
It creates a native JPD Insight with an Atlassian Document Format description
containing the summary, quote, and linked source. It does not create a structured
source snippet and does not require ATLASSIAN_OAUTH_CLIENT_ID.
Creation is intentionally marked non-idempotent. Retrying a create after an ambiguous provider response can create a duplicate Insight.
Native Insights currently use Atlassian's experimental Polaris GraphQL surface. The server exposes only fixed, typed list and create operations; arbitrary GraphQL and raw Polaris input are not available.
See JPD snippet representations for the difference between description-only Insights and structured source snippets.
Attachments
jira_add_attachment accepts an issue or idea key, filename, content, optional
encoding (utf8 or base64), and optional MIME type. The server builds Jira's
multipart request and limits decoded files to 10 MiB. Repeated calls create
separate Jira attachments.
Data handling
Generic Jira REST calls retain the inherited raw-response diagnostics under
/tmp/mcp/jira-product-discovery-mcp/. These files can contain Jira request and
response payloads and should be handled accordingly. Attachment uploads are
marked sensitive, so attachment bytes and returned content URLs are excluded
from debug and raw-response output.
Large generic Jira responses are truncated for the MCP caller and include the
corresponding raw-response path. Jira pagination, field selection, and the
generic tools' jq filter can be used to request a smaller result.
Development
Requires Node.js 18 or newer.
npm ci
npm run format:check
npm run lint
npm run build
npm test -- --runInBand
npm pack --dry-runTests use mocked provider responses for JPD and attachment operations. Do not use production Atlassian credentials for local test runs.
Releasing
Publishing is manual and never runs on a push to main. The release workflow
validates the candidate, packs once, smoke-tests that exact tarball through
npx, and publishes the same artifact with npm Trusted Publishing provenance.
See the release runbook for the one-time npm bootstrap, Trusted Publishing configuration, release gates, and post-publication verification.
License and ancestry
ISC licensed. This repository retains the generic Jira foundation and history from Andi Ashari's Jira MCP project and adds Enterpret's Jira Product Discovery integration. See LICENSE.
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
- FlicenseAqualityFmaintenanceEnables interaction with Jira and Confluence APIs to search, create, and manage issues, pages, comments, and attachments across both Atlassian platforms.7
- Flicense-qualityDmaintenanceEnables AI agents to interact with Jira Cloud through the REST API, supporting project management, issue operations (create, read, update, delete), JQL search, task assignments, and status transitions.
- AlicenseAqualityDmaintenanceEnables interaction with Jira issues via JQL search, epic management, comments, attachments, and issue CRUD, with support for both Cloud and Server/Data Center instances.98MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to interact with Atlassian Cloud (Jira, Confluence, Bitbucket) through natural language, providing CRUD operations for issues, pages, pull requests, and more.8620MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
Search, document and execute authenticated API calls across 500+ apps via one MCP server
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/aavaz-ai/jira-product-discovery-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server