An MCP server that used to create notes
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
noteflow-mcp is a FastMCP v2 server that connects to a notes-style API.
Install dependencies:
Create your environment file:
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/postsPOST https://dummyjson.com/posts/addDummyJSON does not require an API key, so NOTES_API_KEY can stay empty.
Or:
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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/noteflow-mcp)<a href="https://allmcps.com/mcp/noteflow-mcp"><img src="https://allmcps.com/api/badge/noteflow-mcp?style=directory" alt="NoteFlow MCP on AllMCPs" /></a>