Server not showing up
Did you reload Cursor?
Did you reload Cursor?
After editing
~/.cursor/mcp.json, you need to reload:Cmd+Shift+P → Developer: Reload WindowFor Claude Desktop, fully quit and reopen the app.Is your JSON valid?
Is your JSON valid?
A missing comma or bracket will silently break the config. Paste your
mcp.json into jsonlint.com to validate.Common mistakes:- Trailing comma after the last entry
- Missing closing brace
} - Using single quotes instead of double quotes
Using the installer? Check the binary exists
Using the installer? Check the binary exists
If you used the one-line installer, verify the binary is in place:If not, re-run the installer:
Using npm? Check Node.js is installed
Using npm? Check Node.js is installed
The npm method requires Node.js 18+. Check with:If not installed, download from nodejs.org, or use the one-line installer instead (no Node.js needed).
API key errors
Invalid or revoked API key
Invalid or revoked API key
Your
ATOMS_API_KEY is either incorrect or has been revoked.Open console.smallest.ai → API Keys
No organizations found
No organizations found
Your API key is valid but isn’t linked to an organization. This usually means the account was just created. Ask your team admin to add you to the org.
Tools not being called
In Cursor, make sure you’re in Agent mode (not Ask mode). Ask mode is read-only and won’t trigger tools.
Calls not going through
When usingmake_call, check these:
| Requirement | Example |
|---|---|
| Phone number in E.164 format | +14155551234 (with + and country code) |
| Agent exists and is not archived | Check with List all my agents |
| Org has a phone number assigned | Check with List all phone numbers |

