🤖

server

One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.

RUN IN TERMINAL
claude mcp add aicallmcp-server -- npx -y @callmcp/server
ADD TO claude_desktop_config.json
{ "mcpServers": { "aicallmcp-server": { "command": "npx", "args": ["-y", "@callmcp/server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "aicallmcp-server": { "command": "npx", "args": ["-y", "@callmcp/server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "aicallmcp-server": { "command": "npx", "args": ["-y", "@callmcp/server"] } } }

About This MCP Server

The ai.callmcp/server is a Model Context Protocol server that enables connections to various call providers, allowing for hosted, local, or bring your own key (BYOK) telephony setups. This server can be used by developers to integrate telephony capabilities into their applications, providing a standardized interface for managing calls. Developers would reach for this tool when building applications that require telephony functionality, such as voice assistants or automated call systems, and need a flexible and scalable solution.

One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with ai & machine learning capabilities via the stdio transport.

Package

@callmcp/server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The server server extends your AI assistant with ai & machine learning capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/aicallmcp-server.svg)](https://skillsplayground.com/mcps/aicallmcp-server/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.