JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 81
  • Score
    100M100P100Q55350F
  • License MIT

A MCP server for Flomo

Package Exports

  • mcp-server-flomo
  • mcp-server-flomo/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcp-server-flomo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Flomo MCP Server

NPM Version MIT licensed

https://github.com/xianminx/mcp-server-flomo

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.

Usage

mcp-get

mcp-get: mcp-server-flomo

npx @michaellatman/mcp-get@latest install @kimtaeyoon83/mcp-server-youtube-transcript

mcp.so

https://mcp.so/server/mcp-server-flomo/xianminx

Manually configure

Configure Claude / Cursor / Windsurf / Cline / ChatWise / Cherry Studio etc.

FLOMO_API_URL=your_api_url_here npx -y mcp-server-flomo

Or configure for your MCP Host / Client. See https://mcp.so/server/mcp-server-flomo for configuration detail.

Get your Flomo API URL from Flomo API Settings

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-flomo"
      ],
      "env": {
        "FLOMO_API_URL": "your_api_url_here"
      }
    }
  }
}

Once the server is running, you can create notes in Flomo through natural language commands in your AI chat. Here are some examples:

"How to publish a mcp server? Could you save the answer to flomo note after answering it"

This will save the Cursor AI Agent response to Flomo directly in the chat conversation!

The server will handle:

  • Converting your natural language requests into Flomo API calls
  • Proper formatting and submission of your notes
  • Providing feedback on successful note creation

Dev

  1. Get your Flomo API URL from Flomo API Settings

  2. Install and configure:

    # Install dependencies
    npm install
    FLOMO_API_URL=your_api_url_here npx .

Technical Details

  • Built with TypeScript and the Model Context Protocol SDK
  • Communicates with Flomo via their REST API
  • Runs over stdio for seamless integration with AI tools

License

This project is licensed under the MIT License—see the LICENSE file for details.