fastapi-mcp-todo

thaisc98/fastapi-mcp-todo
★ 0 stars Python Database Updated today
FastAPI todo API with SQLite, auto-exposed as an MCP server for AI clients like Cursor
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastapi-mcp-todo": {
      "command": "uvx",
      "args": [
        "fastapi-mcp-todo"
      ]
    }
  }
}

Or install with pip: pip install fastapi-mcp-todo

README Excerpt

A simple Todo List API built with **FastAPI** and **SQLite**, exposed as both a REST API and an **MCP (Model Context Protocol)** server. AI clients such as Cursor can manage todos through MCP tools while humans can use the standard HTTP endpoints or the interactive docs. This project is a lightweight backend for managing a personal todo list. It provides full CRUD operations (create, read, update, delete) over HTTP and automatically exposes the same operations as MCP tools via [fastapi-mcp](http

Tools (9)

DELETEGETPATCHPOSTcreate_tododelete_todoget_all_todosget_todoupdate_todo

Topics

fastapimcp-server
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →