- Explore MCP Servers
- mcp-server-flomo
Mcp Server Flomo
What is Mcp Server Flomo
mcp-server-flomo is a debugging tool developed by the Model Context Protocol (MCP) for creating and managing MCP servers.
Use cases
Use cases include developing applications that need to send data to Flomo, debugging interactions with the Flomo API, and creating prototypes for rapid development.
How to use
To use mcp-server-flomo, first create the server using the command ‘npx @modelcontextprotocol/create-server mcp-server-flomo’. Then, navigate to the directory and install dependencies with ‘npm install’. You can start the server with ‘npm run watch’ for real-time compilation and use ‘node build/index.js’ to pass parameters like the Flomo API URL.
Key features
Key features include real-time compilation, easy setup with npm, and the ability to pass parameters through command line or environment variables.
Where to use
mcp-server-flomo can be used in software development environments, particularly for applications requiring integration with Flomo’s API.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Flomo
mcp-server-flomo is a debugging tool developed by the Model Context Protocol (MCP) for creating and managing MCP servers.
Use cases
Use cases include developing applications that need to send data to Flomo, debugging interactions with the Flomo API, and creating prototypes for rapid development.
How to use
To use mcp-server-flomo, first create the server using the command ‘npx @modelcontextprotocol/create-server mcp-server-flomo’. Then, navigate to the directory and install dependencies with ‘npm install’. You can start the server with ‘npm run watch’ for real-time compilation and use ‘node build/index.js’ to pass parameters like the Flomo API URL.
Key features
Key features include real-time compilation, easy setup with npm, and the ability to pass parameters through command line or environment variables.
Where to use
mcp-server-flomo can be used in software development environments, particularly for applications requiring integration with Flomo’s API.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
创建MCP服务
npx @modelcontextprotocol/create-server mcp-server-flomo
进入目录,安装依赖
cd mcp-server-flomo
npm install
开启监听实时编译
npm run watch
MCP 官方开发的一个调试工具
npm run inspector
等价于这个命令 npx @modelcontextprotocol/inspector build/index.js
启动命令传递参数
node build/index.js --flomo_api_url=https://flomoapp.com/iwh/xxx/xxx/
环境变量传递参数
FLOMO_API_URLhttps://flomoapp.com/iwh/MTM4OTM0Mg/3340efa4a1197cb5a87f8542406c675b/ node build/index.js
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










