Atoms Server
БесплатноНе проверенManage agents, debug calls, and view analytics for the Atoms voice AI platform directly from your IDE.
Описание
Manage agents, debug calls, and view analytics for the Atoms voice AI platform directly from your IDE.
README
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
Установка Atoms Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aryasmol/atoms-mcp-serverFAQ
Atoms Server MCP бесплатный?
Да, Atoms Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Atoms Server?
Нет, Atoms Server работает без API-ключей и переменных окружения.
Atoms Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Atoms Server в Claude Desktop, Claude Code или Cursor?
Открой Atoms Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Atoms Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
