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.
संबंधित सर्वर
Fibery
Perform queries and entity operations in your Fibery workspace.
Backlog Manager
Manage task backlogs using a file-based JSON storage system.
Pandoc
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development.
Notion API MCP
Interact with Notion's API to manage todo lists, databases, and content organization.
Outlook Calendar
Access and manage your local Microsoft Outlook calendar on Windows.
Liquidium MCP Server
Tools for PostHog analytics, annotations, and project management.
Kanka
An MCP server for integrating with the Kanka API, a worldbuilding and campaign management tool for tabletop RPGs.
4th Brain MCP Server
Interact with markdown notes in a personal knowledge vault, such as Obsidian.
Yuga Planner
AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
PDF Reader
Read text, metadata, and page count from PDF files securely within the project context.