A straightforward notes interface that wraps any REST API following a simple posts pattern. Ships configured for DummyJSON's free posts endpoint as a backend, letting you create and list notes through two clean tools without authentication. The create_note tool maps to POST requests with title and content fields, while list_notes fetches everything via GET. DummyJSON won't persist your notes since it's a mock API, but swapping in a real backend is just an environment variable change. Useful if you want Claude to maintain a scratch pad during conversations or need a quick proof of concept for note-taking workflows before committing to a database.
claude mcp add --transport http surendhar-23-noteflow-mcp https://2c08-27-4-120-4.ngrok-free.app/mcp