aNotepad MCP Server
Connects AI assistants to aNotepad online notes for reading, searching, writing, and organizing notes through natural conversation.
README
<p align="center"> <img src="assets/logo.svg" alt="aNotepad" width="220" /> </p>
<h1 align="center">aNotepad MCP Server</h1>
<p align="center"> Connect your <a href="https://anotepad.com">aNotepad</a> online notes to Claude, ChatGPT, and Cursor through the <a href="https://modelcontextprotocol.io">Model Context Protocol</a>. Read, search, write, and organize your notes through natural conversation. </p>
<p align="center"> <a href="https://anotepad.com/mcp-access">Documentation</a> · <a href="https://anotepad.com">anotepad.com</a> · <a href="mailto:support@anotepad.com">Support</a> </p>
Note: This is the public home for the aNotepad MCP server. aNotepad is a remote, hosted MCP server — there's nothing to install or run. You connect your AI client straight to the hosted endpoint below and sign in with your aNotepad account. The server source lives in the private aNotepad codebase; this repo holds the registry manifest, docs, and branding.
Connection
| Endpoint | https://api.anotepad.com/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 (PKCE) + Dynamic Client Registration (RFC 7591) — no API key setup |
| Required plan | aNotepad Pro or Max |
Quick start
- Make sure your aNotepad account is on the Pro or Max plan.
- In your AI client's settings, add an MCP server with URL
https://api.anotepad.com/mcp. - The client opens a browser window to sign in to aNotepad and approve access.
- Ask things like "summarize my recipe collection" or "find the note where I saved that GitHub link."
Client setup
<details> <summary><strong>Claude Desktop</strong></summary>
- Settings → Connectors (or Settings → Developer → Edit Config on older versions).
- Add custom connector, paste
https://api.anotepad.com/mcp. - Sign in to aNotepad in the browser window and approve.
- The aNotepad tools appear under the connectors list. </details>
<details> <summary><strong>ChatGPT</strong> (Plus / Pro / Team / Enterprise)</summary>
- Your name (bottom left) → Settings → Connectors → Connect more.
- Add custom connector, paste
https://api.anotepad.com/mcp. - Approve the OAuth flow. </details>
<details> <summary><strong>Cursor</strong></summary>
- Settings → MCP → Add new MCP server.
- Transport HTTP / SSE, URL
https://api.anotepad.com/mcp. - Save, then sign in and approve in the browser window. </details>
<details> <summary><strong>MCP Inspector</strong> (testing)</summary>
npx @modelcontextprotocol/inspector
Set transport to Streamable HTTP, URL https://api.anotepad.com/mcp, then Connect.
</details>
Tools
22 tools across six groups.
| Group | Tools |
|---|---|
| Notes | list_notes, get_note, search_notes, create_note, update_note, delete_note |
| Versions | list_note_versions, get_note_version, restore_note_version |
| Export & email | get_note_download_url, email_note |
| Collections | list_collections, create_collection, move_note_to_collection, delete_collection |
| Comments | list_comments, list_recent_comments, create_comment, delete_comment |
| Files & bookmarks | list_note_files, get_note_file_download_url, delete_note_file, list_bookmarks_in_note, add_bookmark, remove_bookmark |
What's not exposed
Some operations stay on the web app, by design:
- Setting note passwords — removing a password is fine; setting a new value via AI is blocked (it would land in chat transcripts).
- File uploads — AI can list, download, and delete attachments, but new uploads go through the web app.
- Account / billing changes — plan changes, payment methods, etc. are web-app only.
- Creator wallet setup — switching a note to
Paidis supported, but the one-time wallet/email verification must be done in the web app first.
Privacy & security
- The AI sees only your own notes and their comments — never other users' notes or your account/billing data.
- 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. - Destructive tools (delete, change access, send email) are marked destructive, so most clients require an extra approval prompt.
- Note content and passwords are never written to server logs.
Rate limits
| Plan | Tool calls / min | New notes / day | Emails / hour |
|---|---|---|---|
| Pro | 60 | 1,000 | 10 |
| Max | 300 | 5,000 | 10 |
Limits are per user, shared across all connected clients.
Links
- 📖 Full documentation — https://anotepad.com/mcp-access
- 🔌 REST API — https://anotepad.com/api-access
- ✉️ Support — support@anotepad.com
License
Documentation and manifest in this repository are released under the MIT License. The hosted aNotepad service and its source code are proprietary.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。