Model Context Protocol
Wisprs MCP Server
Give Claude, ChatGPT, Cursor or any MCP host the ability to transcribe audio and video, fetch transcripts, export subtitles, summarize and search your library. Server endpoint: https://wisprs.co/api/mcp (Bearer API key). Package: @wisprs/mcp.
Drop the Wisprs MCP server into Claude Desktop, Cursor, or any MCP-compatible AI host. It exposes voice-processing tools your AI agent can call directly — transcribe, search, export, and repurpose without writing a single line of integration code.
Install
Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Restart Claude Desktop. You'll see the Wisprs tools available in the tool selector.
Add to Cursor
Open Cursor → Settings → MCP and add the same server config above.
Available tools
Example Claude prompt
Key requirements
- Your API key must have scopes matching the tools you want to expose. The MCP server passes the key through to the API unchanged.
- The server runs locally via
stdiotransport — your key never leaves your machine. - Jobs run on Wisprs infrastructure as usual — the MCP server is just a thin proxy.
Run without install (npx)
FAQ
Which MCP clients are supported?
Any client that implements the MCP spec via stdio transport. Tested with Claude Desktop (macOS and Windows) and Cursor. Other compatible clients include Windsurf, Zed, and any MCP-enabled VS Code extension.
Does the MCP server send my API key anywhere?
No. The server runs locally on your machine via stdio — your key is passed directly to the Wisprs API over HTTPS and never leaves your machine through any third party.
What scopes does my API key need?
The server uses whichever tools you expose, so the key needs scopes matching those tools. For full access: media:ingest, transcriptions:read, exports:read, repurpose:run, library:search, and webhooks:manage. Restrict scopes if you only use a subset.