What is MCP Server Flomo? It is a server built with TypeScript that enables users to send notes directly to Flomo, a note-taking service.
How do you use it? You must install the server and provide your personal Flomo API URL for configuration. The server is then started from the command line with the necessary settings.
What are its key features? It provides a write_note tool for creating text notes in Flomo. It offers straightforward installation and setup across operating systems. It also supports debugging via the MCP Inspector to simplify troubleshooting.
What are common use cases? You can quickly save notes from different applications into Flomo. It automates note-taking for developers and researchers. It also integrates with other tools to improve overall productivity.
Frequently asked questions: How do I find my Flomo API URL? You can locate it by visiting this link. Is it free to use? Yes, MCP Server Flomo is completely free. What programming language is it built in? It is built using TypeScript.
{
"mcpServers": {
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"@chatmcp/mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
}