mindpad
Save encrypted notes to your mindpad account
Overview
The mindpad MCP server lets you save notes directly from AI assistants like Claude Desktop and Cursor — without leaving your workflow.
Your notes are encrypted on our servers — we never store them in plain text.
Setup
- Generate a Personal Access Token
Go to mindpad → Account Settings → API and generate a Personal Access Token (PAT). Copy it — it’s only shown once. - Add to your AI assistant
Add the following to your MCP client config:
{
"mcpServers": {
"mindpad": {
"command": "npx",
"args": ["-y", "@mindpad/mcp"],
"env": {
"MINDPAD_PAT": "your-pat-here"
}
}
}
}
- Restart your AI assistant
Your assistant will now have access to the mindpad tools.
Usage
Just talk naturally — your assistant will save notes when you ask:
- “Save a note about today’s meeting”
- “Jot this down: pick up groceries !errand”
- “Remember that the API key expires on Friday !work”
Tags can be added inline using !tagname.
Tools
save_note
Saves a note to your mindpad account.
| Parameter | Type | Required | Description |
|---|---|---|---|
| content | string | Yes | The note content in markdown. Use !tagname to add tags inline. |
Authentication
The MCP server authenticates using a Personal Access Token (PAT) passed via the MINDPAD_PAT environment variable. The token is sent as a Bearer token to the mindpad API on every request.
Keep your PAT secret. Anyone with access to it can save notes to your account. You can revoke tokens at any time from [mindpad](https://www.mindpad.eu?utm\_source=docs) → Account Settings → API.
Privacy
The MCP server forwards the note content you provide to the mindpad API.
When using the web app, notes are encrypted client-side before being sent to the server. When using the API (including via MCP), notes are encrypted server-side before storage.
The AI assistant never has access to your existing notes or your encryption key. It can only save new content that you explicitly instruct it to create.
Server Terkait
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Rednote MCP
An automated tool for searching and commenting on the social media platform Xiaohongshu (Rednote) using Playwright.
Agent Billy
MCP server that gives AI agents and teams secure, role-based access to Stripe billing operations — customer lookups, subscription management, refunds, invoice history — without exposing Stripe dashboard credentials. Sub-100ms reads via local Stripe sync engine. 4 permission levels with audit logging. $14.99/month.
Atlassian MCP Client
An MCP client for integrating with Atlassian tools like Jira and Confluence using OAuth authentication.
Fathom AI
Access fathom ai api endpoints via mcp server and llm.
OneNote MCP
An MCP server for Microsoft OneNote that supports personal notebooks and caches credentials for authentication.
mermaid-live-mcp
An MCP server that generates live Mermaid diagrams from any AI assistant.
Notion MCP Server
An MCP server for the Notion API, allowing language models to interact with Notion workspaces.
Follow Up Boss MCP Server
157-tool MCP server for Follow Up Boss CRM covering contacts, deals, pipeline, tasks, emails, smart lists, action plans, and webhooks.
Pandoc
A server for converting document formats using Pandoc.
Intelligent Form Collection Server
An intelligent form collection server for conflict mediation, integrating with large model platforms like Cursor and Dify via the MCP protocol.