mcp-server-flomo MCP Server
@chatmcp
关于 mcp-server-flomo MCP Server
Write notes to Flomo
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"@chatmcp/mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
}工具
1Write note to flomo
概览
What is mcp-server-flomo?
It is a TypeScript-based MCP server that writes notes to the Flomo note‑taking platform. It integrates via Flomo’s incoming webhook API and is intended for users who want to send text notes to Flomo from any MCP‑enabled client, such as Claude Desktop.
How to use mcp-server-flomo?
Install dependencies with npm install and build with npm run build, or run directly with npx -y @chatmcp/mcp-server-flomo. Add the server configuration to your Claude Desktop config file (locations depend on your OS) and set the FLOMO_API_URL environment variable to your personal Flomo webhook URL. Use the write_note tool to send notes.
Key features of mcp-server-flomo
write_notetool that accepts content as the only required parameter- Uses Flomo’s incoming webhook for simple integration
- Built with TypeScript for reliability
- Works with any MCP‑compatible client
- Runs via npx without global installation
Use cases of mcp-server-flomo
- Save AI‑generated summaries or ideas directly to Flomo
- Automate daily journal entries from a script or assistant
- Capture quick notes from chat interfaces like Claude Desktop
- Integrate Flomo into larger MCP‑based workflows
FAQ from mcp-server-flomo
What Flomo API URL do I need?
You need your personal Flomo webhook URL, which you can find at https://v.flomoapp.com/mine?source=incoming_webhook. It typically looks like https://flomoapp.com/iwh/xxx/xxx/.
How do I install and run the server?
Run npm install then npm run build, or use it directly with npx -y @chatmcp/mcp-server-flomo. For development, use npm run watch for auto‑rebuild.
Can I use this server with Claude Desktop?
Yes. Add the server configuration to your Claude Desktop config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json) as shown in the README.
What transport does the server use?
The server communicates over stdio, which is standard for MCP servers. Debugging can be done with the MCP Inspector by running npm run inspector.
How does authentication work?
Authentication is handled by the webhook URL itself — the URL contains a unique secret token. You set it as the FLOMO_API_URL environment variable; no additional credentials are required.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
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!
评论