
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.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论