1. Conduid
  2. Developer Tools
  3. server-flomo
MCP server · Developer Tools

server-flomo

A MCP server for Flomo

Unclaimed devtools
39Low

Scored 4 months ago · breakdown

About server-flomo

server-flomo is an MCP server published by git+xianminx in the Developer Tools category: a MCP server for Flomo. It has been installed 0 times through Conduid.

Install

Install
npx mcp-server-flomo
Claude Code
claude mcp add flomo-gitxianm -- npx -y mcp-server-flomo
npx
npx -y mcp-server-flomo

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about server-flomo

Powered by Claude · Grounded in docs

I know everything about server-flomo. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Flomo MCP Server

NPM Version MIT licensed smithery badge

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

Installing via Smithery

To install mcp-server-flomo for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install mcp-server-flomo --client claude

mcp-get

npx @michaellatman/mcp-get@latest install mcp-server-flomo

mcp.so

https://mcp.so/protocol/mcp-server-flomo/wss://mcp.smithery.ai:443

Manually configure

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

FLOMO_API_URL=your_api_url_here npx mcp-server-flomo

Or configure for your MCP Host / Client. See https://mcp.so/protocol/mcp-server-flomo/wss://mcp.smithery.ai:443 for configuration detail.

Get your Flomo API URL from Flomo API Settings

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": [
        "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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About server-flomo

How do I install server-flomo?

Run npx mcp-server-flomo, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is server-flomo safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is server-flomo still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.