The Model Context Protocol (MCP) is an open standard for letting AI assistants read from external data sources. Hyprcore ships an MCP server so Claude Desktop, Cursor, and any other MCP-aware tool can search and read your meetings directly.Documentation Index
Fetch the complete documentation index at: https://docs.hyprcore.ai/llms.txt
Use this file to discover all available pages before exploring further.
MCP requires a Pro or Team plan. Free accounts don’t get MCP access yet.
What it does
Once configured, your assistant can:- Search your meetings by keyword or by meaning.
- Read meeting transcripts in full.
- Read meeting summaries and action items.
- List recent meetings to ground a follow-up question.
Set it up
Claude Desktop
Generate a token
Click Generate access token. Hyprcore creates a token scoped to your knowledge base.
Copy the config snippet
Hyprcore displays a JSON snippet for your Claude Desktop config. It looks like:
Paste it into Claude Desktop's config
On macOS, the config file is at
~/Library/Application Support/Claude/claude_desktop_config.json. Add the hyprcore entry under mcpServers.Cursor
Cursor uses the same MCP standard. Open Cursor settings → MCP servers → add a new server with the samenpx -y @hyprcore/mcp-server command and the token from Hyprcore.
Other clients
Any tool that supports MCP servers will work. The package is@hyprcore/mcp-server on npm. Pass HYPRCORE_TOKEN as an environment variable.
What the assistant can see
- All meetings in your vault (titles, summaries, transcripts).
- All notes.
- Folder structure.
- Modify your vault.
- See dictation history.
- Access settings, account info, or audio files.

