
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
MCP server for Crixin Voice AI - Use voice assistants from Claude Desktop & Claude Code
MCP (Model Context Protocol) server for Crixin Voice AI. Use voice assistants directly from Claude Desktop or Claude Code.
npm install -g crixin-mcp
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"
}
}
}
}
The Crixin tools will now be available in Claude.
| Tool | Description |
|---|---|
crixin_list_assistants | List all your voice assistants |
crixin_create_assistant | Create a new voice assistant |
crixin_get_assistant | Get assistant details |
crixin_update_assistant | Update assistant configuration |
crixin_delete_assistant | Delete an assistant |
| Tool | Description |
|---|---|
crixin_list_phone_numbers | List all provisioned phone numbers |
crixin_provision_phone_number | Provision a new phone number via Twilio |
crixin_get_phone_number | Get phone number details |
crixin_release_phone_number | Release a phone number |
| Tool | Description |
|---|---|
crixin_list_calls | List recent calls |
crixin_get_call | Get call details |
crixin_get_transcript | Get call transcript |
crixin_check_usage | Check usage and billing |
Once configured, you can ask Claude things like:
| Variable | Required | Description |
|---|---|---|
CRIXIN_API_KEY | Yes | Your Crixin API key |
CRIXIN_API_URL | No | API base URL (default: https://crixin.com/api/v1) |
MIT
FAQs
MCP server for Crixin Voice AI - Use voice assistants from Claude Desktop & Claude Code
The npm package crixin-mcp receives a total of 0 weekly downloads. As such, crixin-mcp popularity was classified as not popular.
We found that crixin-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.