Smallest MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Smallest MCP ServerList all my agents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Smallest MCP Server
MCP server for the Smallest AI platform. Manage agents, debug calls, view analytics — directly from your IDE.
Quick start
Option A: npm (recommended)
Requires Node.js 18+. Add this to your MCP config (~/.cursor/mcp.json for Cursor, claude_desktop_config.json for Claude Desktop):
{
"mcpServers": {
"smallest": {
"command": "npx",
"args": ["-y", "@developer-smallestai/smallest-mcp-server"],
"env": {
"ATOMS_API_KEY": "sk_your_key_here"
}
}
}
}Auto-updates to the latest version every time your editor restarts.
Option B: One-line installer (no dependencies)
Mac / Linux:
curl -fsSL https://raw.githubusercontent.com/smallest-inc/mcp-server/main/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/smallest-inc/mcp-server/main/install.ps1 | iexDownloads a standalone binary, prompts for your API key, and configures Cursor + Claude Desktop automatically. Re-run to update.
Option C: One prompt
Open a chat in Cursor or Claude Desktop and type:
Set up the Smallest MCP server for me.
The npm package is @developer-smallestai/smallest-mcp-server.
My API key is: sk_paste_your_key_hereVerify
Reload your editor, then type: "List all my agents"
Available tools
Read
Tool | Description |
| Search and list calls with filters for status, type, date range, agent, phone number |
| Get detailed info about a single call — status, transcript, errors, analytics, latency |
| List agents with their configuration, voice, LLM model, and call stats |
| Get full details for a single agent |
| Read an agent's current system prompt and tools |
| Usage statistics — total calls, duration, costs, status breakdown |
| List outbound calling campaigns with status and progress |
| List phone numbers owned by your organization |
| List available voices with gender, language, and model filters |
Write
Tool | Description |
| Create a new AI voice agent |
| Update an agent's system prompt / instructions |
| Update agent settings — name, language, voice, first message, etc. |
| Archive (soft-delete) or unarchive an agent |
| Publish or discard a draft on a versioned agent |
Act
Tool | Description |
| Initiate an outbound phone call using a specific agent |
Resources
Resource | URI | Description |
Platform Overview |
| Key concepts, call types, statuses, and cost breakdown |
Environment variables
Variable | Required | Description |
| Yes | Your Smallest AI API key |
Development
npm install
npm run dev # run with tsx
npm run build # bundle to dist/Releases
Merging to main automatically publishes a new version to npm and GitHub Releases.
Version bumps are automatic based on commit messages:
Commit message contains | Bump | Example |
| minor (0.2.0 → 0.3.0) |
|
| major (0.2.0 → 1.0.0) |
|
Anything else | patch (0.2.0 → 0.2.1) |
|
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smallest-inc/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server