MCP-Server-Tutorial

Tornado025/MCP-Server-Tutorial
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
A simple expense tracking MCP server compatible on any client like Claude Desktop
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-tutorial": {
      "command": "uvx",
      "args": [
        "mcp-server-tutorial"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-tutorial