by paulotaylor
Voyp MCP server enables AI systems like Claude to make and manage phone calls, integrating AI with real-world communication.
The Voyp Model Context Protocol (MCP) server is an open-standard solution that allows Artificial Intelligence systems, such as Anthropic's Claude, to seamlessly interact with real-world communication channels, specifically phone calls. It extends AI capabilities by enabling them to initiate, monitor, and manage phone calls, bridging the gap between AI models and practical communication tasks.
To use the Voyp MCP server, you need a Voyp API key (with credits), a compatible AI client like Claude Desktop or Goose, and Node.js (v20 or higher). Installation can be done via Smithery, NPX, or by cloning the Git repository. After installation, you need to configure your AI client (e.g., Claude Desktop) by adding the Voyp MCP server configuration, including your Voyp API key. Once configured, restart your AI client to enable the new functionalities.
Q: What are the prerequisites for using Voyp? A: You need a Voyp API key (with credits), Claude Desktop or Goose, Node.js (v20 or higher), and Git (if using Git installation).
Q: How do I install Voyp MCP server?
A: You can install it via Smithery, NPX, or by cloning the Git repository and running npm install
and npm run build
.
Q: How do I configure Claude Desktop with Voyp MCP server?
A: You need to create or modify the claude_desktop_config.json
file in your Claude application support directory and add the Voyp MCP server configuration with your API key.
Q: What should I do if I encounter "Server Not Found" issues? A: Verify npm and Node.js installations, check Claude Desktop configuration syntax, and ensure Node.js is properly installed.
Q: How do I resolve NPX related issues?
A: You might need to use the full path to the npx executable in your configuration, which can be found by running which npx
.
Q: What if I have API Key Issues? A: Confirm your Voyp API key is valid, correctly set in the config, and free of extra spaces or quotes.
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
Developed by Anthropic, the Model Context Protocol (MCP) enables AI assistants like Claude to seamlessly integrate with VOYP's calling capabilities. This integration provides AI models with possibility of making phone calls and monitor their progress.
The Voyp MCP server allows you to:
Before you use Voyp, you need:
node --version
brew install git
sudo apt install git
sudo yum install git
To install the voyp-mcp server you will need to add the extension manually.
Voyp + Goose Demo:
To install the voyp-mcp server, you can use the following methods:
To install Voyp Model Context Protocol server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @paulotaylor/voyp-mcp --client claude
npx -y voyp-mcp@0.1.0
Although you can launch a server on its own, it's not particularly helpful in isolation. Instead, you should integrate it into an MCP client. Below is an example of how to configure the Claude Desktop app to work with the voyp-mcp server.
# Create the config file if it doesn't exist
touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Opens the config file in TextEdit
open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Alternative method using Visual Studio Code (requires VS Code to be installed)
code "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
code %APPDATA%\Claude\claude_desktop_config.json
Replace your-VOYP-api-key
with your actual VOYP API key.
{
"mcpServers": {
"voyp-mcp": {
"command": "npx",
"args": ["-y", "voyp-mcp"],
"env": {
"VOYP_API_KEY": "your-VOYP-api-key"
}
}
}
}
git clone https://github.com/paulotaylor/voyp-mcp.git
cd voyp-mcp
npm install
npm run build
Follow the configuration steps outlined in the Configuring the Claude Desktop app section above, using the below JSON configuration.
Replace your-VOYP-api-key-here
with your actual VOYP API key and /path/to/voyp-mcp
with the actual path where you cloned the repository on your system.
{
"mcpServers": {
"voyp": {
"command": "npx",
"args": ["/path/to/voyp-mcp/build/index.js"],
"env": {
"VOYP_API_KEY": "your-VOYP-api-key"
}
}
}
}
Once the installation is complete, and the Claude desktop app is configured, you must completely close and re-open the Claude desktop app to see the voyp-mcp server. You should see a hammer icon in the bottom left of the app, indicating available MCP tools, you can click on the hammer icon to see more details on the start_call and hangup_call tools.
Now claude will have complete access to the voyp-mcp server, including the start_call and hangup_call tools.
Voyp + Claude Desktop Demo:
Server Not Found
npm --verison
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
node --version
NPX related issues
npx
, you may need to use the full path to the npx executable instead.which npx
in your terminal, then replace the "command": "npx"
line with "command": "/full/path/to/npx"
in your configuration.Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.