一个基于 TypeScript 的 MCP 服务器,帮助您将笔记写入 Flomo。
9.4k 查看 · 2026-07-07 更新
简介
一个基于 TypeScript 的 MCP 服务器,帮助您将笔记写入 Flomo。
简介
一个基于 TypeScript 的 MCP 服务器,帮助您将笔记写入 Flomo。
mcp-server-flomo MCP Server
Writes notes to Flomo.
This is a TypeScript-based MCP server that helps you write notes to Flomo.

Features
Tools
write_note- Writes a text note to Flomo- Requires content as a mandatory parameter
Development
Install dependencies:
npm install
Build the server:
npm run build
For auto-rebuilding during development:
npm run watch
Installation
To use in Claude Desktop, add the server configuration:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "mcp-server-flomo": { "command": "npx", "args": ["-y", "@chatmcp/mcp-server-flomo"], "env": { "FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/" } } } }
Find your Flomo_API_URL here
Debugging
Since the MCP server communicates via standard input and output, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The inspector will provide a URL where you can access the debugging tools in your browser.
工具列表
- write_note: Write note to flomo
服务配置
[{'mcpServers': {'mcp-server-flomo': {'args': ['-y', '@chatmcp/mcp-server-flomo'], 'command': 'npx', 'env': {'FLOMO_API_URL': 'https://flomoapp.com/iwh/xxx/xxx/'}}}}]
来源
- 来源:github
- 链接:https://github.com/chatmcp/mcp-server-flomo