Flomo Mcp Server Demo
@SheldonFat
About Flomo Mcp Server Demo
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"flomo-mcp": {
"command": "npx",
"args": [
"-y",
"@panghui8383/[email protected]"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxxx/xxxxx/"
}
}
}
}Tools
1Create new text notes
Overview
What is Flomo Mcp Server Demo?
Flomo Mcp Server Demo is a TypeScript-based MCP (Model Context Protocol) server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for accessing notes, a tool for creating new notes, and a prompt for generating summaries.
How to use Flomo Mcp Server Demo?
Install dependencies with npm install, build with npm run build, then add the server config to Claude Desktop’s configuration file (path varies by OS). For debugging, use the MCP Inspector via npm run inspector.
Key features of Flomo Mcp Server Demo
- Resources exposed via
note://URIs with title, content, and metadata. - Tool
create_noteto create new text notes with title and content. - Prompt
summarize_notesto generate a summary of all stored notes. - Plain text MIME type for simple content access.
Use cases of Flomo Mcp Server Demo
- Creating and storing text notes using the
create_notetool. - Summarizing all stored notes via the
summarize_notesprompt for LLM consumption. - Learning and prototyping MCP concepts (resources, tools, prompts).
FAQ from Flomo Mcp Server Demo
How is Flomo Mcp Server Demo installed for Claude Desktop?
Add the server configuration to the Claude Desktop config file: on MacOS at ~/Library/Application Support/Claude/claude_desktop_config.json, on Windows at %APPDATA%/Claude/claude_desktop_config.json, with the command pointing to the built index.js.
What tools does Flomo Mcp Server Demo provide?
It provides one tool: create_note, which takes title and content as required parameters and stores the note in server state.
How can I debug Flomo Mcp Server Demo?
Use the MCP Inspector via the npm run inspector command; it provides a URL for debugging tools.
What resources are available in Flomo Mcp Server Demo?
Notes are accessed via note:// URIs, each with a title, content, and metadata, served as plain text.
Frequently asked questions
How is Flomo Mcp Server Demo installed for Claude Desktop?
Add the server configuration to the Claude Desktop config file: on MacOS at `~/Library/Application Support/Claude/claude_desktop_config.json`, on Windows at `%APPDATA%/Claude/claude_desktop_config.json`, with the command pointing to the built `index.js`.
What tools does Flomo Mcp Server Demo provide?
It provides one tool: `create_note`, which takes `title` and `content` as required parameters and stores the note in server state.
How can I debug Flomo Mcp Server Demo?
Use the MCP Inspector via the `npm run inspector` command; it provides a URL for debugging tools.
What resources are available in Flomo Mcp Server Demo?
Notes are accessed via `note://` URIs, each with a title, content, and metadata, served as plain text.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 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,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments