The AI Web — Wave 00. Pizza MCP server, Bland.ai voice connector, A2A surface.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aiweb": {
"command": "npx",
"args": [
"-y",
"cygaco/aiweb"
]
}
}
}
Run in terminal:
claude mcp add aiweb npx -y cygaco/aiweb
Add to .cursor/mcp.json:
{
"mcpServers": {
"aiweb": {
"command": "npx",
"args": [
"-y",
"cygaco/aiweb"
]
}
}
}