flomo-mcp

flomo-mcp

3.4

flomo-mcp is a Model Context Protocol server designed to facilitate the writing of notes to the flomo application.

flomo-mcp is a specialized server that integrates with the flomo application, allowing users to write and manage notes efficiently. It leverages the Model Context Protocol (MCP) to provide a seamless interface for note-taking, ensuring that users can easily send and organize their thoughts within the flomo ecosystem. The server is designed to be lightweight and easy to deploy, making it an ideal choice for users who need a reliable and straightforward solution for note management. By using MCP, flomo-mcp ensures compatibility with various platforms and enhances the user experience by providing a consistent and reliable service.

Features

  • Seamless integration with flomo for efficient note-taking.
  • Lightweight and easy to deploy server architecture.
  • Utilizes Model Context Protocol for enhanced compatibility.
  • Environment variable configuration for flexible deployment.
  • Supports command-line interface for easy setup and management.

Usage with Different Platforms

flomo-mcp


{
  "mcpServers": {
    "flomo-mcp": {
      "command": "npx",
      "args": ["-y", "flomo-mcp"],
      "env": {
        "FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
      }
    }
  }
}