bobatitan99
08/24/2025, 12:09 AMChiranjeet Mishra
08/24/2025, 12:09 AMChiranjeet Mishra
08/27/2025, 4:31 AMjson
{
"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"
}
}
}
}
Replace YOUR_VAPI_API_KEY with your actual API key.
3. **Server URL**: Ensure your MCP server URL (https://mcp.vapi.ai/mcp) is correct and accessible from your network environment.
4. **Network Access**: Verify that there are no firewall or network restrictions blocking access to the https://mcp.vapi.ai/mcp endpoint.
5. **Protocol and Headers**: If you are using custom headers or a specific protocol, ensure they are correctly configured in your tool settings.
Refer to the [Model Context Protocol (MCP) Integration](https://docs.vapi.ai/tools/mcp) documentation for additional details on setup and configuration.
If the problem persists after these checks, more detailed logs or error messages might be necessary to diagnose further.