Flomo MCP Server
About
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.
Details
- Author
- xianminx
- GitHub stars
- 14
- Downloads
- 359
- Categories
- Productivity, Other, Knowledge Base, AI
Jump to
- Create Flomo notes using natural language commands
- Works with Cursor and Claude Desktop AI chats
- Converts AI responses directly into Flomo notes
- Simple configuration with a single API URL
- Built with TypeScript and MCP SDK
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
Flomo MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Smithery, mcp-get, or manually configure with your Flomo API URL. Set the FLOMO_API_URL environment variable, then run npx mcp-server-flomo. In your AI chat, simply ask to save an answer as a Flomo note.
newNote
Create a new note in Flomo
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"flomo mcp server": {
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "your_api_url_here"
}
}
}
}
}
McpServers
{
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "your_api_url_here"
}
}
}
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.
To install mcp-server-flomo for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install mcp-server-flomo --client claude
npx @michaellatman/mcp-get@latest install mcp-server-flomo
https://mcp.so/protocol/mcp-server-flomo/wss://mcp.smithery.ai:443
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. Seehttps://mcp.so/protocol/mcp-server-flomo/wss://mcp.smithery.ai:443for configuration detail.
Get your Flomo API URL fromFlomo 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!
- Converting your natural language requests into Flomo API calls
- Proper formatting and submission of your notes
- Providing feedback on successful note creation
-
Get your Flomo API URL fromFlomo API Settings
# Install dependencies npm install FLOMO_API_URL=your_api_url_here npx .
- 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
This project is licensed under the MIT License—see theLICENSEfile for details.
Create notes, search, & think with your Fabric AI workspace
Interact with your Anytype data through its API, enabling AI assistants to access your information.
MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.
Personal Knowledge Base MCP — 22 tools for AI agents to access your curated reading intelligence.
Integrates Model Context Protocol (MCP) with Obsidian, allowing AI assistants to interact with your notes and vault.
The visual deal tracker for AI agents to search pipelines, log notes, qualify leads, and export live reports.
Manage and share personal knowledge, daily notes, and reusable prompts using GitHub Gists.
Historis keeps track of what happened — so you and your AI are never out of sync. Everything lands in one shared timeline, linked to the right people. Ask for the brief: what happened, what you should know, what needs handling.
A Markdown-based second brain with a hosted MCP server. Your AI reads, searches, creates, and links your notes. Free tier included.
A Model Context Protocol (MCP) Server for https://joplinapp.org/ that enables note access through the https://modelcontextprotocol.io. Perfect for integration with AI assistants like Claude.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





