Skip to main content
The MCP server exposes every v3 API operation as a Model Context Protocol tool, so AI clients (Claude Desktop, Cursor, Claude Code, …) can manage assistants, contacts, calls, knowledge bases, and more on your behalf.

Add it to your MCP client

Most clients are configured with a JSON file. Point the command at npx so it always runs the latest published version:

Environment

Auth is applied on the underlying HTTP client, so it reaches every tool call. The server communicates over stdio and registers one tool per operation (e.g. listAssistants, createContact, createCall).
Run it directly to sanity-check your env: ASSISTABLE_API_KEY=ask_live_… npx -y @assistableai/mcp. It exits with an error if the key is missing.