Unofficial MCP server to enable AI agents to call tools that utilize the VWO API and empower them will skills to know how to use them.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unofficial-vwo-mcp-s": {
"command": "npx",
"args": [
"-y",
"nextafter-michael/unofficial-vwo-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add unofficial-vwo-mcp-s npx -y nextafter-michael/unofficial-vwo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unofficial-vwo-mcp-s": {
"command": "npx",
"args": [
"-y",
"nextafter-michael/unofficial-vwo-mcp-server"
]
}
}
}