Atoms MCP Server

Atoms MCP Server

Manage agents, debug calls, and view analytics for the Atoms voice AI platform directly from your IDE.

Category
Visit Server

README

Atoms MCP Server

MCP server for the Atoms voice AI platform. Manage agents, debug calls, view analytics — directly from your IDE.

Quick start

Option A: One-line installer (no dependencies)

curl -fsSL https://raw.githubusercontent.com/aryasmol/atoms-mcp-server/main/install.sh | bash

Downloads a standalone binary, prompts for your API key, and configures Cursor + Claude Desktop automatically.

Option B: npm

Requires Node.js 18+. Add this to your MCP config (~/.cursor/mcp.json for Cursor, claude_desktop_config.json for Claude Desktop):

{
  "mcpServers": {
    "atoms": {
      "command": "npx",
      "args": ["-y", "@developer-smallestai/atoms-mcp-server"],
      "env": {
        "ATOMS_API_KEY": "sk_your_key_here"
      }
    }
  }
}

Option C: One prompt

Open a chat in Cursor or Claude Desktop and type:

Set up the Atoms MCP server for me.
The npm package is @developer-smallestai/atoms-mcp-server.
My API key is: sk_paste_your_key_here

Verify

Reload your editor, then type: "List all my agents"


Available tools

Read

Tool Description
get_call_logs Query call logs with filters for status, type, date range, agent name, or phone number
debug_call Deep-dive into a single call — full transcript, errors, timing, cost breakdown, post-call analytics
get_agents List agents with their configuration, voice, LLM model, and call stats
get_usage_stats Usage statistics — total calls, duration, costs, status breakdown
get_campaigns List outbound calling campaigns with status and progress
get_phone_numbers List phone numbers owned by your organization

Write

Tool Description
create_agent Create a new AI voice agent
update_agent_prompt Update an agent's system prompt / instructions
update_agent_config Update agent settings — name, language, voice, first message, etc.
delete_agent Archive (soft-delete) an agent

Act

Tool Description
make_call Initiate an outbound phone call using a specific agent

Resources

Resource URI Description
Platform Overview atoms://docs/platform-overview Key concepts, call types, statuses, and cost breakdown

Environment variables

Variable Required Default Description
ATOMS_API_KEY Yes Your Atoms API key
ATOMS_API_URL No https://atoms-api.smallest.ai/api/v1 Override the API base URL

Development

npm install
npm run dev    # run with tsx
npm run build  # bundle to dist/

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured