Flomo MCP Server

Created By
xianminxa year ago
A Model Context Protocol (MCP) server that lets you create notes in Flomo directly through AI chat interactions in Cursor or Claude desktop. Write and organize your thoughts seamlessly through natural language commands.
Overview

what is Mcp Server Flomo?

Mcp Server Flomo is a Model Context Protocol (MCP) server that allows users to create notes in Flomo directly through AI chat interactions in various desktop applications like Cursor or Claude. It enables seamless organization of thoughts using natural language commands.

how to use Mcp Server Flomo?

To use Mcp Server Flomo, configure your preferred AI tool (e.g., Claude, Cursor) with the Flomo API URL and run the server using the command:

FLOMO_API_URL=your_api_url_here npx -y mcp-server-flomo

Once the server is running, you can create notes by sending natural language commands in your AI chat.

key features of Mcp Server Flomo?

  • Converts natural language requests into Flomo API calls.
  • Formats and submits notes directly from AI chat.
  • Provides feedback on successful note creation.

use cases of Mcp Server Flomo?

  1. Creating notes from AI-generated responses in real-time.
  2. Organizing thoughts and ideas seamlessly during AI interactions.
  3. Enhancing productivity by integrating note-taking with AI tools.

FAQ from Mcp Server Flomo?

  • How do I get my Flomo API URL?

You can obtain your Flomo API URL from the Flomo API Settings page.

  • Is Mcp Server Flomo free to use?

Yes! Mcp Server Flomo is free to use for everyone.

  • What programming language is Mcp Server Flomo built with?

Mcp Server Flomo is built with TypeScript.

Server Config

{
  "mcpServers": {
    "mcp-server-flomo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-flomo"
      ],
      "env": {
        "FLOMO_API_URL": "your_api_url_here"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
xianminx
Star
1
Language
JavaScript
License
MIT license
Category
note-taking
Tags

Recommend Servers

View All
Achivx Forum

2 hours ago
Origine Paris Mcp

18 hours ago
Thiri Chord Intelligence
@BluesPrince

### Deterministic Music Theory for Claude, Cursor, and Autonomous AI Agents Large Language Models (LLMs) frequently hallucinate music theory, leading to incorrect notes, false Roman numerals, and broken voice leading. **THIRI** solves this by providing a deterministic, mathematical music-theory engine (pitch-class-set theory over ℤ/12) directly to your AI. It gives AI assistants precise, reproducible harmonic reasoning in milliseconds, allowing them to write correct musical scores, analyze progressions, and generate playable arrangements. #### 🎷 Key Features: * **Chord Analysis (`analyze_chord`):** Parse any symbol (e.g., `Cmaj7/E`, `G7#11`) to retrieve root, quality, intervals, Roman numerals, and diatonic or chromatic harmonic functions. * **Note Resolution (`resolve_chord`):** Resolve chord symbols to spelled notes (enharmonically correct), frequencies (Hz), MIDI numbers, and scale recommendations. * **Voicing Engine (`generate_voicing`):** Generate instrument-ready voicings (rootless, shell, triad, pad, drop-2, drop-3) and calculate voice-leading scores for transitions. * **Reharmonization (`reharmonize`):** Substitute progressions using classic jazz techniques, including Tritone Substitution, ii-V Insertion, Modal Interchange, Coltrane Changes, and Backdoor cadences. *Ideal for developers building AI music assistants, digital audio workstation (DAW) agents, educational theory tools, and automated composition workflows.*

11 hours ago