Connect AI assistants to your feedback boards, roadmap and changelog
Your client opens Upvoty to authorize access to one of your projects. Sign-in uses OAuth 2.1 — no API keys to manage, and you can revoke access at any time.
Open Claude connector settings
Choose Add custom connector, paste the server URL and select Add. Claude walks you through sign-in the first time you use an Upvoty tool.
Run this in your terminal, then use /mcp inside Claude Code to sign in:
claude mcp add --transport http upvoty https://mcp.upvoty.com
Or add it manually under Settings → Tools & MCP → New MCP server:
{
"mcpServers": {
"upvoty": { "url": "https://mcp.upvoty.com" }
}
}
Or run MCP: Add Server from the command palette and choose HTTP, or add this to your user mcp.json:
{
"servers": {
"upvoty": { "type": "http", "url": "https://mcp.upvoty.com" }
}
}
Upvoty works with any client that supports the Streamable HTTP transport and OAuth 2.1 authorization. Point it at https://mcp.upvoty.com — client registration, sign-in and token handling happen automatically.
The Model Context Protocol is an open standard that lets AI assistants securely use tools from other products. Connected to Upvoty, your assistant can work with the feedback, roadmap and changelog of the project you authorize — using only the scopes you approve.
Available on Upvoty plans that include API access. Tool calls count toward your monthly integration quota.