Spote exposes a built-in MCP (Model Context Protocol) server that lets AI agents like Claude read and write your notes without you leaving the conversation. Once connected, you can tell your agent to save a summary, search for a past decision, or list your recent notes — all through natural language.Documentation Index
Fetch the complete documentation index at: https://docs.spote.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Generate a Personal Access Token
You need a Personal Access Token (PAT) to authenticate your AI agent.- Open Settings in the Spote app.
- Go to Tokens and click Create new token.
- Give the token a label so you can identify it later — for example,
Claude Desktop. - Click Create. Your token appears once in the format
spote_<32 hex chars>.
Step 2: Configure your AI tool
- Claude Desktop
- Other MCP clients
Open your Claude Desktop configuration file and add a new entry under Restart Claude Desktop after saving the file. Spote uses the
mcpServers. Replace spote_YOUR_TOKEN_HERE with the token you just copied./sse endpoint for Server-Sent Events transport. If your client prefers HTTP streaming, use /mcp instead.Step 3: Test the connection
After saving your configuration and restarting your AI tool, start a new conversation and ask:- “List my recent notes in Spote.”
- “Save a note to Spote titled ‘Test connection’.”