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.246 npmMIT
- AlicenseAqualityCmaintenanceMCP server for automating article posting to note.com from Markdown files using Playwright.246 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to automatically publish photo notes to Xiaohongshu (RedNote) using Playwright browser automation. It supports title, body, and image uploads while maintaining persistent login sessions for seamless automated posting.1MIT
- AlicenseBqualityCmaintenanceEnables interaction with note.com through API to search and read articles, manage posts and drafts, handle comments and likes, retrieve analytics, and access membership information.3336 npm29ISC
- FlicenseNot gradedqualityCmaintenanceEnables posting single tweets, threads, and saving drafts to X (Twitter) automatically using Playwright.-
- AlicenseAqualityAmaintenanceEnables publishing local Markdown files to Velog with idempotent updates. Supports login, post management, and series operations through natural language.10MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: 'publish_note' is for publishing articles publicly, while 'save_draft' is for saving drafts privately. There is no overlap in functionality, making it easy for an agent to choose the correct tool based on the desired outcome.
Both tools follow a consistent verb_noun pattern ('publish_note' and 'save_draft'), using clear action verbs and the same noun. The naming is predictable and readable, with no deviations or mixed conventions.
With only 2 tools, the server feels thin for its apparent domain of note management on note.com. While publish and save draft are core operations, typical CRUD/lifecycle coverage would include tools for retrieving, updating, or deleting notes, making this set incomplete for robust agent workflows.
The tool surface is severely incomplete for note management. It lacks essential operations such as retrieving notes (e.g., list_notes, get_note), updating existing notes, deleting notes, or managing tags separately. This will cause agent failures when tasks require these missing actions.