New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

crixin-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crixin-mcp

MCP server for Crixin Voice AI - Use voice assistants from Claude Desktop & Claude Code

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

crixin-mcp

MCP (Model Context Protocol) server for Crixin Voice AI. Use voice assistants directly from Claude Desktop or Claude Code.

Installation

npm install -g crixin-mcp

Setup

1. Get Your API Key

  • Go to crixin.com/dashboard/developers
  • Create a new API key
  • Copy the key (you'll only see it once)

2. Configure Claude Desktop

Add to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "crixin": {
      "command": "npx",
      "args": ["crixin-mcp"],
      "env": {
        "CRIXIN_API_KEY": "crx_live_your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

The Crixin tools will now be available in Claude.

Available Tools

Assistant Management

ToolDescription
crixin_list_assistantsList all your voice assistants
crixin_create_assistantCreate a new voice assistant
crixin_get_assistantGet assistant details
crixin_update_assistantUpdate assistant configuration
crixin_delete_assistantDelete an assistant

Phone Number Management

ToolDescription
crixin_list_phone_numbersList all provisioned phone numbers
crixin_provision_phone_numberProvision a new phone number via Twilio
crixin_get_phone_numberGet phone number details
crixin_release_phone_numberRelease a phone number

Calls & Usage

ToolDescription
crixin_list_callsList recent calls
crixin_get_callGet call details
crixin_get_transcriptGet call transcript
crixin_check_usageCheck usage and billing

Example Usage in Claude

Once configured, you can ask Claude things like:

  • "List my Crixin assistants"
  • "Create a new assistant called 'Support Bot' that's friendly and helpful"
  • "Provision a phone number in area code 415 and assign it to my assistant"
  • "Show me all my phone numbers"
  • "Show me the last 10 calls"
  • "Get the transcript for call xyz"
  • "How many minutes have I used this month?"

Environment Variables

VariableRequiredDescription
CRIXIN_API_KEYYesYour Crixin API key
CRIXIN_API_URLNoAPI base URL (default: https://crixin.com/api/v1)

License

MIT

Keywords

mcp

FAQs

Package last updated on 20 Dec 2025

Related posts