- Explore MCP Servers
- flomo-mcp
Flomo Mcp
What is Flomo Mcp
flomo-mcp is a TypeScript-based MCP server designed to manage and write notes to Flomo, providing a simple notes system that illustrates core MCP concepts.
Use cases
Use cases for flomo-mcp include creating and organizing personal notes, summarizing project notes for quick reference, and integrating with other applications that require note-taking functionalities.
How to use
To use flomo-mcp, install the necessary dependencies with ‘npm install’, build the server using ‘npm run build’, and configure it with Claude Desktop by adding the server command in the appropriate config file.
Key features
Key features of flomo-mcp include resource management for text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of stored notes.
Where to use
flomo-mcp can be used in personal note-taking applications, collaborative projects, and any environment where structured note management is beneficial.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Flomo Mcp
flomo-mcp is a TypeScript-based MCP server designed to manage and write notes to Flomo, providing a simple notes system that illustrates core MCP concepts.
Use cases
Use cases for flomo-mcp include creating and organizing personal notes, summarizing project notes for quick reference, and integrating with other applications that require note-taking functionalities.
How to use
To use flomo-mcp, install the necessary dependencies with ‘npm install’, build the server using ‘npm run build’, and configure it with Claude Desktop by adding the server command in the appropriate config file.
Key features
Key features of flomo-mcp include resource management for text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of stored notes.
Where to use
flomo-mcp can be used in personal note-taking applications, collaborative projects, and any environment where structured note management is beneficial.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
flomo-mcp
Write notes to flomo.
Usage
{
"mcpServers": {
"flomo-mcp": {
"command": "npx",
"args": [
"-y",
"flomo-mcp"
],
"env": {
"FLOMO_API_URL": "https://flomoapp.com/iwh/xxx/xxx/"
}
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










