Why use it
You recorded a voice note about the feature spec. You had a call about the API changes. Instead of searching through apps, just ask Cursor to pull those notes in as context.
Letterly MCP connects to Cursor’s built-in MCP support, giving the AI access to your full library of voice notes — searchable, rewritable, and ready to use as context.
Setup
Option 1: Cursor Settings UI
- Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
- Navigate to Tools & MCP (called MCP in older versions)
- Click New MCP Server — Cursor opens your global
~/.cursor/mcp.json - Add the
letterlyentry shown in Option 2 below and save the file - Back in settings, toggle the server on and sign in to Letterly when prompted
Option 2: Config file
Create or edit ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project root:
{
"mcpServers": {
"letterly": {
"url": "https://mcp.letterly.app/mcp"
}
}
} Restart Cursor after adding the config. The OAuth sign-in will appear on first use.
Using Letterly in Cursor
Once connected, Letterly tools are available in Cursor’s chat. The AI can call them automatically when your prompt involves notes.
In Agent mode
Open the chat pane (Cmd+I / Ctrl+I), make sure Agent mode is selected, and type your request. Cursor will call Letterly tools as needed — including for multi-file tasks like generating code from your notes.
Try these prompts
Spec-driven development
Find my notes about the checkout flow redesign and implement the changes described there
Meeting follow-up
Search my notes for the backend meeting from yesterday and create tickets based on the action items
Quick context
What did I record about the authentication approach?
Capture while coding
Save a note: found a race condition in the payment webhook handler, need to add idempotency key check
Documentation from notes
Find all my notes about the onboarding flow and generate API documentation from them
Tips
- Use Agent mode. Cursor’s Agent mode works best with MCP tools — it can decide when to search your notes automatically.
- Project-level config. Put
.cursor/mcp.jsonin your repo so the whole team gets the connection. - Combine with codebase context. Ask Cursor to find your notes about a feature and use them alongside the existing code to generate improvements.
Requirements
- A Letterly account (free or paid)
- Cursor IDE installed (free plan supported)
Learn more
- Full technical reference — endpoint, tools, auth, scopes
- All MCP guides