mcp-server-flomo
by chatmcp
This is a TypeScript-based MCP server that allows you to write notes directly to Flomo. It provides a tool to send text notes to your Flomo account.
Last updated: N/A
What is mcp-server-flomo?
mcp-server-flomo is an MCP (Model Context Protocol) server designed to facilitate writing notes to the Flomo note-taking application. It acts as a bridge between applications like Claude and your Flomo account.
How to use mcp-server-flomo?
To use, install the server and configure it within your application (e.g., Claude Desktop) by adding the server configuration to the appropriate config file. You'll need to provide your Flomo API URL. Then, use the write_note
tool with the desired content.
Key features of mcp-server-flomo
Write text notes to Flomo
Integration with Claude Desktop
Uses Model Context Protocol (MCP)
TypeScript-based
Use cases of mcp-server-flomo
Quickly capture ideas and notes from within Claude
Automate note-taking to Flomo
Integrate Flomo with other MCP-compatible applications
Streamline workflow for note capture and organization
FAQ from mcp-server-flomo
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a protocol for communication between applications and services.
How do I find my Flomo API URL?
How do I find my Flomo API URL?
You can find your Flomo API URL on the Flomo website under the incoming webhook settings.
What is Claude Desktop?
What is Claude Desktop?
Claude Desktop is an application that can be integrated with MCP servers like mcp-server-flomo.
How do I debug the server?
How do I debug the server?
Use the MCP Inspector by running npm run inspector
to access debugging tools in your browser.
What parameters does the write_note
tool take?
What parameters does the write_note
tool take?
The write_note
tool requires the content of the note as a parameter.