MCP Notes Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Notes Servercreate a note about today's tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Notes Server
A simple Model Context Protocol (MCP) Notes Server built with Python and FastMCP, integrated with Claude Desktop. This server allows Claude to create and manage notes through custom MCP tools.
Features
Create notes using MCP tools
Store notes locally
Integrate directly with Claude Desktop
Lightweight and easy to extend
Built using FastMCP
Related MCP server: NotesKeep MCP Server
Prerequisites
Python 3.10+
UV Package Manager
Claude Desktop
Installation
1. Create a Project
uv init2. Install MCP
uv add "mcp[cli]"3. Install the MCP Server
uv run mcp install main.pyRunning the Server
uv run main.pyClaude Desktop Integration
After installing the MCP server, configure Claude Desktop to use it.
Example Claude configuration:
{
"mcpServers": {
"notes-server": {
"command": "uv",
"args": [
"--directory",
"PATH_TO_PROJECT",
"run",
"main.py"
]
}
}
}Replace PATH_TO_PROJECT with the absolute path to your project directory.
Project Structure
.
├── main.py
├── notes.txt
├── pyproject.toml
├── uv.lock
└── README.mdTech Stack
Python
FastMCP
Model Context Protocol (MCP)
Claude Desktop
UV
Author
Dev Mallick
This server cannot be deployed
Maintenance
Related MCP Connectors
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
Save notes in seconds. Your AI can then search, read, write and tag them over MCP.
Search, read, create and edit your Memol notes from Claude. Team note-taking with AI search.
Related MCP Servers
- -licenseCqualityDmaintenanceEnables creating and managing text notes through MCP resources and tools. Provides note creation capabilities and automatic summarization of all stored notes.1-
- AlicenseCqualityDmaintenanceEnables users to manage their notes on NotesKeep directly through Claude Code or other MCP clients. It supports creating, updating, and organizing both text and checklist notes using natural language commands.148 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to create, read, list, and manage local notes stored on the computer using natural language requests.1-
- AlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to add, get, and list notes, with state persisted to a JSON file in the home directory.MIT