Summary
Capture with no context switch: one tool, one field.
newNote takes an input string and nothing else, so whatever structure the note should carry — tags, headings, links — has to be in that text. There is no read side at all: the tool set cannot list, search or edit anything already saved, which makes this an inbox rather than a notebook.
What it is
A one-tool writer for Flomo, posting notes to the API endpoint configured for the account.
What you get
- Create a Flomo note from a single input string.
- Post to whichever endpoint FLOMO_API_URL names, so the note lands in the intended account.
Requirements
FLOMO_API_URL, the endpoint newNote posts to, and a Flomo account behind it.
Setup effort
One command — npx mcp-server-flomo
