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.
Related MCP Servers
- AlicenseDqualityDmaintenanceA Claude MCP integration that allows seamless interaction with Apple Notes through natural language, enabling users to create, update, delete, and search notes.Last updated1191MIT
- -licenseCqualityDmaintenanceEnables creating and managing text notes through MCP resources and tools. Provides note creation capabilities and automatic summarization of all stored notes.Last updated1
- Alicense-qualityDmaintenanceEnables interaction with Mowen Notes to create, edit, and manage rich text content including file uploads and internal note links. It allows users to manage their notes directly within MCP-compatible environments like Cursor or Claude Desktop.Last updated47MIT
- 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.Last updated14131MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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