aNotepad MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aNotepad MCP ServerFind my note about the meeting agenda"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
|
Transport | Streamable HTTP |
Auth | OAuth 2.1 (PKCE) + Dynamic Client Registration (RFC 7591) — no API key setup |
Required plan | aNotepad Pro or Max |
Related MCP server: Simplenote MCP Server
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
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.
Your name (bottom left) → Settings → Connectors → Connect more.
Add custom connector, paste
https://api.anotepad.com/mcp.Approve the OAuth flow.
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.
npx @modelcontextprotocol/inspectorSet transport to Streamable HTTP, URL https://api.anotepad.com/mcp, then Connect.
Tools
22 tools across six groups.
Group | Tools |
Notes |
|
Versions |
|
Export & email |
|
Collections |
|
Comments |
|
Files & bookmarks |
|
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vannet/anotepad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server