Back to Browse

NoteFlow MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

An MCP server that used to create notes

About

An MCP server that used to create notes

Remote endpoints: streamable-http: https://2c08-27-4-120-4.ngrok-free.app/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for notes management with proper authentication handling and clean code. The server appropriately uses environment variables for configuration and includes optional API key support, with permissions that match its developer tools purpose. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 2 high severity).

4 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

noteflow-mcp

noteflow-mcp is a FastMCP v2 server that connects to a notes-style API.

Setup

Install dependencies:

uv sync

Create your environment file:

cp .env.example .env

Then update .env with your real notes API settings.

The current default uses DummyJSON's free posts API as a notes backend:

  • GET https://dummyjson.com/posts
  • POST https://dummyjson.com/posts/add

DummyJSON does not require an API key, so NOTES_API_KEY can stay empty.

Run locally

uv run noteflow-mcp

Or:

uv run python -m noteflow_mcp.server

Exposed tools

  • create_note(title, content)
  • list_notes()

create_note maps note content to DummyJSON's body field. DummyJSON simulates writes for testing, so created notes are not persisted server-side.

Reviews

No reviews yet

Be the first to review this server!