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.
Servidores relacionados
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
Rember
Create spaced repetition flashcards in Rember to remember anything you learn in your chats
Chhart MCP
Chhart MCP is a tool that enables AI assistants to generate instant, shareable flowcharts and Sankey diagrams directly in chat,
JIRA
Access and manage JIRA issues, projects, and users with optimized data payloads for AI context windows.
Crane Ledger
A modern, API-first accounting platform built for the next generation of AI builders.
CoverSavvy Term Life Rates
Get indicative term life insurance rates for a variety of ages, updated recently.
Prolific MCP Server
A server to manage studies, recruit participants, and collect data on the Prolific platform.
Monday.com
Interact with Monday.com boards, items, updates, and documents.
WordPress Reader for Claude Desktop
Access WordPress.com feeds, notifications, tags, and manage blogs within Claude Desktop.
My Prompts MCP
Lightweight MCP server for providing user prompts defined in Markdown with argument support.
Work Memory MCP Server
Manages work memories and shares context between AI tools using a local SQLite database.