Product management is one of the best-served categories in the entire MCP ecosystem. Nearly every major PM tool now ships an official MCP server, and the community ecosystem is deep. Atlassian (Jira + Confluence), Linear, Monday.com, Asana, Shortcut, Notion, Aha!, and Plane all have official MCP servers. The community adds heavyweight implementations for ClickUp (150+ tools) and Jira (5,000 stars). Hosted remote MCP is the dominant pattern — most vendors offer zero-config endpoints with OAuth. Part of our Business & Productivity category.

This review covers issue tracking and project management (Jira, Linear, Asana, Monday.com, ClickUp, Shortcut, Plane), dedicated product management (Productboard, Aha!, Fibery), knowledge and documentation (Notion), feature request management (Canny), product analytics (PostHog, Mixpanel, Amplitude), and feature flag management (LaunchDarkly). For CRM platforms, see our CRM MCP Servers review. For IT service management, see ITSM MCP Servers.

The headline finding: vendor participation is extraordinary — 8+ vendors ship official MCP servers, most with hosted remote endpoints. Atlassian leads on ecosystem depth with an official remote MCP plus a 5,000-star community server. Linear leads on product-management-specific features with initiatives, milestones, and project updates built into its official MCP. Monday.com differentiates with dynamic API tools that give AI agents access to the full GraphQL surface. The biggest gap: dedicated roadmapping tools — Roadmunk, airfocus, and Craft.io have zero MCP presence.

Issue Tracking & Project Management

Atlassian Jira + Confluence (Official + Community)

ServerStarsLanguageLicenseToolsOfficial
Atlassian Remote MCPHostedProprietaryRovo Search + CRUDYes
sooperset/mcp-atlassian~5,000PythonMIT72No

Atlassian offers both an official hosted remote MCP and the most popular community PM MCP server in the ecosystem.

The official Rovo MCP server provides secure, OAuth-authenticated access to Jira and Confluence. Key capabilities include Rovo Search across all Atlassian products, bulk creation of Confluence pages and Jira issues, data summarization, and full CRUD operations. Access respects user-level permissions — the AI agent can only access what the authenticated user can access. Free for all Atlassian Cloud customers. Rate limits vary by plan: 500/hr (Free), 1,000/hr (Standard), up to 10,000/hr (Enterprise). No FedRAMP or HIPAA support yet.

The community sooperset/mcp-atlassian server is a powerhouse — 72 tools covering both Jira and Confluence, supporting Cloud and Server/Data Center (Confluence v6.0+, Jira v8.14+). Authentication via API tokens, Personal Access Tokens, or OAuth 2.0. Supports HTTP transport (SSE + Streamable HTTP). MIT license. At ~5,000 stars, it’s one of the most starred MCP servers of any category.

The Jira ecosystem extends further: blue7wings/mcp-jira-server focuses on time tracking and version/release management, guanghuang/jira-mcp provides lightweight access, and cfdude/mcp-jira covers core issue operations. Multiple enterprise-grade MCP gateway solutions (MintMCP, Workato, CData) also provide managed Jira integration.

Linear (Official + Community)

ServerStarsLanguageLicenseToolsOfficial
Linear Official MCPHostedProprietaryIssues + Projects + InitiativesYes
tacticlaunch/mcp-linear133TypeScriptMITMultipleNo
jerhadf/linear-mcp-server344JavaScriptMIT5No (deprecated)

Linear expanded its official MCP server in February 2026 with product-management-specific features that go beyond basic issue tracking:

  • Create and edit initiatives — strategic themes that group projects
  • Create and edit initiative updates — communicate progress on strategic goals
  • Create and edit project milestones — track delivery checkpoints
  • Issues, projects, comments — find, create, update across workspaces

The official server at mcp.linear.app/mcp uses OAuth 2.1 with dynamic client registration (also supports Bearer token). Streamable HTTP transport. Works natively in Claude and Cursor; other clients via mcp-remote module.

The community ecosystem includes tacticlaunch/mcp-linear (133 stars, TypeScript, MIT, issue/project/team management) and the now-deprecated jerhadf/linear-mcp-server (344 stars, which explicitly recommends migrating to the official server). dvcrn/mcp-server-linear adds multi-workspace support.

Asana (Official + Community)

ServerStarsLanguageLicenseToolsOfficial
Asana Official MCPHostedProprietaryTask + Project managementYes
roychri/mcp-server-asana137TypeScriptMIT50+No
adlio/asanamcpRustNo
n0zer0d4y/asana-project-opsTypeScriptBatch opsNo

Asana provides an official hosted MCP at mcp.asana.com/v2/mcp with OAuth authentication and Streamable HTTP transport. The deprecated V1 Beta SSE endpoint at mcp.asana.com/sse shuts down May 11, 2026. Works with Claude, ChatGPT, and other MCP clients.

The community roychri/mcp-server-asana is excellent — 50+ tools with read-only mode option, advanced task filtering with custom fields, resource templates, and a comprehensive prompt system. MIT license. n0zer0d4y/asana-project-ops adds batch operations, direct section assignment, and selective tool activation for high-efficiency AI workflows. adlio/asanamcp provides a Rust implementation for teams that want STDIO transport.

Monday.com (Official)

ServerStarsLanguageLicenseToolsOfficial
mondaycom/mcp396TypeScriptMIT15+ standard + dynamic APIYes

Monday.com ships an official MCP server with two modes of operation:

  1. Standard tools (15+) — boards, items, columns, groups, updates, custom activities, user search, workflow automation
  2. Dynamic API tools (beta) — unlocks the full Monday.com GraphQL API surface dynamically, letting AI agents execute any API operation without hardcoded tool definitions

The hosted MCP at mcp.monday.com/mcp is the recommended zero-config option (OAuth authentication). Local installation also available via npm with API token. Read-only mode supported. Apps Framework tools included for developers building Monday.com integrations. MIT license. 396 stars.

ClickUp (Community)

ServerStarsLanguageLicenseToolsOfficial
taazkareem/clickup-mcp-server~460+JavaScript/TSProprietary150+No
Nazruden/clickup-mcp-serverTypeScriptNo
hauptsacheNet/clickup-mcpTypeScriptSearch + CRUDNo

ClickUp has no official MCP server but has the largest community server by tool count. taazkareem/clickup-mcp-server provides 150+ enterprise-grade tools covering tasks, checklists, sprints, comments, tags, spaces, lists, folders, files, docs, chat, and time tracking. Features OAuth 2.1 + API key hybrid auth, fuzzy search, OKR tracking, document management, file attachments, multi-workspace support, and Docker deployment. The previous public repo had 460+ stars and thousands of weekly npm downloads. Note: this is a proprietary/paid offering, unlike most PM MCP servers.

Multiple other community implementations exist from Nazruden, hauptsacheNet, DiversioTeam, and Leanware-io, all offering varying levels of ClickUp integration.

Shortcut (Official)

ServerStarsLanguageLicenseToolsOfficial
useshortcut/mcp-server-shortcut98TypeScriptMIT60+Yes

Shortcut (formerly Clubhouse) ships one of the most comprehensive official PM MCP servers. 60+ tools across 11 categories covering stories, epics, docs, iterations, milestones, labels, members, workflows, and more. The hosted server requires no setup — authentication handled via OAuth with no API token or local installation needed. Local installation also available with API token for teams that prefer it.

Notable features: read-only mode, tool limiting via environment variable (useful for restricting AI agent scope), and very active development (401 commits). MIT license. 98 stars.

Plane (Official)

ServerStarsLanguageLicenseToolsOfficial
makeplane/plane-mcp-server204PythonMIT55+Yes

Plane — the open-source project management tool — ships an official MCP server with 55+ tools across 8 categories: projects, issues, cycles, modules, initiatives, work logs, labels, and states. Built with FastMCP and Pydantic models for type safety. Supports stdio, SSE, and Streamable HTTP transports.

Authentication via API Key + Workspace Slug (stdio) or OAuth/PAT (remote HTTP). The server replaced an earlier Node.js implementation with a Python+FastMCP rewrite. MIT license. 204 stars. Active development with April 2026 updates.

Dedicated Product Management Tools

Productboard (Community)

ServerStarsLanguageLicenseToolsOfficial
Enreign/productboard-mcp8TypeScriptMIT20+No
kenjihikmatullah/productboard-mcp11TypeScriptMIT10No

Productboard — one of the most popular dedicated product management platforms — has no official MCP server. Two community implementations fill the gap:

Enreign/productboard-mcp is the more comprehensive option with 20+ tools covering features, product hierarchy, customer notes, objectives, key results, and release management. Supports Bearer token (default) and OAuth2 authentication. Includes configurable rate limiting, retry logic, and response caching. MIT license.

kenjihikmatullah/productboard-mcp is a lighter alternative with 10 tools focused on company, component, feature, note, and product retrieval plus status management. MIT license.

The absence of an official Productboard MCP server is a notable gap given the platform’s market position in dedicated product management. Productboard is available through Zapier MCP and Composio as managed integrations.

Aha! (Official + Community)

ServerStarsLanguageLicenseToolsOfficial
aha-develop/aha-mcp6TypeScriptISC3Yes
cedricziel/aha-mcp6TypeScriptMIT12No
popand/aha-mcp2TypeScriptISC4No

Aha! ships an official MCP server, though it’s read-only and minimal — just 3 tools (get_record, get_page, search_documents). Supports stdio and SSE transport. API token authentication. The official blog promotes integration with GitHub Copilot, Cursor, Claude Code, OpenAI Codex, and Devin — passing feature titles, descriptions, and to-dos to AI coding tools.

The community cedricziel/aha-mcp is significantly more capable with 12 tools and a standout feature: vector embeddings for semantic search. Uses sentence transformers + SQLite vector extensions to enable offline semantic queries against Aha! data. Includes offline database sync to local SQLite, hybrid live API + cached queries, incremental updates, and three transport modes (stdio, SSE, HTTP). MIT license. OAuth 2.0 and Bearer token support.

popand/aha-mcp is a fork of the official server that adds create_feature capability — the one write tool the official server is missing.

Fibery (Official)

ServerStarsLanguageLicenseToolsOfficial
Fibery-inc/fibery-mcp-server27PythonDynamicYes

Fibery takes a schema-driven approach similar to Planhat. Instead of hardcoded tools, the MCP server dynamically discovers your Fibery workspace structure — databases, fields, types, and relationships. You can query entities using natural language, create new entities, and update existing ones through conversational interfaces. The server retrieves database schemas and provides flexible access through the Fibery API.

Python-based, available on PyPI. 27 stars, 2.2K downloads. Works with Claude Desktop and any MCP-compatible client.

Knowledge & Documentation

Notion (Official)

ServerStarsLanguageLicenseToolsOfficial
makenotion/notion-mcp-server~4,300TypeScript22Yes
Notion Remote MCPHostedProprietaryYes

Notion has the most starred PM MCP server at ~4,300 stars. Version 2.0 introduced “data sources” as the primary abstraction for databases (migrating from API 2025-09-03). 22 tools covering pages, databases, blocks, users, comments, and search. Docker support.

Important: Notion is prioritizing the hosted remote MCP at mcp.notion.com/mcp with OAuth one-click install, and may sunset the local server repository. Issues and PRs on the local repo are not actively monitored. Teams should plan to migrate to the hosted endpoint.

The community ecosystem is extensive: suekou/mcp-notion-server, awkoy/notion-mcp-server, ramidecodes/mcp-server-notion, and others provide alternative implementations with varying feature sets.

Feature Request Management

Canny (Official + Community)

ServerStarsLanguageLicenseToolsOfficial
Canny Official MCPHostedProprietaryMultipleYes
opensourceops/canny-mcp-serverTypeScript37No

Canny provides both an official MCP server and a feature-rich community implementation. The official server works with ChatGPT and Claude, available to teams on the Pro plan and above (Ideas beta). Recent updates added portal data alongside idea data, List Insights and List Idea Comments tools, and the ability to merge ideas directly via MCP for deduplication.

The community opensourceops/canny-mcp-server is impressive — 37 tools with Jira linking, batch operations, ETA management, company MRR tracking, and PM-focused workflows. Runs in read-only mode by default (19 read-only tools). Ships with 5 built-in prompts: weekly_triage, sprint_planning, executive_summary, jira_sync_status, and customer_impact — making it one of the few PM MCP servers with opinionated workflow support.

Product Analytics

PostHog (Official)

ServerStarsLanguageLicenseToolsOfficial
PostHog/mcp~14027+Yes

PostHog ships an official MCP server with 27+ tools covering analytics, feature flags, experiments, error tracking, and prompt management. Read-only mode available. One-command installation into 6+ IDEs. The standalone repo was archived January 2026 — the server now lives in the PostHog monorepo. Hosted MCP at mcp.posthog.com.

Mixpanel (Official)

ServerTransportAuthToolsOfficial
Mixpanel MCP ServerHosted HTTPOAuthEvents + Funnels + Flows + RetentionYes

Mixpanel provides an official hosted MCP server (beta) giving AI assistants direct access to query events, funnels, flows, retention, and session replays using natural language. Positioned as “conversational product analytics.”

Amplitude (Official)

ServerTransportAuthToolsOfficial
Amplitude MCP ServerHosted HTTP (mcp-server.prod.us-west-2.amplitude.com/v1/mcp)Skills-basedYes

Amplitude ships an official hosted MCP with a skills-based architecture — reusable analysis and instrumentation skills covering charts, dashboards, experiments, session replays, reliability, AI agent analytics, and tracking workflows. Configurable in Claude Code, Cursor, Claude, and Codex. Community server silviorodrigues/amplitude-mcp also available for direct API access.

Feature Flag Management

LaunchDarkly (Official)

ServerStarsLanguageLicenseToolsOfficial
launchdarkly/mcp-server20TypeScriptMIT28Yes

LaunchDarkly ships an official MCP server for feature flag management — essential infrastructure for product managers controlling gradual rollouts. 28 tools covering flag creation, configuration, targeting rules, toggle management, AI configs, and gradual rollouts across multiple environments. Hosted MCP also available. MIT license. Works with Cursor, Claude Code, and other compatible editors.

What’s Missing

Several notable product management tools have no MCP servers (official or community):

  • Roadmunk — dedicated roadmapping tool, no MCP server
  • airfocus — product management and prioritization platform, no MCP server
  • Craft.io — product management platform, no MCP server
  • Pivotal Tracker — approaching end-of-life, no MCP server
  • Rally (Broadcom) — enterprise agile, no MCP server
  • Targetprocess (IBM) — SAFe/enterprise agile, no MCP server
  • Height — modern project management, no MCP server found
  • Wrike — only community “2026 Complete” series servers via third-party bundles
  • Teamwork — official GitHub repo exists (Teamwork/mcp) but limited documentation

The dedicated roadmapping tools are the most conspicuous absence. Teams needing AI-powered roadmapping must use general-purpose PM tools with roadmapping features (Linear initiatives, Monday.com, Aha! roadmaps) rather than specialized roadmapping software.

Productboard having only community servers — despite being one of the top dedicated PM platforms — is also notable. Compare this to Aha!, which ships an official server (albeit minimal).

  1. Hosted remote MCP is the default — Atlassian, Linear, Monday.com, Asana, Shortcut, Notion, PostHog, Mixpanel, and Amplitude all offer hosted endpoints. Local installation is becoming the fallback, not the primary path.

  2. OAuth is standard — most vendors use OAuth 2.0/2.1 for hosted servers, with API tokens as fallback for local installations. This is more mature than many other MCP categories where API keys dominate.

  3. Dynamic tools are emerging — Monday.com (dynamic API tools), Planhat (3 meta-tools), and Fibery (schema-driven) all let AI agents discover and interact with arbitrary data structures rather than using hardcoded tool definitions. This pattern reduces maintenance burden and adapts to custom configurations.

  4. PM-specific features beyond CRUD — Linear’s initiatives and milestones, Canny’s built-in PM prompts (weekly triage, sprint planning), and PostHog’s experiment management show vendors tailoring MCP tools for product management workflows rather than just exposing generic APIs.

  5. Read-only modes are common — Shortcut, Asana, ClickUp, PostHog, and Canny all offer read-only modes. This reflects enterprise caution about AI agents making changes to production project management data.

Bottom Line

Rating: 4.5/5 — Product management has the strongest vendor participation of any enterprise software category in the MCP ecosystem. Eight or more vendors ship official MCP servers, most with hosted remote endpoints and OAuth authentication. The community ecosystem adds depth where vendors haven’t gone far enough (ClickUp’s 150+ tools, Asana’s 50+ tools, Canny’s 37 tools with PM prompts). Product analytics coverage is excellent with PostHog, Mixpanel, and Amplitude all offering official servers. The only gaps are dedicated roadmapping tools (Roadmunk, airfocus, Craft.io) and Productboard’s lack of an official server. For product managers, the MCP ecosystem is production-ready.