MCP Server for Flomo

by jamesfeng2009

137 downloads
Not rated
GitHub

Description

# MCP Server for Flomo 这个项目提供了一个基于MCP (Model Context Protocol)的Web服务器和命令行工具,用于与Flomo API交互,以便在不同环境中方便地添加笔记到Flomo。 ## 安装 ### 从PyPI安装(推荐) ```bash # 安装基本包 pip install mcp-server-flomo # 安装开发依赖(可选) pip install mcp-server-flomo[dev] ``` ### 从源码安装 ```bash git clone…

About

# MCP Server for Flomo 这个项目提供了一个基于MCP (Model Context Protocol)的Web服务器和命令行工具,用于与Flomo API交互,以便在不同环境中方便地添加笔记到Flomo。 ## 安装 ### 从PyPI安装(推荐) ```bash # 安装基本包 pip install mcp-server-flomo # 安装开发依赖(可选) pip install mcp-server-flomo[dev] ``` ### 从源码安装 ```bash git clone https://github.com/yourusername/mcp-server-flomo-python.git…

Details

Author
jamesfeng2009
Downloads
137
Categories
Other

- Provides a command-line tool (flomo-cli) for quick note writing.
- Web server mode with REST endpoints (GET /, GET /test, POST /write_note).
- Supports Markdown formatting in notes.
- Configurable via .env file containing the Flomo API URL.
- Test connection function to verify Flomo API access.

Install via pip install mcp-server-flomo, create a .env file with your FLOMO_API_URL, then use the flomo-cli command (e.g., flomo-cli write "note") or start the web server with flomo-server (default port 12345) and send POST requests to /write_note.

MCP Server for Flomo

这个项目提供了一个基于MCP (Model Context Protocol)的Web服务器和命令行工具,用于与Flomo API交互,以便在不同环境中方便地添加笔记到Flomo。

安装

从PyPI安装(推荐)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.