Skip to main content
Glama

MCP Server Flomo

by chatmcp

mcp-server-flomo MCP 服务器

给 Flomo 写便条。

这是一个基于 TypeScript 的 MCP 服务器,可帮助您向 Flomo 写笔记。

预览

特征

工具

  • 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 来访问浏览器中的调试工具。

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.

基于 TypeScript 的 MCP 服务器,使用户能够从 Claude 直接向 Flomo 写入文本注释。

  1. 特征
    1. 工具
  2. 发展
    1. 安装
      1. 调试

    Related MCP Servers

    • 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
      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.
      Last updated -
      12
      1
      TypeScript
      • Apple
    • -
      security
      F
      license
      -
      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 -
      JavaScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
      Last updated -
      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