Flomo MCP Server
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:
mcp-get
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.
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
Once the server is running, you can create notes in Flomo through natural language commands in your AI chat. Here are some examples:
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
Get your Flomo API URL from Flomo API Settings
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.