note-post-mcp
Related Servers
Alternatives to note-post-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceThe Universal MCP Server exposes tools for automated posting and draft saving to note.com. It reads Markdown files containing titles, body text, and tags, then publishes them to your note.com account using Playwright automation.245 npmMIT
- AlicenseBqualityCmaintenanceUnofficial MCP server for note.com using cookie-based authentication to manage notes and drafts via internal APIs.1910 npmMIT
- AlicenseAqualityAmaintenanceAn unofficial MCP server that lets AI clients create and update article drafts on your own note.com account using session cookies.4MIT
- AlicenseBqualityFmaintenanceAn MCP server that retrieves web page content using Playwright headless browser, capable of extracting main content and converting to Markdown format.33,693 npm1,085MIT
- FlicenseBqualityDmaintenanceMCP server that exposes Tistory blog posting functionality, enabling AI agents to write, upload, and publish posts (public/private) via Playwright and Tistory API.9-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that scrapes content from web pages, including JavaScript-heavy sites, and converts it into high-quality Markdown. It leverages Playwright for headless browser automation and Pypandoc for clean content conversion.Apache 2.0
TDQS
Scored across 2 tools
publish_note and save_draft have clearly distinct purposes: one publishes immediately, the other saves a draft. There is no overlap or ambiguity between them.
Both tool names follow a consistent verb_noun pattern: publish_note and save_draft. The naming is predictable and uniform.
With only 2 tools, the server is minimal but for a narrow purpose like posting notes, this is reasonable. It is slightly below the typical 3-15 range but each tool serves a distinct and necessary function.
The server covers the core publishing workflow (draft and publish) but lacks update, delete, or list operations. This is a notable gap for managing existing notes, though for a simple posting tool it may be acceptable.