Canny Connector for AI agents.
11 live capabilities
Manage product feedback and roadmap priorities from your workspace.
Waiting for input…
Why people use Canny
Canny for Ending Manual Feedback Triage
This Connector changes that by letting your agent do the heavy lifting. You can ask it to find all the bug reports from the last 24 hours or summarize the most popular requests on your 'Ideas' board. You get a clean summary of what to build next without ever leaving your workspace.
What Vinkius changes
You get a direct line to your user feedback without the tab-switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Triage a mountain of new bug reports
A developer asks their agent to list all posts from the 'Bug Reports' board and summarize the most critical issues found in the last 24 hours.
- Real-world use case 02
Summarize the top 10 most voted feature requests
A product manager asks their agent to find the most voted items on the 'Ideas' board to determine what the community wants next.
- Real-world use case 03
Reply to a specific user's comment about a bug
A customer success lead asks their agent to add a comment to a specific post to let the user know the team is investigating.
Complete set · 11capabilities
The complete Canny capability set.
These are the exact actions your AI can choose when you ask it to work with Canny.
01—04
4 capabilities in this set.
Part of 11 available through Canny.
- 01 Capability
Create feedback post
Create a new feedback post. Use this to log new ideas or bugs as they come in.
- 02 Capability
Add comment
Add a comment to a feedback post. This lets you reply to users directly from your agent.
- 03 Capability
Vote on post
Add a vote to a feedback post. This helps you see which features have the most community support.
- 04 Capability
Get account info
Retrieve core account information. Use this to check your basic Canny account status.
05—08
4 capabilities in this set.
Part of 11 available through Canny.
- 05 Capability
Get board details
Get details of a specific board. This helps you understand the setup of a particular feedback area.
- 06 Capability
Get post details
Get details of a specific feedback post. This pulls all the data for a single user request or bug.
- 07 Capability
List feedback boards
List all feedback boards. Use this to see all the different categories you're tracking.
- 08 Capability
List comments
List comments for a specific feedback post. This lets you see the full conversation history on a post.
09—11
3 capabilities in this set.
Part of 11 available through Canny.
- 09 Capability
List feedback posts
List feedback items from a specific board. This is how you see everything on a specific board at once.
- 10 Capability
List users
List users who have interacted with your boards. This helps you see who is active in your community.
- 11 Capability
List votes
List votes for a specific post. This shows you the raw data on how many people want a specific feature.
Set up in minutes
One URL. Then ask Canny to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Canny from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Canny, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Canny for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Canny URL.
- Step 03
Save and start
Save the connection and enable Canny in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"canny": {
"url": "https://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Canny
Open Agent mode in chat and ask: "Using Canny, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"canny": {
"url": "https://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Canny
Ask Copilot: "Using Canny, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"canny": {
"url": "https://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Canny
Open Cascade and ask: "Using Canny, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"canny": {
"url": "https://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Canny
Ask Cline: "Using Canny, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add canny --transport http "https://edge.vinkius.com/vk_preview_MVOWgvYgrsF2BbANYav8CWkoV4dWNV1AaiH6bny9/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Canny
Ask Claude: "Using Canny, show me...". 11 tools are ready
Where the request belongs
Work Canny can move forward.
This is for the product managers who are drowning in tickets and the customer success leads who need to see what users actually want without manual data entry.
Product Manager
Triage new feedback and check post statuses without manual dashboard monitoring.
Customer Success
Add user votes or retrieve feedback details straight from their communication capabilities.
Developer
Monitor bug reports and feature requests using natural language.
Community Manager
Respond to user comments and keep the roadmap updated in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFrill
Manage product feedback, roadmaps, and announcements via Frill. create ideas, list updates, and organize categories directly from your AI agent.
Userback
Collect visual feedback from users with annotated screenshots, screen recordings, and bug reports embedded in your product.
UserEcho
Build a customer feedback community with idea voting, knowledge base, helpdesk, and live chat in one support ecosystem.
Beamer
Manage product updates and user feedback via Beamer. create posts, track analytics, and monitor feedback directly from any AI agent.
Pendo
Understand product usage, guide users with in-app walkthroughs, and collect feedback that shapes your roadmap with precision.
BugHerd
Manage BugHerd projects, tasks, and comments through AI Agents.
Bring your own AI
Change the model, client or framework. Keep Canny connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Canny.
The practical details behind the request, access and result.
Can I use Canny MCP to see what my users are voting on?
Yes, it pulls the vote counts so you can see which features have the most traction. You can ask your agent to identify the highest-priority items based on these numbers.
How does Canny MCP help with roadmap planning?
It allows your agent to pull all posts from a board so you can see what's planned versus what's actually being requested. This helps you make data-driven decisions on what to build next.
Can my agent actually post new feedback to Canny?
Yes, it can create new posts with titles and details directly on your boards. This is great for logging feedback the moment you hear about it in a meeting or chat.
Does Canny MCP work with Cursor or Claude?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You can connect it to your preferred capability and start managing feedback immediately.
Can I use Canny MCP to see who's interacting with my boards?
It can list the users who have engaged with your boards, helping you identify your most active community members and understand their specific needs.
Can I add a vote to a post using the agent?
Yes! Use the vote_on_post capability with the Post ID and Voter ID. Your agent will add the vote in Canny, helping prioritize the feedback item.
How do I list all the planned features from a specific board?
Simply ask the agent to list_feedback_posts and provide the Board ID and set the status to planned. It will retrieve all matching posts from your Canny account.
Does the integration allow creating a new feedback post?
Yes. Use the create_feedback_post action and provide the Board ID, Author ID, title, and details. The new item will be added to your Canny board instantly.
One connection away
Give your agent a direct line to Canny.
Connect Canny once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available