Upvoty

Welcome to the Upvoty MCP Server

Connect AI assistants to your feedback boards, roadmap and changelog

Get started

1

Add this URL to your AI client

2

Sign in and pick a project

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.

Set up your client

Claude — Desktop and claude.ai

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.

Claude Code

Run this in your terminal, then use /mcp inside Claude Code to sign in:

claude mcp add --transport http upvoty https://mcp.upvoty.com
Cursor

Add to Cursor

Or add it manually under Settings → Tools & MCP → New MCP server:

{
  "mcpServers": {
    "upvoty": { "url": "https://mcp.upvoty.com" }
  }
}
Visual Studio Code

Add to VS Code

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" }
  }
}
Any other MCP client

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.

What is MCP?

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.