Customer Relation

Canny MCP Server

Connect your account, then chat with AI to run tools.

Canny is a platform that enables organizations to collect, manage, and prioritize customer feedback for product improvements. Use it to gather input, track feature requests, and align development with customer needs.

11 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Canny — workflow patterns, data models, and gotchas for your AI agent.

Canny

Canny collects and prioritizes customer feedback via boards, posts, votes, comments, and changelog entries.

Data Model

  • Boards — top-level containers for feedback (e.g. "Feature Requests", "Bugs"). Each has a unique ID, name, URL, and post count.
  • Posts — individual feedback items within a board. Have a title, description, vote count, status (open / under review / planned / in progress / complete / closed), author, category, and tags.
  • Votes — user endorsements on posts. Track who voted, when, and on which post.
  • Comments — threaded discussion on posts. Have text, author, and timestamps.
  • Categories — board-level groupings for posts (e.g. "UI", "Performance").
  • Tags — cross-cutting labels applied to posts for filtering.
  • Companies — organizational accounts linked to users and posts. Track monthly spend and user counts.
  • Users — people who interact with the feedback system. Have email, name, vote count.
  • Changelog entries — published product updates. Have title, description, labels, and publication date.
  • Status changes — audit trail of post status transitions. Track old/new status, timestamp, and who made the change.

Capabilities

Read: List boards, categories, changelog entries, comments, companies, posts, status changes, tags, users, votes. Fetch a single post by ID. Most list-style reads support skip/limit pagination and filtering by boardID.

Common Workflows

  1. Feedback triage: List boards to find the right one, then list posts filtered by board and sorted by score or trending to find top-priority items.
  2. Post deep-dive: Get a post by ID to see full details, then list comments and votes for that post.
  3. Progress tracking: List status changes filtered by board to see what moved from "planned" to "in progress" recently.
  4. Company feedback: List companies to identify key accounts, then list posts to see their feature requests.

Gotchas

  • Request shapes are uniform: pass the parameters each tool declares—there is no separate “query string vs body” split to manage from here.
  • Pagination uses skip (number of items to skip) and limit (max 100). Page forward by increasing skip in fixed steps.
  • Post statuses are strings: "open", "under review", "planned", "in progress", "complete", "closed".
  • boardID, postID, authorID are Canny's internal 24-character hex IDs.

Tools in this Server (11)

Canny Get Post

Get a single post by ID. Returns full details including title, description, board, author, vote count, status, and tags.

Canny List Boards

Retrieve all feedback boards in your Canny account. Returns board IDs, names, post counts, and URLs.

Canny List Categories

List categories used to classify feedback posts. Filter by board. Returns category IDs, names, and associated board.

Canny List Changelog Entries

List changelog entries shared with users. Returns entry titles, descriptions, publication dates, and associated labels.

Canny List Comments

List comments on feedback posts. Filter by post, board, or author. Returns comment text, author, and timestamps.

Canny List Companies

List companies associated with feedback submissions. Returns company names, IDs, monthly spend, and user counts.

Canny List Posts

List feedback posts. Filter by board, status, or sort order. Returns post titles, vote counts, statuses, and details.

Canny List Status Changes

List status change history for feedback posts. Returns change type, old/new status, timestamps, and the user who made the change.

Canny List Tags

List tags used to categorize feedback posts. Filter by board. Returns tag IDs, names, and associated board.

Canny List Users

List users who have interacted with your feedback system. Returns user IDs, names, emails, vote counts, and creation dates.

Canny List Votes

List votes on feedback posts. Filter by post or board. Returns voter details, timestamps, and the post voted on.

Frequently Asked Questions

What is the Canny MCP server?

Canny is a platform that enables organizations to collect, manage, and prioritize customer feedback for product improvements. Use it to gather input, track feature requests, and align development with customer needs. It provides 11 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Canny to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/canny. Authentication is handled automatically.

How many tools does Canny provide?

Canny provides 11 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Canny require?

Canny uses API Key. Canny requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Canny to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/canny

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Canny?

Sign in to connect your credentials and start running tools from the chat.

Canny MCP Server & Skill — 11 Tools