Canny

Canny

Canny is a customer feedback management platform that helps teams collect, analyze, and prioritize user feedback to build better products.

46VIEWS
2448USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app cannynpx @composio/cli add cursor --app cannynpx @composio/cli add cursor --app cannynpx @composio/cli add cursor --app canny

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Post Tag

Tool to add a tag to a specific post. use when you need to categorize or group content by applying an existing tag.

Delete User

Tool to delete a user and their comments and votes. use when you need to fully remove a user's account and all associated data (e.g., gdpr compliance).

Delete User

Tool to delete a user and their comments and votes. use when you need to fully remove a user's account and all associated data (e.g., gdpr compliance).

Change Post Status

Tool to change a post's status. use when you need to update a post's workflow stage and optionally notify voters.

Create Changelog Entry

Tool to create and optionally publish a new changelog entry. use when you need to add a product update record, control publish timing, and notify users. example: "create changelog entry titled 'version 1.2' with details '...' and publish immediately.".

Create Comment

Tool to create a new comment on a post. use when you have the authorid and postid and want to submit feedback or replies.

Create Or Update User

Tool to create or update a user in canny. use when you need to provision a new user or synchronize updates to an existing user profile. example: "create or update user with email user@example.com"

Create Post

Tool to create a new post on a board. use when you have the boardid and userid and need to submit new feedback.

Create Tag

Tool to create a new tag. use when you have the boardid and tag name and need to categorize posts.

Create Vote

Tool to create a vote for a post. use when you need to record or migrate a user's vote on a post, optionally setting priority or original creation time. example: create a vote for postid abc123 with voterid user 456.

Delete Comment

Tool to delete a comment. use when moderation is required to remove a specific comment by its id. example: "delete the comment with id 553c3ef8b8cdcd1501ba1238."

Delete Post

Tool to delete a post. use when you need to permanently remove a post by its id. example: "delete the post with id 553c3ef8b8cdcd1501ba1238."

Delete Vote

Tool to delete a vote. use when you need to remove a user's vote from a specific post by its id. example: "delete the vote from postid abc123 for voterid user 456."

List Boards

Tool to list all boards. use when you need to retrieve every board for your company after authentication.

List Categories

Tool to list categories. use when fetching categories for a specific board by its id.

List Comments

Tool to list comments for posts, boards, or authors. use after authentication to fetch comments with optional filters.

List Companies

Tool to list companies associated with your canny account. use after authentication to retrieve companies with pagination support.

List Opportunities

Tool to list opportunities linked to posts. use when you need to fetch customer opportunities synced from crm.

List Posts

Tool to list posts with various filters. use after selecting a board or to search/filter posts.

List Tags

Tool to list tags. use when fetching tags optionally filtered by board id and handling pagination.

20 actions available