Aryan ®
10/03/2025, 7:31 PMVapi Support Bot
10/03/2025, 7:32 PMjs
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
const mcpClient = new Client({ name: 'vapi-client', version: '1.0.0' });
await mcpClient.connect(/* your transport config */);
const tools = await mcpClient.listTools();
console.log(tools);
Replace the transport config with your MCP server details. This lets you list and test MCP tools directly.
Source:
- [Vapi MCP Server Documentation](https://docs.vapi.ai/sdk/mcp-server)Vapi Support Bot
10/04/2025, 12:05 AMAryan ®
10/04/2025, 8:38 PMGIDEON
10/05/2025, 9:05 AMAryan ®
10/05/2025, 1:21 PMVapi Support Bot
10/05/2025, 7:10 PMChiranjeet Mishra
10/06/2025, 8:12 PMGIDEON
10/07/2025, 4:21 PMChiranjeet Mishra
10/08/2025, 7:16 PM