Feedback Synthesis MCP
Rank #29,222io.github.sapph1re/feedback-synthesis-mcp
Synthesize GitHub Issues, HN and App Store reviews into ranked pain clusters. Pay-per-call x402.
Feedback Synthesis MCP is a Model Context Protocol (MCP) server published by sapph1re. It ranks #29,222 of 115,591 servers tracked on MCP Toplist. Feedback Synthesis MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 86,369 of 115,591 servers on MCP Toplist.
Use Feedback Synthesis MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http feedback-synthesis-mcp https://feedback-synthesis-mcp-production.up.railway.app/mcpclaude mcp add feedback-synthesis-mcp -e "EVM_PRIVATE_KEY=<your EVM_PRIVATE_KEY>" -- uvx feedback-synthesis-mcpReplace each placeholder with your own value before saving.
[mcp_servers.feedback-synthesis-mcp]
url = "https://feedback-synthesis-mcp-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.feedback-synthesis-mcp]
command = "uvx"
args = ["feedback-synthesis-mcp"]
[mcp_servers.feedback-synthesis-mcp.env]
EVM_PRIVATE_KEY = "<your EVM_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://feedback-synthesis-mcp-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"feedback-synthesis-mcp": {
"command": "uvx",
"args": [
"feedback-synthesis-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedback-synthesis-mcp": {
"url": "https://feedback-synthesis-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"feedback-synthesis-mcp": {
"command": "uvx",
"args": [
"feedback-synthesis-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"feedback-synthesis-mcp": {
"type": "http",
"url": "https://feedback-synthesis-mcp-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"feedback-synthesis-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"feedback-synthesis-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedback-synthesis-mcp": {
"serverUrl": "https://feedback-synthesis-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"feedback-synthesis-mcp": {
"command": "uvx",
"args": [
"feedback-synthesis-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedback-synthesis-mcp": {
"url": "https://feedback-synthesis-mcp-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"feedback-synthesis-mcp": {
"command": "uvx",
"args": [
"feedback-synthesis-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sapph1re%2Ffeedback-synthesis-mcp)<a href="https://mcptoplist.com/server/io.github.sapph1re%2Ffeedback-synthesis-mcp"><img src="https://mcptoplist.com/badge/io.github.sapph1re%2Ffeedback-synthesis-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
sapph1re
Other servers by sapph1re
View all sapph1re servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Aug 19, 2026 |
| 0.1.1 | Apr 11, 2026 |
| 0.1.0 | Apr 3, 2026 |
Frequently asked questions
- Who maintains Feedback Synthesis MCP?
- Feedback Synthesis MCP is maintained by sapph1re, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Feedback Synthesis MCP listed on the Official MCP Registry?
- Yes — Feedback Synthesis MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Feedback Synthesis MCP have?
- MCP Toplist tracks 3 versions of Feedback Synthesis MCP, most recently published on Aug 19, 2026.
- Where can I find the source code for Feedback Synthesis MCP?
- The source code for Feedback Synthesis MCP is hosted at github.com/sapph1re/feedback-synthesis-mcp.