Wine pairing MCP server for AI assistants — Claude, Cursor, Windsurf. Powered by SommelierX Wine DNA algorithm. Supports API key and x402 (USDC on Base) payment.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"rogertheunissenmerge-oss/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y rogertheunissenmerge-oss/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"rogertheunissenmerge-oss/mcp-server"
]
}
}
}
📋 Copy