PluginBench
MCP Server

Feedback Synthesis MCP MCP Server

io.github.sapph1re/feedback-synthesis-mcp

What is the Feedback Synthesis MCP MCP server?

Synthesize GitHub Issues, HN and App Store reviews into ranked pain clusters. Pay-per-call x402.

How to install Feedback Synthesis MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EVM_PRIVATE_KEY
    secret

    EVM wallet private key for x402 micropayment signing (any wallet with USDC on Base mainnet)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feedback-synthesis-mcp": {
      "command": "uvx",
      "args": [
        "feedback-synthesis-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "feedback-synthesis-mcp": {
      "command": "uvx",
      "args": [
        "feedback-synthesis-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "feedback-synthesis-mcp": {
      "command": "uvx",
      "args": [
        "feedback-synthesis-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "feedback-synthesis-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "feedback-synthesis-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add feedback-synthesis-mcp --env EVM_PRIVATE_KEY=<YOUR_EVM_PRIVATE_KEY> -- uvx feedback-synthesis-mcp

Related MCP servers

Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call.

View repository →

Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

View repository →