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.