Skip to main content
Glama
noorfathimamusthafac

Notes MCP Server

Notes MCP Server

A simple Model Context Protocol (MCP) project built with Python that allows Claude Desktop to interact with and manage local notes through custom MCP tools.

Overview

This project was created to understand how the Model Context Protocol (MCP) works by building a practical local MCP server.

The server connects to Claude Desktop and exposes tools that allow Claude to interact with notes stored locally on the computer.

Related MCP server: Dev Notes MCP Server

Features

  • Create notes

  • Read notes

  • List available notes

  • Manage local note files

  • Connect a Python MCP server with Claude Desktop

  • Execute tools using natural-language requests

Tech Stack

  • Python

  • Model Context Protocol (MCP)

  • MCP Python SDK

  • Claude Desktop

  • JSON

  • Git & GitHub

Project Structure

notes-mcp/

  • notes/

    • mcp_testing.md

    • to_do_list.md

  • server.py

  • requirements.txt

  • .gitignore

  • README.md

How It Works

Claude Desktop -> MCP Client -> Python MCP Server -> MCP Tools -> Local Notes

Claude Desktop acts as the MCP client. It communicates with the Python MCP server using Model Context Protocol. The server provides tools that allow Claude to perform operations on locally stored notes.

What I Learned

  • Fundamentals of Model Context Protocol (MCP)

  • MCP client-server architecture

  • Creating MCP tools using Python

  • Connecting Claude Desktop with a local MCP server

  • Allowing an AI assistant to interact with local resources

  • MCP server configuration and debugging

Purpose

This project was developed as a hands-on learning project to understand MCP and how AI assistants can interact with external tools and local resources.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables structured note-taking with markdown support, dynamic tagging system, advanced search capabilities, and markdown export functionality through natural language conversations in Claude Desktop.
    3
    GPL 3.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude to read and analyze notes from the macOS Notes app, with configurable access control via allowlist/denylist modes.
    13
    -

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/noorfathimamusthafac/notes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server