Skip to main content
Glama

MCP Server Flomo

by chatmcp

mcp-server-flomo MCP Server

write notes to Flomo.

This is a TypeScript-based MCP server help you write notes to Flomo.

preview

Features

Tools

  • write_note - Write text notes to Flomo
    • Takes content as required parameters

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On 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/" } } } }

Find Your Flomo_API_URL here

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

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

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.

Un servidor MCP basado en TypeScript que permite a los usuarios escribir notas de texto directamente en Flomo desde Claude.

  1. Características
    1. Herramientas
  2. Desarrollo
    1. Instalación
      1. Depuración

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      This TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.
      Last updated -
      5
      0
      TypeScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      This TypeScript-based MCP server implements a simple notes system, allowing the creation, listing, and summarization of text notes using MCP concepts with note:// URIs and metadata.
      Last updated -
      1
      JavaScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      A simple TypeScript-based MCP server that implements a notes system, allowing users to create, list, and generate summaries of text notes via Claude.
      Last updated -
      1
      2
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes through Claude Desktop.
      Last updated -
      1
      470
      1
      JavaScript
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/chatmcp/mcp-server-flomo'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server