Flomo

by chatmcp

Recommended
54 stars
1.1k downloads
Not rated
GitHub Website

About

Enables direct note-taking in Flomo through a simple markdown-to-webhook tool that captures thoughts, ideas, and research findings without manual copying and pasting.

Details

Author
chatmcp
Repository
chatmcp/mcp-server-flomo
GitHub stars
54
Downloads
1,075
License
MIT License
Categories
Productivity, Other, AI, Design, Developer Tools, Search, Frontend, API, Infrastructure
Tags
#web

- write_note tool that accepts content as the only required parameter
- Uses Flomo’s incoming webhook for simple integration
- Built with TypeScript for reliability
- Works with any MCP‑compatible client
- Runs via npx without global installation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Flomo
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @chatmcp/mcp-server-flomo
    Environment
    • FLOMO_API_URL https://flomoapp.com/iwh/xxx/xxx/

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json

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

Find Your Flomo_API_URL here

write_note

Write text notes to Flomo. Takes content as required parameters.

- write_note - Write text notes to Flomo
- Takes content as required parameters

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

Linux

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

Macos

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

Windows

{
    "env": {
        "FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
    },
    "args": [
        "-y",
        "@chatmcp/mcp-server-flomo"
    ],
    "command": "npx"
}
This is a TypeScript-based MCP server help you write notes to Flomo. - `write_note`- Write text notes to Flomo - Takes content as required parameters To use with Claude Desktop, add the server config: On MacOS:`~/Library/Application Support/Claude/claude_desktop_config.json`On Windows:`%APPDATA%/Claude/claude_desktop_config.json` ``` `{ "mcpServers": { "mcp-server-flomo": { "command": "npx", "args": ["-y", "@chatmcp/mcp-server-flomo"], "env": { "FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/" } } } }` ``` Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the[MCP Inspector, which is available as a package script: The Inspector will provide a URL to access debugging tools in your browser. Create notes, search, & think with your Fabric AI workspace MCP server to interact with Routine: calendars, tasks, notes, etc. From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps. Interact with markdown notes in a personal knowledge vault, such as Obsidian. Multi-device file sync, dev-doc CRUD, task management, and session handoffs for AI agents - MCP + OpenAPI dual surface. Portable, cloud-hosted AI memory you own - structured memories, tasks, goals, and notes that work across Claude, ChatGPT, Gemini, and any MCP client. Interact with your Anytype data through its API, enabling AI assistants to access your information. Access and manage your library on Apple Books. Integrate with Apple's native apps like Contacts, Notes, Messages, and Mail. Interact with Apple Notes using natural language on macOS.](https://github.com/modelcontextprotocol/inspector)
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.