Flomo
A server to write notes to Flomo using its incoming webhook API.
mcp-server-flomo MCP Server
write notes to Flomo.
This is a TypeScript-based MCP server help you write notes to Flomo.

Features
Tools
write_note- Write text notes to Flomo- Takes content as required parameters
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server-flomo": {
"command": "npx",
"args": ["-y", "@chatmcp/mcp-server-flomo"],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
}
Find Your Flomo_API_URL here
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Related Servers
Yonote
Provides API tools to interact with Yonote documents and collections.
Jira
A server for querying Jira issues, requiring a Jira token for authentication.
omniparser-autogui-mcp
An MCP server that analyzes the screen with OmniParser to automate GUI operations.
Huuh MCP Server
Integrates with the huuh.me platform to enable collaborative AI knowledge bases and personas.
Gatherings
A server for managing gatherings and sharing expenses.
Todoist
Interact with the Todoist API to manage your tasks using natural language.
Clio MCP Server
An MCP server for integrating with Clio practice management software, tailored for Australian legal professionals.
Obsidian iCloud MCP
Access and manage Obsidian notes stored in iCloud Drive.
n8n MCP Server
Manage n8n workflows, executions, and credentials through the Model Context Protocol.
Rebrandly MCP Tool (Go)
Generate short URLs using the Rebrandly API.