Flomo

v1.0.0Knowledge & Memorystable

A TypeScript-based MCP server that enables users to write text notes directly to Flomo from Claude.

mcpmcp-flomomcp-servermcp-server-flomo
Share:
56
Stars
0
Downloads
0
Weekly
0/5

What is Flomo?

Flomo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to typescript-based mcp server that enables users to write text notes directly to flomo from claude.

A TypeScript-based MCP server that enables users to write text notes directly to Flomo from Claude.

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A TypeScript-based MCP server that enables users to write te

Use Cases

Write text notes directly to Flomo from Claude without leaving your conversation.
chatmcp

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedFeb 28, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-server-flomo

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Flomo

MCP Server Flomo is a TypeScript-based MCP server that lets you capture notes directly into your Flomo account from within any MCP-compatible AI assistant such as Claude Desktop. It exposes a single write_note tool that accepts text content and posts it to Flomo via the app's incoming webhook API, so you can save ideas, summaries, or conversation highlights without switching apps or copying text manually. This makes it easy to build a frictionless note-capture habit alongside your AI workflows.

Prerequisites

  • Node.js installed (for npx)
  • A Flomo account at flomoapp.com
  • A Flomo incoming webhook URL (obtained from https://v.flomoapp.com/mine?source=incoming_webhook)
  • Claude Desktop or another MCP-compatible AI assistant client
1

Get your Flomo webhook URL

Log in to your Flomo account and navigate to the API/webhook settings page to generate your personal incoming webhook URL. Copy this URL — you will use it as the FLOMO_API_URL environment variable.

# Visit: https://v.flomoapp.com/mine?source=incoming_webhook
# Copy the webhook URL shown, e.g. https://flomoapp.com/iwh/xxx/xxx/
2

Add the server to Claude Desktop configuration

Open your Claude Desktop configuration file and add the mcp-server-flomo entry with your webhook URL set as the FLOMO_API_URL environment variable.

# macOS config location:
# ~/Library/Application Support/Claude/claude_desktop_config.json

# Windows config location:
# %APPDATA%\Claude\claude_desktop_config.json
3

Edit the configuration file

Add the flomo MCP server block to the mcpServers section, replacing the placeholder URL with your actual Flomo webhook URL.

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": ["-y", "@chatmcp/mcp-server-flomo"],
      "env": {
        "FLOMO_API_URL": "https://flomoapp.com/iwh/YOUR_ID/YOUR_TOKEN/"
      }
    }
  }
}
4

Restart Claude Desktop

Fully quit and reopen Claude Desktop to load the new MCP server configuration. The flomo server will connect automatically on startup.

5

Test the connection

Ask Claude to write a test note to Flomo. If the webhook URL is correct and the server is running, the note will appear in your Flomo account within seconds.

Flomo Examples

Client configuration

Complete claude_desktop_config.json entry for the Flomo MCP server using npx to run the @chatmcp/mcp-server-flomo package.

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": ["-y", "@chatmcp/mcp-server-flomo"],
      "env": {
        "FLOMO_API_URL": "https://flomoapp.com/iwh/YOUR_USER_ID/YOUR_TOKEN/"
      }
    }
  }
}

Prompts to try

Use these prompts in Claude Desktop to save notes directly to Flomo during your conversations.

- "Save this to Flomo: the three key takeaways from our discussion about distributed systems"
- "Write a note to Flomo summarizing what we just figured out about the authentication bug"
- "Add this idea to my Flomo: use event sourcing for the order management service"
- "Save the following code snippet and explanation to Flomo for later reference"

Troubleshooting Flomo

write_note returns an error or the note does not appear in Flomo

Double-check that FLOMO_API_URL is set to your exact personal webhook URL from https://v.flomoapp.com/mine?source=incoming_webhook. The URL is account-specific — do not share it or use a placeholder. Test the URL directly with curl: curl -X POST -H 'Content-Type: application/json' -d '{"content":"test"}' YOUR_URL

npx fails to install @chatmcp/mcp-server-flomo

Ensure your Node.js and npm versions are up to date. Try running 'npm install -g @chatmcp/mcp-server-flomo' first, then use the global binary path in your config instead of npx.

Claude Desktop does not show the flomo MCP server as connected

Verify the JSON syntax in your claude_desktop_config.json is valid (no trailing commas, correct nesting). Restart Claude Desktop completely. Check the Claude Desktop logs for MCP server startup errors.

Frequently Asked Questions about Flomo

What is Flomo?

Flomo is a Model Context Protocol (MCP) server that typescript-based mcp server that enables users to write text notes directly to flomo from claude. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Flomo?

Follow the installation instructions on the Flomo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Flomo?

Flomo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Flomo free to use?

Yes, Flomo is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Flomo?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides