The mcp-server-flomo provides a simple interface for writing notes to Flomo's note-taking service through the Model Context Protocol. Built with TypeScript, it exposes a single 'write_note' tool that accepts markdown-formatted content and posts it to Flomo via their webhook API. The server requires a Flomo API URL (configured through environment variables or command-line arguments) and returns a link to view the created note. This implementation is ideal for AI assistants that need to capture thoughts, ideas, or research findings directly to a user's Flomo account without requiring manual copying and pasting.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Write text notes to Flomo. Takes content as required parameters.