Skip to main content
Glama
Devcodehub2004

MCP Notes Server

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 init

2. Install MCP

uv add "mcp[cli]"

3. Install the MCP Server

uv run mcp install main.py

Running the Server

uv run main.py

Claude 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.md

Tech Stack

  • Python

  • FastMCP

  • Model Context Protocol (MCP)

  • Claude Desktop

  • UV

Author

Dev Mallick

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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