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
YouTube Video Summarizer
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
Miro
Miro MCP server, exposing all functionalities available in official Miro SDK.
JIRA
Integrate with JIRA to allow AI assistants to directly interact with JIRA issues.
Markdownify MCP Server
A server that converts various file types, including documents, images, audio, and web pages, into Markdown format.
Canvas
Integrates with the Canvas Learning Management System (LMS), supporting FERPA-compliant anonymization and privacy controls.
Integrator (legacy)
Use Integrator scenarios as tools for AI assistants.
Roam Research
Connects AI assistants to your Roam Research graph for data access and interaction.
Attio MCP Server
Interact with data in Attio, the AI-native CRM, enabling AI assistants to access and manage your customer relationship information.
Jira Thing
An example MCP server for interacting with Jira, deployable on Cloudflare Workers.
appium-mcp
MCP server for Mobile Development and Automation | iOS, Android, Simulator, Emulator, and Real Devices