8 months ago
note-takingA Model Context Protocol (MCP) server that lets you create notes in Flomo directly through AI chat interactions in Cursor or Claude desktop. Write and organize your thoughts seamlessly through natural language commands.
Server Config
{
"mcpServers": {
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "your_api_url_here"
}
}
}
}