TodoMCPServer

cpateldev/TodoMCPServer
★ 0 stars C# AI/LLM Updated 1mo ago
TodoMCPServer is a comprehensive implementation that combines a Todo web API with Model Context Protocol (MCP) server support. This project demonstrates how traditional REST APIs can be extended with AI agent tooling capabilities through MCP, allowing AI assistants to interact with your application directly.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "todomcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "cpateldev/TodoMCPServer"
      ]
    }
  }
}

Topics

mcpmcp-server