MCP.so
Sign In

MCP-Flomo-Server

@codeugar

About MCP-Flomo-Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

codeugar

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP-Flomo-Server?

MCP-Flomo-Server is a Model Context Protocol (MCP) server that lets AI assistants like Claude save content directly to a Flomo note-taking account. It provides a tool interface for AI assistants to call, sending notes via the Flomo API.

How to use MCP-Flomo-Server?

Clone the repository, install dependencies with npm install, and configure your Flomo API key by editing the flomo_api variable in src/index.ts. Build with npm run build, then run the server. An AI assistant can then invoke the flomo tool to record notes to your Flomo account.

Key features of MCP-Flomo-Server

  • Provides an MCP tool interface for AI assistants
  • Sends content to Flomo via its API
  • Configurable through environment variables or direct source edits
  • Developed in TypeScript for type safety
  • Uses Zod for data validation

Use cases of MCP-Flomo-Server

  • Saving important insights from AI conversations to Flomo
  • Automatically logging meeting notes or tasks discussed with an AI
  • Quickly capturing ideas generated during AI-assisted brainstorming

FAQ from MCP-Flomo-Server

How do I get a Flomo API key?

Log into the Flomo web version, go to settings, find the API section, and create a new API key.

Is it normal for the server to have no console output after starting?

Yes, the server waits for MCP client connections and produces no additional console output by default.

How can I confirm the server is working correctly?

Try sending a note to Flomo through your AI assistant, then check if the note appears in your Flomo account.

Comments

More Other MCP servers