MCP Server Flomo

by chatmcp
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

mcp-server-flomo MCP サーバー

Flomoにメモを書きます。

これは、Flomo にメモを書き込むのに役立つ TypeScript ベースの MCP サーバーです。

特徴

ツール

  • write_note - Flomo にテキストメモを書き込む
    • コンテンツを必須パラメータとして受け取ります

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

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

Flomo_API_URL はこちら

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

ユーザーが Claude から Flomo に直接テキスト メモを書き込むことができる TypeScript ベースの MCP サーバー。

  1. Features
    1. Tools
  2. Development
    1. Installation
      1. Debugging
    ID: lu95bq5vpu