Flomo Writenote
@woshizhouzhuo-ux
关于 Flomo Writenote
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"flomo-mcp": {
"command": "node",
"args": [
"/Users/bytedance/flomo-mcp/build/index.js"
]
}
}
}工具
1Create new text notes
概览
What is Flomo Writenote?
Flomo Writenote is a TypeScript-based MCP server that implements a simple notes system. It provides resources for text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of notes.
How to use Flomo Writenote?
Install dependencies with npm install, build with npm build, then add the server configuration to your MCP client (e.g., Claude Desktop) by specifying the path to the built index.js file in the mcpServers config. Use the create_note tool to create notes and access them via note:// URIs.
Key features of Flomo Writenote
- Resources representing text notes with
note://URIs and metadata create_notetool for creating new text notessummarize_notesprompt for generating a summary of all stored notes- Notes stored in server state with title, content, and metadata
- Plain text mime type for simple content access
Use cases of Flomo Writenote
- Creating and managing a personal collection of text notes via MCP
- Summarizing multiple notes using an LLM through the
summarize_notesprompt - Demonstrating MCP core concepts (resources, tools, prompts) in a minimal setup
FAQ from Flomo Writenote
What does Flomo Writenote do?
Flomo Writenote is a simple notes system that allows creating text notes, accessing them via URIs, and generating summaries of all stored notes using an LLM.
How do I install and run Flomo Writenote?
Run npm install to install dependencies, then npm run build to compile the server. For development, use npm run watch for auto-rebuild. The server is then configured via an MCP client’s config file (e.g., Claude Desktop on MacOS or Windows).
Where does Flomo Writenote store notes?
Notes are stored in server state (in-memory) with title, content, and metadata. Data is not persisted across server restarts.
What transport protocol does Flomo Writenote use?
The server communicates over stdio, which is standard for MCP servers. Debugging can be done using the MCP Inspector tool available via npm run inspector.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论