Mcp Servers & Tools A/B Testing And Conversion Optimization — professional-grade functionality with zero code. Your time is worth more than the asking price.
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": {
"bea78696-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/bea78696-mcp-servers-tools-ab-testin"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bea78696-mcp-servers npx -y ncreighton/bea78696-mcp-servers-tools-ab-testin
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bea78696-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/bea78696-mcp-servers-tools-ab-testin"
]
}
}
}
📋 Copy