Todo MCP Server
@imsaar
关于 Todo MCP Server
A simple todo model context protocol (mcp) server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
生产力 分类下的更多 MCP 服务器
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
评论