Mcp Server Flomo

by BaoxingZhang

141 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server Flomo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.