mcp-server-flomo
32
The mcp-server-flomo is a TypeScript-based server that allows users to write notes directly to Flomo. It supports integration with Claude Desktop and provides debugging tools via the MCP Inspector.
How do I install the mcp-server-flomo?
Install dependencies using npm install
, then build the server with npm run build
.
How can I configure the server for Claude Desktop?
Add the server configuration to claude_desktop_config.json
with the appropriate command, args, and environment variables.
Where can I find my Flomo API URL?
You can find your Flomo API URL by visiting Flomo Incoming Webhook.
What tools are available for debugging?
Use the MCP Inspector for debugging, which can be accessed by running npm run inspector
.
What is the purpose of the write_note
tool?
The write_note
tool allows you to write text notes to Flomo, requiring content as a parameter.