MCP.so
ログイン

Flomo MCP

@chatmcp

Flomo MCP について

Writer notes to flomo

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

chatmcp

投稿者

idoubi

設定

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

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

ツール

1

Write note to flomo

概要

What is Flomo MCP?

Flomo MCP is a lightweight Model Context Protocol server that lets you write notes to Flomo, a note-taking service. It is intended for users who want to send notes programmatically from any MCP-compatible client.

How to use Flomo MCP?

Configure the server in your MCP settings by running it via npx with the package @chatmcp/flomo-mcp, and set the required environment variable FLOMO_API_URL to your personal Flomo API endpoint.

Key features of Flomo MCP

  • Write notes to Flomo via MCP.
  • Configured using a single environment variable.
  • Runs instantly via npx without installation.

Use cases of Flomo MCP

  • Capture quick notes from an MCP‑enabled editor or assistant.
  • Automate note logging to Flomo from any tool that supports MCP.
  • Integrate Flomo as a simple note‑taking destination in workflows.

FAQ from Flomo MCP

What does Flomo MCP do?

It writes notes to the Flomo note‑taking service using a provided API URL.

How do I configure the server?

Set the FLOMO_API_URL environment variable to your Flomo API endpoint (e.g., https://flomoapp.com/iwh/xxx/xxx/).

How do I run Flomo MCP?

Use the npx command with the package @chatmcp/flomo-mcp and supply the required environment variable.

Where does the note data go?

Notes are sent to the Flomo API endpoint you specify in the FLOMO_API_URL environment variable, which points to your Flomo account.

What runtime does it require?

It requires Node.js (since it runs via npx). No other runtime or dependencies are mentioned.

コメント

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