{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/logo.svg\" alt=\"aNotepad\" width=\"220\" />\n</p>\n\n<h1 align=\"center\">aNotepad MCP Server</h1>\n\n<p align=\"center\">\n  Connect your <a href=\"https://anotepad.com\">aNotepad</a> online notes to Claude, ChatGPT, and Cursor\n  through the <a href=\"https://modelcontextprotocol.io\">Model Context Protocol</a>.\n  Read, search, write, and organize your notes through natural conversation.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://anotepad.com/mcp-access\">Documentation</a> ·\n  <a href=\"https://anotepad.com\">anotepad.com</a> ·\n  <a href=\"mailto:support@anotepad.com\">Support</a>\n</p>\n\n---\n\n> **Note:** This is the public home for the aNotepad MCP server. aNotepad is a **remote, hosted** MCP\n> server — there's nothing to install or run. You connect your AI client straight to the hosted\n> endpoint below and sign in with your aNotepad account. The server source lives in the private\n> aNotepad codebase; this repo holds the registry manifest, docs, and branding.\n\n## Connection\n\n| | |\n|---|---|\n| **Endpoint** | `https://api.anotepad.com/mcp` |\n| **Transport** | Streamable HTTP |\n| **Auth** | OAuth 2.1 (PKCE) + Dynamic Client Registration (RFC 7591) — no API key setup |\n| **Required plan** | aNotepad **Pro** or **Max** |\n\n## Quick start\n\n1. Make sure your aNotepad account is on the **Pro** or **Max** plan.\n2. In your AI client's settings, add an MCP server with URL `https://api.anotepad.com/mcp`.\n3. The client opens a browser window to sign in to aNotepad and approve access.\n4. Ask things like *\"summarize my recipe collection\"* or *\"find the note where I saved that GitHub link.\"*\n\n### Client setup\n\n<details>\n<summary><strong>Claude Desktop</strong></summary>\n\n1. **Settings → Connectors** (or **Settings → Developer → Edit Config** on older versions).\n2. **Add custom connector**, paste `https://api.anotepad.com/mcp`.\n3. Sign in to aNotepad in the browser window and approve.\n4. The aNotepad tools appear under the connectors list.\n</details>\n\n<details>\n<summary><strong>ChatGPT</strong> (Plus / Pro / Team / Enterprise)</summary>\n\n1. Your name (bottom left) → **Settings → Connectors → Connect more**.\n2. **Add custom connector**, paste `https://api.anotepad.com/mcp`.\n3. Approve the OAuth flow.\n</details>\n\n<details>\n<summary><strong>Cursor</strong></summary>\n\n1. **Settings → MCP** → **Add new MCP server**.\n2. Transport **HTTP / SSE**, URL `https://api.anotepad.com/mcp`.\n3. Save, then sign in and approve in the browser window.\n</details>\n\n<details>\n<summary><strong>MCP Inspector</strong> (testing)</summary>\n\n```bash\nnpx @modelcontextprotocol/inspector\n```\nSet transport to **Streamable HTTP**, URL `https://api.anotepad.com/mcp`, then **Connect**.\n</details>\n\n## Tools\n\n22 tools across six groups.\n\n| Group | Tools |\n|---|---|\n| **Notes** | `list_notes`, `get_note`, `search_notes`, `create_note`, `update_note`, `delete_note` |\n| **Versions** | `list_note_versions`, `get_note_version`, `restore_note_version` |\n| **Export & email** | `get_note_download_url`, `email_note` |\n| **Collections** | `list_collections`, `create_collection`, `move_note_to_collection`, `delete_collection` |\n| **Comments** | `list_comments`, `list_recent_comments`, `create_comment`, `delete_comment` |\n| **Files & bookmarks** | `list_note_files`, `get_note_file_download_url`, `delete_note_file`, `list_bookmarks_in_note`, `add_bookmark`, `remove_bookmark` |\n\n## What's *not* exposed\n\nSome operations stay on the web app, by design:\n\n- **Setting note passwords** — removing a password is fine; setting a new value via AI is blocked (it would land in chat transcripts).\n- **File uploads** — AI can list, download, and delete attachments, but new uploads go through the web app.\n- **Account / billing changes** — plan changes, payment methods, etc. are web-app only.\n- **Creator wallet setup** — switching a note to `Paid` is supported, but the one-time wallet/email verification must be done in the web app first.\n\n## Privacy & security\n\n- The AI sees **only your own notes** and their comments — never other users' notes or your account/billing data.\n- Comments on public notes are wrapped in `<untrusted-comment>` markers in tool responses, signaling to the AI that the text is data, not instructions — a defense against prompt injection.\n- Destructive tools (delete, change access, send email) are marked destructive, so most clients require an extra approval prompt.\n- Note content and passwords are **never** written to server logs.\n\n## Rate limits\n\n| Plan | Tool calls / min | New notes / day | Emails / hour |\n|---|---|---|---|\n| Pro | 60 | 1,000 | 10 |\n| Max | 300 | 5,000 | 10 |\n\nLimits are per user, shared across all connected clients.\n\n## Links\n\n- 📖 Full documentation — https://anotepad.com/mcp-access\n- 🔌 REST API — https://anotepad.com/api-access\n- ✉️ Support — support@anotepad.com\n\n## License\n\nDocumentation and manifest in this repository are released under the [MIT License](LICENSE).\nThe hosted aNotepad service and its source code are proprietary.\n",
  "bytes": 4997,
  "sha": "e0b89e449a25e68d3c478271f0d8864a07ac447dd7ef27681cbcc4a6f54a1ea1",
  "repo_slug": "vannet/anotepad-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_anotepad_notes_ca013fd8/readme"
}