Submit

Produktly

@Produktly

Read changelogs, feedback responses, and roadmap items from your Produktly account. Connect your AI assistant to your onboarding and product feedback data.
Overview

Produktly MCP Server lets your AI assistant access your Produktly data directly.

Available tools:

  • list_changelogs - List all your changelogs
  • get_changelog_posts - Get posts from a specific changelog, with date filtering
  • list_feedback_widgets - List all feedback widgets
  • get_feedback_responses - Get feedback responses, filterable by date and count
  • list_roadmaps - List all roadmaps with their sections
  • get_roadmap - Get full roadmap with items, filterable by date and tags

Use cases:

  • Ask your AI "What feedback did users leave this week?"
  • Summarize recent changelog posts for a status update
  • Check what roadmap items got the most votes
  • Analyze feedback trends without leaving your editor

Setup: Authenticate with a Bearer token using your Produktly private key. Find it in Settings > Private Keys.

Docs: https://produktly.com/docs/docs/mcp-server/

Server Config

{
  "mcpServers": {
    "produktly": {
      "url": "https://api.produktly.com/api/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_PRIVATE_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.