mcp-server-flomo-python

jamesfeng2009/mcp-server-flomo-python

3.1

If you are the rightful owner of mcp-server-flomo-python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project provides an MCP-based web server and command-line tool for interacting with the Flomo API, allowing easy note addition to Flomo in various environments.

The MCP Server for Flomo is designed to facilitate seamless interaction with the Flomo API through both a web server and a command-line interface. It allows users to add notes to their Flomo account from different environments, making it a versatile tool for note-taking. The server can be installed via PyPI or from source, and it supports configuration through a .env file where users can specify their Flomo API URL. The project structure is organized into modules for CLI, server, and utilities, ensuring a clean and maintainable codebase. Users can test connections, send notes, and read content from files using the CLI, while the web server provides endpoints for testing connections and writing notes. The server is built using Flask and can be customized with different host and port settings.

Features

  • Command-line tool for easy note addition to Flomo.
  • Web server with endpoints for note management.
  • Supports Markdown formatting in notes.
  • Configurable via .env file for API URL settings.
  • Built with Flask for easy deployment and customization.
0