MCP ExplorerExplorer

Mcp Server Flomo

@BaoxingZhangon a year ago
1 MIT
FreeCommunity
AI Systems
MCP Server for Flomo: Create, install dependencies, and run with API parameters.

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.

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers