MCP Notes Server
Click on "Install 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: Notes 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Devcodehub2004/MCPSERVER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server