MCP.so
ログイン

Mcp Server Flomo

@BaoxingZhang

Mcp Server Flomo について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

BaoxingZhang

投稿者

Baoxing Zhang

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": [
        "-y",
        "@baoxingmcp/mcp-server-flomo"
      ],
      "env": {
        "FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Server Flomo?

An MCP (Model Context Protocol) server that integrates with the Flomo note-taking API. It is designed for developers to build MCP‑enabled tools that interact with Flomo.

How to use Mcp Server Flomo?

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.

Key features of Mcp Server Flomo

Use cases of Mcp Server Flomo

FAQ from Mcp Server Flomo

コメント

「その他」の他のコンテンツ