mcp-server-flomo logo

mcp-server-flomo

by BaoxingZhang

This is a Model Context Protocol (MCP) server for Flomo. It allows you to interact with the Flomo API using the MCP framework.

View on GitHub

Last updated: N/A

What is mcp-server-flomo?

This is an MCP server designed to interface with the Flomo note-taking application. It provides a structured way to access and manipulate Flomo data through the Model Context Protocol.

How to use mcp-server-flomo?

  1. Create the server using npx @modelcontextprotocol/create-server mcp-server-flomo. 2. Navigate to the server directory: cd mcp-server-flomo. 3. Install dependencies: npm install. 4. Start the real-time compilation watcher: npm run watch. 5. Use the MCP inspector for debugging: npm run inspector or npx @modelcontextprotocol/inspector build/index.js. 6. Start the server, passing the Flomo API URL either as a command-line argument: node build/index.js --flomo_api_url=https://flomoapp.com/iwh/xxx/xxx/ or as an environment variable: FLOMO_API_URL=https://flomoapp.com/iwh/xxx/xxx/ node build/index.js.

Key features of mcp-server-flomo

  • MCP Integration

  • Flomo API Access

  • Real-time Compilation

  • Debugging Tools

  • Environment Variable Configuration

Use cases of mcp-server-flomo

  • Integrating Flomo with other MCP-compatible applications

  • Automating Flomo tasks

  • Building custom interfaces for Flomo

  • Extending Flomo's functionality

  • Data extraction and analysis from Flomo notes

FAQ from mcp-server-flomo

What is MCP?

Model Context Protocol is a framework for building modular and interoperable applications.

What is Flomo?

Flomo is a note-taking application focused on capturing fleeting thoughts and ideas.

How do I get my Flomo API URL?

You can find your Flomo API URL in your Flomo account settings.

What is the purpose of the MCP inspector?

The MCP inspector is a debugging tool that helps you inspect and test your MCP server.

Can I contribute to this project?

Please refer to the repository's contributing guidelines for more information.