
Flomo MCP
@chatmcp
Flomo MCP について
Writer notes to flomo
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"flomo-mcp": {
"command": "npx",
"args": [
"-y",
"@chatmcp/flomo-mcp"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
}ツール
1Write note to flomo
概要
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.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント