Submit

Flomo MCP Server

@xianminx

8 months ago
note-taking
A Model Context Protocol (MCP) server that lets you create notes in Flomo directly through AI chat interactions in Cursor or Claude desktop. Write and organize your thoughts seamlessly through natural language commands.
Overview

what is Mcp Server Flomo?

Mcp Server Flomo is a Model Context Protocol (MCP) server that allows users to create notes in Flomo directly through AI chat interactions in various desktop applications like Cursor or Claude. It enables seamless organization of thoughts using natural language commands.

how to use Mcp Server Flomo?

To use Mcp Server Flomo, configure your preferred AI tool (e.g., Claude, Cursor) with the Flomo API URL and run the server using the command:

FLOMO_API_URL=your_api_url_here npx -y mcp-server-flomo

Once the server is running, you can create notes by sending natural language commands in your AI chat.

key features of Mcp Server Flomo?

  • Converts natural language requests into Flomo API calls.
  • Formats and submits notes directly from AI chat.
  • Provides feedback on successful note creation.

use cases of Mcp Server Flomo?

  1. Creating notes from AI-generated responses in real-time.
  2. Organizing thoughts and ideas seamlessly during AI interactions.
  3. Enhancing productivity by integrating note-taking with AI tools.

FAQ from Mcp Server Flomo?

  • How do I get my Flomo API URL?

You can obtain your Flomo API URL from the Flomo API Settings page.

  • Is Mcp Server Flomo free to use?

Yes! Mcp Server Flomo is free to use for everyone.

  • What programming language is Mcp Server Flomo built with?

Mcp Server Flomo is built with TypeScript.

Server Config

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-flomo"
      ],
      "env": {
        "FLOMO_API_URL": "your_api_url_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.