Flomo
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
FlomoCommand (node, npx, python, etc.)npxArguments-
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.
-
Argument 1
- 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"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





