Server Running
{ "mcpServers": { "vapi-mcp": { "command": "npx", "args": [ "mcp-remote", "https://mcp.vapi.ai/mcp", "--header", "Authorization: Bearer ${VAPI_TOKEN}" ], "env": { "VAPI_TOKEN": "YOUR_VAPI_API_KEY" } } } }
{ "mcpServers": { "vapi-sse": { "command": "npx", "args": [ "mcp-remote", "https://mcp.vapi.ai/sse", "--header", "Authorization: Bearer ${VAPI_TOKEN}" ], "env": { "VAPI_TOKEN": "YOUR_VAPI_API_KEY" } } } }