Overview
What is Flomo MCP?
Flomo MCP is a lightweight Model Context Protocol server that lets you write notes to Flomo, a note-taking service. It is intended for users who want to send notes programmatically from any MCP-compatible client.
How to use Flomo MCP?
Configure the server in your MCP settings by running it via npx with the package @chatmcp/flomo-mcp, and set the required environment variable FLOMO_API_URL to your personal Flomo API endpoint.
Key features of Flomo MCP
- Write notes to Flomo via MCP.
- Configured using a single environment variable.
- Runs instantly via
npxwithout installation.
Use cases of Flomo MCP
- Capture quick notes from an MCP‑enabled editor or assistant.
- Automate note logging to Flomo from any tool that supports MCP.
- Integrate Flomo as a simple note‑taking destination in workflows.
FAQ from Flomo MCP
What does Flomo MCP do?
It writes notes to the Flomo note‑taking service using a provided API URL.
How do I configure the server?
Set the FLOMO_API_URL environment variable to your Flomo API endpoint (e.g., https://flomoapp.com/iwh/xxx/xxx/).
How do I run Flomo MCP?
Use the npx command with the package @chatmcp/flomo-mcp and supply the required environment variable.
Where does the note data go?
Notes are sent to the Flomo API endpoint you specify in the FLOMO_API_URL environment variable, which points to your Flomo account.
What runtime does it require?
It requires Node.js (since it runs via npx). No other runtime or dependencies are mentioned.
