Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Local Task Manager Server

БесплатноНе проверен

A task manager MCP server that enables creating, reading, updating, and deleting tasks persisted in a local JSON file.

GitHubEmbed

Описание

A task manager MCP server that enables creating, reading, updating, and deleting tasks persisted in a local JSON file.

README

A beginner-friendly Model Context Protocol server built with Python and FastMCP.

This project demonstrates how an MCP server can expose structured tools that allow an AI application to create, read, update, and delete tasks stored in a local JSON file.

Features

  • Add a task
  • List all tasks
  • Filter completed or incomplete tasks
  • Mark a task as completed
  • Delete a task
  • Persist task data in tasks.json
  • Return structured MCP responses
  • Handle invalid task IDs and input errors

MCP Tools

add_task

Creates a new task.

Inputs:

  • title: Required task title
  • description: Optional task description

list_tasks

Lists saved tasks.

Optional input:

  • completed: Filter by completion status

complete_task

Marks a task as completed.

Input:

  • task_id: ID of the task

delete_task

Deletes a task.

Input:

  • task_id: ID of the task

Project Structure

task-manager-mcp/
├── main.py
├── tasks.json
├── pyproject.toml
├── uv.lock
└── README.md

Requirements

  • Python 3.10 or later
  • uv
  • Node.js and npm for MCP Inspector

Install Dependencies

uv sync

Run with MCP Inspector

uv run mcp dev main.py

The Inspector should display these tools:

add_task
list_tasks
complete_task
delete_task

Example Task

{
  "id": 1,
  "title": "Prepare Day 5 MCP article",
  "description": "Connect the Task Manager MCP Server to Trello",
  "completed": false
}

Example Flow

User request
    ↓
MCP client
    ↓
Local Task Manager MCP Server
    ↓
Python tool
    ↓
tasks.json
    ↓
Structured response

What This Project Teaches

  • Creating an MCP server with FastMCP
  • Exposing Python functions using @mcp.tool()
  • Generating tool schemas from type hints
  • Returning structured data
  • Validating tool inputs
  • Handling expected errors
  • Persisting data in a local JSON file
  • Testing MCP tools with MCP Inspector

Roadmap

The next version will connect the same task-management capabilities to Trello:

add_task → Create a Trello card
list_tasks → List Trello cards
complete_task → Move a card to Done
delete_task → Archive a Trello card

Author

Akbar Shaik

Machine Learning Engineer teaching MCP servers and AI agents from scratch.

from github.com/akbarshaik2243/task-manager-mcp

Установка Local Task Manager Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/akbarshaik2243/task-manager-mcp

FAQ

Local Task Manager Server MCP бесплатный?

Да, Local Task Manager Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Local Task Manager Server?

Нет, Local Task Manager Server работает без API-ключей и переменных окружения.

Local Task Manager Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Local Task Manager Server в Claude Desktop, Claude Code или Cursor?

Открой Local Task Manager Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Notion

Read and write pages in your workspace

Notionавтор: Notion

Linear

Issues, cycles, triage — from Claude

Linearавтор: Linear
Pro

Google Drive

Search and read your Drive files

Googleавтор: Google

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

mindsdbавтор: mindsdb

fulcradynamics/fulcra-context-mcp

MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li

fulcradynamicsавтор: fulcradynamics

aymericzip/intlayer

A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.

aymericzipавтор: aymericzip

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

rinadelphавтор: rinadelph

WhenLabs-org/when

Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod

WhenLabs-orgавтор: WhenLabs-org

Beltran12138/wecom-docs-mcp-server

WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server

Beltran12138автор: Beltran12138

madbonez/caldav-mcp

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),

madbonezавтор: madbonez

Compare Local Task Manager Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity