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.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント