Skip to main content
Glama
Mercy0511

MCP Task Notes Server

by Mercy0511

<<<<<<< HEAD

šŸš€ MCP Task Notes Server


šŸ“Œ Overview

MCP Task Notes Server is a lightweight local MCP server built using Python FastMCP that enables AI assistants to interact with task and note management tools through the Model Context Protocol (MCP).

The server provides structured tools for creating, retrieving, updating, searching, and deleting tasks and notes while maintaining persistent data storage using SQLite.

This project demonstrates how modern AI applications can securely interact with custom backend services through MCP.


Related MCP server: Dooist

✨ Key Features

šŸ“‹ Task Management

  • Create new tasks

  • Retrieve task lists

  • Search tasks by keyword

  • Mark tasks as completed

  • Delete tasks

  • Filter tasks based on status:

    • All

    • Pending

    • Completed

    • Overdue

šŸ“ Note Management

  • Create personal notes

  • Retrieve saved notes

  • Search notes

  • Delete notes

  • Support note tagging

šŸ—„ļø Data Persistence

  • SQLite-based local storage

  • Automatic database initialization

  • Clean database abstraction layer

  • Structured SQL schema management

šŸ¤– MCP Integration

  • Built with FastMCP framework

  • Exposes reusable AI tools

  • Compatible with MCP-enabled AI clients

  • Designed for AI agent workflows


šŸ›ļø Architecture

                 AI Application
                      |
                      |
              Model Context Protocol
                      |
                      |
              FastMCP Server Layer
                      |
        --------------------------------
        |                              |
     server.py                    database.py
        |                              |
        --------------------------------
                      |
                  SQLite Database
                      |
              tasks_notes.db

🧰 Tech Stack

Technology

Purpose

Python 3.x

Backend Development

FastMCP

MCP Server Framework

SQLite

Database Storage

SQL

Database Management

MCP Protocol

AI Tool Communication


šŸ“‚ Project Structure

mcp-task-notes-server/
│
ā”œā”€ā”€ server.py
│   └── MCP server implementation
│
ā”œā”€ā”€ database.py
│   └── SQLite database operations
│
ā”œā”€ā”€ schema.sql
│   └── Database table definitions
│
ā”œā”€ā”€ README.md
│
ā”œā”€ā”€ .gitignore
│
└── .venv/
    └── Python virtual environment

āš™ļø Installation & Setup

1. Clone Repository

git clone https://github.com/<username>/mcp-task-notes-server.git

Navigate into the project:

cd mcp-task-notes-server

2. Create Virtual Environment

python -m venv .venv

Activate environment:

Windows

.venv\Scripts\activate

3. Install Dependencies

pip install mcp[cli]

ā–¶ļø Running the MCP Server

Start the server:

python server.py

Successful startup:

Database initialized
Starting Task Notes MCP Server...

šŸ› ļø MCP Tools Available

Task Tools

Tool

Description

add_task

Create a new task

list_tasks

Retrieve tasks

complete_task

Update task status

delete_task

Remove a task

search_tasks

Search tasks


Note Tools

Tool

Description

add_note

Create a note

list_notes

Retrieve notes

search_notes

Search notes

delete_note

Remove notes


šŸ” Testing with MCP Inspector

Install MCP CLI:

pip install mcp[cli]

Launch inspector:

mcp dev server.py

MCP Inspector allows testing:

  • Available tools

  • Tool inputs

  • Tool responses

  • Server communication


šŸ—ƒļø Database Design

Tasks Table

Column

Description

id

Unique identifier

title

Task title

due_date

Task deadline

priority

Task priority

status

Task status

completed_at

Completion timestamp

created_at

Creation timestamp

Notes Table

Column

Description

id

Unique identifier

title

Note title

content

Note details

tags

Note categories

updated_at

Last update timestamp


šŸ” Design Principles

  • Separation of concerns

  • Modular backend architecture

  • Local-first data storage

  • Reusable MCP tools

  • Clean database abstraction


šŸš€ Future Enhancements

  • REST API integration using FastAPI

  • Web dashboard interface

  • Authentication and authorization

  • Cloud database migration

  • Docker containerization

  • AI-based task prioritization

  • Notification and reminder system


šŸŽ“ Skills Demonstrated

Through this project:

āœ” MCP Server Development
āœ” Python Backend Engineering
āœ” SQLite Database Management
āœ” AI Tool Integration
āœ” Software Architecture Design
āœ” API-Oriented Development


šŸ‘Øā€šŸ’» Author

Mercy

BCA Final Year Student

Interested in:

  • Artificial Intelligence

  • Python Development

  • Backend Engineering

  • MCP & AI Agent Systems


=======

mcp-task-notes-server

df0852c29a922ffcd2296d1d90263173064339f6

A
license - permissive license
-
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.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A task management MCP server that allows users to create, list, and organize tasks with priorities, labels, and projects using natural language. It provides a persistent SQLite-backed system for tracking due dates and managing task workflows directly within Claude Code.
    6
    2
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    A personal task management MCP server that allows LLM clients to create, read, update, and delete tasks with projects, labels, and comments, using a local SQLite database that can also be accessed via a web UI.

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • Cloud-hosted MCP server for durable AI memory

  • Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.

View all MCP Connectors

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/Mercy0511/mcp-task-notes-server'

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