The Mise MCP server is an npm package that runs locally and connects your AI assistant to your Mise call corpus. Once configured, your assistant can query calls, fetch replay bundles, and inspect defect signatures without leaving the chat.Documentation Index
Fetch the complete documentation index at: https://docs.sf-voice.sh/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you start, you need:- A Mise account in private alpha. Request access if you do not have one yet.
- An AI assistant that supports MCP: Claude Desktop, Cursor, or Cline.
- Node.js 18 or later installed on your machine (
node --versionto check). - Your Mise API key (see Finding your API key below).
MCP server credentials are issued after alpha access is granted. If your account is active but you do not see an API key in Settings, contact your Mise onboarding contact.
Finding your API key
Your API key is in the Mise dashboard under Settings → API Keys. Click New key, name it (e.g.mcp-local), and copy the value. You will not be able to view it again after leaving the page.
Setup instructions
- Claude Desktop
- Cursor
- Cline
Claude Desktop is the primary supported client for the Mise MCP server.
Open your Claude Desktop config file
The config file is at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the Mise server
Add a Replace
mcpServers entry for Mise. If you already have other servers configured, add "mise" alongside them.claude_desktop_config.json
your-api-key-here with your actual API key.Restart Claude Desktop
Quit and relaunch Claude Desktop. The Mise tools will appear in the tool list when you start a new conversation.
Environment variable reference
| Variable | Required | Description |
|---|---|---|
MISE_API_KEY | Yes | Your Mise API key from Settings → API Keys. |
MISE_PROJECT_ID | No | Scopes all queries to a single project. Useful if your account has multiple voice stacks. |