todoms-mcp
@yukimaterrace
About todoms-mcp
MCP Server for TODO Management System
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 todoms-mcp?
todoms-mcp is a Model Context Protocol (MCP) server that bridges AI development tools with the "todoms" todo management application. It provides user authentication and todo item operations (create, read, update, delete) for AI assistants.
How to use todoms-mcp?
Clone the repository, install dependencies (npm install), build the project (npm run build), and start the server (npm start). The server communicates via stdin/stdout and requires a running todoms API server at http://localhost:8080.
Key features of todoms-mcp
- User sign-up, login, logout, and current user info retrieval
- Retrieve all todos or a specific todo by ID
- Create one or multiple todos at once
- Update an existing todo
- Delete a todo by ID
Use cases of todoms-mcp
- AI coding assistants managing personal or project todos
- Automated creation of tasks from natural language commands
- Querying and updating todo lists via chat interfaces
FAQ from todoms-mcp
What tools does todoms-mcp provide?
It exposes eight MCP tools: signup, login, logout, get_all_todos, get_todo, create_todos, update_todo, and delete_todo.
What are the prerequisites to run todoms-mcp?
Node.js (v14 or higher), npm or yarn, and a running instance of the todoms API server (default: http://localhost:8080).
How can I change the API server URL?
The API base URL is defined as API_BASE_URL in src/lib/api-client.ts. Edit that constant to point to your desired server.
What technology stack does todoms-mcp use?
TypeScript, Node.js, the MCP SDK, Zod for data validation, and the Fetch API for HTTP requests.
What license does todoms-mcp use?
It is distributed under the ISC license.
Frequently asked questions
What tools does todoms-mcp provide?
It exposes eight MCP tools: `signup`, `login`, `logout`, `get_all_todos`, `get_todo`, `create_todos`, `update_todo`, and `delete_todo`.
What are the prerequisites to run todoms-mcp?
Node.js (v14 or higher), npm or yarn, and a running instance of the todoms API server (default: `http://localhost:8080`).
How can I change the API server URL?
The API base URL is defined as `API_BASE_URL` in `src/lib/api-client.ts`. Edit that constant to point to your desired server.
What technology stack does todoms-mcp use?
TypeScript, Node.js, the MCP SDK, Zod for data validation, and the Fetch API for HTTP requests.
What license does todoms-mcp use?
It is distributed under the ISC license.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Comments