Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. ANotepad
ANotepad logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:17:04 PM

ANotepad

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "anotepad": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

aNotepad

aNotepad MCP Server

Connect your aNotepad online notes to Claude, ChatGPT, and Cursor through the Model Context Protocol. Read, search, write, and organize your notes through natural conversation.

Documentation Β· anotepad.com Β· Support


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

Endpointhttps://api.anotepad.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1 (PKCE) + Dynamic Client Registration (RFC 7591) β€” no API key setup
Required planaNotepad Pro or Max

Quick start

  1. Make sure your aNotepad account is on the Pro or Max plan.
  2. In your AI client's settings, add an MCP server with URL https://api.anotepad.com/mcp.
  3. The client opens a browser window to sign in to aNotepad and approve access.
  4. Ask things like "summarize my recipe collection" or "find the note where I saved that GitHub link."

Client setup

Claude Desktop
  1. Settings β†’ Connectors (or Settings β†’ Developer β†’ Edit Config on older versions).
  2. Add custom connector, paste https://api.anotepad.com/mcp.
  3. Sign in to aNotepad in the browser window and approve.
  4. The aNotepad tools appear under the connectors list.
ChatGPT (Plus / Pro / Team / Enterprise)
  1. Your name (bottom left) β†’ Settings β†’ Connectors β†’ Connect more.
  2. Add custom connector, paste https://api.anotepad.com/mcp.
  3. Approve the OAuth flow.
Cursor
  1. Settings β†’ MCP β†’ Add new MCP server.
  2. Transport HTTP / SSE, URL https://api.anotepad.com/mcp.
  3. Save, then sign in and approve in the browser window.
MCP Inspector (testing)
Terminal
npx @modelcontextprotocol/inspector

Set transport to Streamable HTTP, URL https://api.anotepad.com/mcp, then Connect.

Tools

22 tools across six groups.

GroupTools
Noteslist_notes, get_note, search_notes, create_note, update_note, delete_note
Versionslist_note_versions, get_note_version, restore_note_version
Export & emailget_note_download_url, email_note
Collectionslist_collections, create_collection, move_note_to_collection, delete_collection
Commentslist_comments, list_recent_comments, create_comment, delete_comment
Files & bookmarkslist_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 Paid is 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

PlanTool calls / minNew notes / dayEmails / hour
Pro601,00010
Max3005,00010

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.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • D
    Drafto

    Create, read, search, and organize your Drafto notes and notebooks.

    🧠 Knowledge & Memory0 views
    Compare vs Drafto β†’
  • F
    Fresh Jots

    Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

    🧠 Knowledge & Memory0 views
    Compare vs Fresh Jots β†’
  • Mcp Obsidian logoMcp Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    🧠 Knowledge & Memory2 views
    Compare vs Mcp Obsidian β†’

Frequently Asked Questions about ANotepad

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "anotepad": { "command": "npx", "args": ["-y", "aNotepad"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewANotepad AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/anotepad?style=directory)](https://allmcps.com/mcp/anotepad)
HTML Embed
<a href="https://allmcps.com/mcp/anotepad"><img src="https://allmcps.com/api/badge/anotepad?style=directory" alt="ANotepad on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 7, 2026
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to ANotepad β†’Install in Claude DesktopInstall in CursorInstall in VS Code