MCP-Flomo-Server
by codeugar
MCP-Flomo-Server is a server application based on the Model Context Protocol (MCP) that allows AI assistants like Claude to directly record content into Flomo notes. It enables users to easily save valuable information to Flomo during conversations with AI.
Last updated: N/A
What is MCP-Flomo-Server?
MCP-Flomo-Server is a server application that acts as a bridge between AI assistants and the Flomo note-taking app, allowing AI to directly save information to a user's Flomo account via the Model Context Protocol (MCP).
How to use MCP-Flomo-Server?
First, clone the repository, install the dependencies using npm or yarn, and configure your Flomo API key in the src/index.ts
file. Then, build the project using npm run build
. After the server is running, the AI assistant can call the flomo
tool via MCP to record content to your Flomo account.
Key features of MCP-Flomo-Server
Provides MCP tool interface for AI assistants
Sends content to user's Flomo account via Flomo API
Supports environment variable configuration
Developed in TypeScript for type safety
Use cases of MCP-Flomo-Server
Saving key information from AI conversations directly to Flomo
Creating notes and reminders through AI assistants
Automatically documenting research findings with AI
Integrating AI-generated summaries into Flomo notes
FAQ from MCP-Flomo-Server
如何获取 Flomo API 密钥?
如何获取 Flomo API 密钥?
登录 Flomo 网页版,在设置中找到 API 选项,创建一个新的 API 密钥。
服务器启动后没有任何输出是正常的吗?
服务器启动后没有任何输出是正常的吗?
是的,服务器启动后会等待 MCP 客户端的连接,没有额外的控制台输出是正常的。
如何确认服务器正在正常工作?
如何确认服务器正在正常工作?
您可以通过 AI 助手尝试发送一条笔记到 Flomo,然后检查您的 Flomo 账户是否收到了这条笔记。
What is the license for this project?
What is the license for this project?
The project is licensed under the ISC license.
How can I contribute to this project?
How can I contribute to this project?
You are welcome to submit Issues and Pull Requests to improve this project.