The flomo MCP server lets AI agents create notes in Flomo. It connects to the Flomo API to send text notes. Developers use it to build agents that log information, save ideas, or create reminders in Flomo.
The flomo MCP server lets AI agents create notes in Flomo. It connects to the Flomo API to send text notes. Developers use it to build agents that log information, save ideas, or create reminders in Flomo.
npx -y @chatmcp/mcp-server-flomoAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"chatmcp-mcp-server-flomo-github": {
"command": "npx",
"args": [
"-y",
"npx -y @chatmcp/mcp-server-flomo"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from flomo?"
API Key Required
This server requires an API key from flomo. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FLOMO_API_KEY | Yes | Your flomo API key |
"What resources are available in flomo?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in flomo"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in flomo with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.