MCP.so
登录

MCP-Flomo-Server

@codeugar

关于 MCP-Flomo-Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

codeugar

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器