Overview
Resonant includes a built-in Model Context Protocol (MCP) server. Once connected, your AI tools can search your dictations, query meeting transcripts, browse your journal, and access ambient context — all from natural language prompts. The MCP server starts automatically when Resonant launches. No additional setup is needed on the Resonant side.Prerequisites
- Resonant installed and running on your Mac (download)
- macOS 14+ on Apple Silicon (M1, M2, M3, M4)
- An MCP-compatible AI tool (Claude Code, Cursor, VS Code, Windsurf, etc.)
Claude Code (auto-discovery)
Claude Code auto-discovers Resonant’s MCP server. No configuration required.1
Install and open Resonant
2
Open Claude Code
3
Try a query
Ask: “What did I dictate today?”
search() or get_journal() in Claude’s responses.
Cursor (auto-discovery)
Cursor also auto-discovers Resonant’s MCP server when both are running.1
Install and open Resonant
2
Open Cursor
3
Try a query
In Cursor’s AI chat, ask: “Search my recent dictations for mentions of auth”
VS Code & other MCP clients (manual config)
For VS Code, Windsurf, and other MCP-compatible tools, add Resonant’s server to your MCP configuration:- VS Code:
.vscode/mcp.json - Windsurf:
~/.windsurf/mcp.json
Verifying the connection
To confirm the MCP server is working, ask your AI tool any of these:- “What Resonant tools are available?”
- “Show my recent voice activity”
- “What model is Resonant using?”
- “Search my dictations for [any keyword]”
Example queries
Troubleshooting
AI tool doesn't see Resonant's tools
AI tool doesn't see Resonant's tools
Make sure Resonant is running. The MCP server only starts when Resonant is active. Restart your AI tool after launching Resonant.
Queries return empty results
Queries return empty results
The MCP server queries your local voice workspace. If you just installed Resonant, use it for a day first — dictate, record a meeting, or capture some memos. The tools need data to search.
Manual config not working
Manual config not working
Verify the path to the MCP server binary exists:
/Applications/Resonant.app/Contents/Resources/mcp-server. If Resonant is installed elsewhere, adjust the path.Next steps
MCP Tool Reference
Full documentation for all 11 MCP tools with parameters and examples.
Dictation
Learn about voice models, formatting, and dictation settings.