Todo MCP Server
@imsaar
About Todo MCP Server
A simple todo model context protocol (mcp) server
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Todo MCP Server?
Todo MCP Server is a simple model context protocol (MCP) server built with the TypeScript SDK. It allows users to add, delete, mark as complete, and retrieve todo items, and is intended for developers who want to integrate task management into MCP-enabled applications.
How to use Todo MCP Server?
Clone the repository and run npm install to install dependencies. For development, use npm run dev; for production, build with npm run build. To use the server in another project, build it, run npm link, and then configure the project’s mcp.config.json with the correct command and path to the built index.js file.
Key features of Todo MCP Server
- Add and delete todo items
- Mark todos as complete
- Get all todos
- Built with TypeScript SDK
- Supports local MCP server integration
Use cases of Todo MCP Server
- Integrate a lightweight todo list into an MCP client or agent
- Test and demo MCP server functionality with the mcp-inspector tool
- Manage tasks programmatically in a local development environment
- Serve as a simple starting point for building custom MCP servers
FAQ from Todo MCP Server
How do I install Todo MCP Server?
Clone the repository and run npm install to install all dependencies.
How do I run the development server?
Use the command npm run dev to start the development server.
How do I test Todo MCP Server with mcp-inspector?
First install mcp-inspector globally (npm install -g @modelcontext/mcp-inspector), then build the server (npm run build), and finally run mcp-inspector node /path/to/repo/build/index.js in a new terminal.
How do I use Todo MCP Server in another local project?
Build the server (npm run build), link it locally (npm link), then add the server to the project’s mcp.config.json with the command node and the absolute path to the built index.js file.
What are the available npm scripts?
The project provides dev (start development server), build (build production version), watch (watch for changes and rebuild), and clean (remove build artifacts).
Frequently asked questions
How do I install Todo MCP Server?
Clone the repository and run `npm install` to install all dependencies.
How do I run the development server?
Use the command `npm run dev` to start the development server.
How do I test Todo MCP Server with mcp-inspector?
First install mcp-inspector globally (`npm install -g @modelcontext/mcp-inspector`), then build the server (`npm run build`), and finally run `mcp-inspector node /path/to/repo/build/index.js` in a new terminal.
How do I use Todo MCP Server in another local project?
Build the server (`npm run build`), link it locally (`npm link`), then add the server to the project’s `mcp.config.json` with the command `node` and the absolute path to the built `index.js` file.
What are the available npm scripts?
The project provides `dev` (start development server), `build` (build production version), `watch` (watch for changes and rebuild), and `clean` (remove build artifacts).
Basic information
More Productivity MCP servers

Time
modelcontextprotocolModel Context Protocol Servers
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

AdWhispr - Research, Clone, & Launch Ads from Claude/ChatGPT
AdWhisprRemote MCP server that turns Claude, ChatGPT, or Cursor into a full ad workflow: research any brand's live Facebook and TikTok ads, clone the proven winners for your own brand, and launch real campaigns on Google, TikTok
Comments