Melt MCP server — value-leak discovery and lead capture for Claude, Cursor, and any MCP-compatible agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"melt-mcp-server": {
"command": "npx",
"args": [
"-y",
"melt-ai/melt-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add melt-mcp-server npx -y melt-ai/melt-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"melt-mcp-server": {
"command": "npx",
"args": [
"-y",
"melt-ai/melt-mcp-server"
]
}
}
}