Voiceflow MCP Client
@voiceflow-gallagan
关于 Voiceflow MCP Client
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"voiceflow-mcp-server-client": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-client",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Voiceflow MCP Client?
A Node.js client for the Model Context Protocol (MCP) that integrates with remote MCP servers to provide tools for your Voiceflow Agent.
How to use Voiceflow MCP Client?
Install Node.js 20+, clone the repository with submodules, install dependencies, build MCP servers, set up a .env file with required keys, configure servers-config.json, then run npm start to start the API server on the configured port.
Key features of Voiceflow MCP Client
- Support for multiple remote MCP servers via HTTP transport
- Tool discovery and integration with Claude AI
- Dynamic server configuration (Zapier) through environment variables
- Automatic error handling and retries
- Docker support with health check and volume mounting
- Command-based and environment-variable-substituted server configuration
Use cases of Voiceflow MCP Client
- Building Voiceflow agents that can search the web via Brave Search
- Integrating Google Calendar management into a Voiceflow agent
- Combining weather data lookups with conversational AI
- Using Playwright for headless web browsing within a Voiceflow agent
- Automating workflows by connecting to Zapier MCP server
FAQ from Voiceflow MCP Client
What is the Model Context Protocol (MCP)?
MCP is a protocol that allows AI agents to discover and invoke tools from remote servers. This client connects to MCP servers and makes their tools available to a Voiceflow agent via Claude AI.
What are the prerequisites to run the client?
Node.js 20.x or higher and npm are required. For Google Calendar, OAuth 2.0 credentials from Google Cloud Console are needed. An Anthropic API key and a Brave Search API key are also required.
How do I configure Google Calendar integration?
Set the GCP_SAVED_TOKENS and GCP_OAUTH_KEYS environment variables with the full JSON objects from the OAuth flow and client configuration file.
Can I add other MCP servers dynamically?
Dynamic server configuration via environment variables is currently only available for the Zapier server using ZAPIER_MCP_URL. Other servers are configured in servers-config.json.
How do I run the client with Docker?
Build the image with docker build -t mcp-client . and run with docker run -p 3000:3000 --env-file .env --name mcp-client mcp-client. A health check endpoint is available at /health.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论