Mcp Server Flomo
Description
## 创建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…
About
## 创建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/…
Details
- Author
- BaoxingZhang
- Downloads
- 141
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Server FlomoCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Create the server with npx @modelcontextprotocol/create-server mcp-server-flomo, then install dependencies with npm install. Start the server by running node build/index.js and pass your Flomo API URL via the --flomo_api_url argument or the FLOMO_API_URL environment variable. Use npm run watch for live compilation.
write_note
Write note to flomo
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server flomo": {
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"@baoxingmcp/mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
}
}
McpServers
{
"mcp-server-flomo": {
"command": "npx",
"args": [
"-y",
"@baoxingmcp/mcp-server-flomo"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
创建MCP服务
npx @modelcontextprotocol/create-server mcp-server-flomo进入目录,安装依赖
cd mcp-server-flomo npm install开启监听实时编译
npm run watchMCP 官方开发的一个调试工具
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.jsSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



