mcp-tool-tingz

tingz-personal/mcp-tool-tingz
★ 1 stars Python 📦 Other Updated 3mo ago
toolkit for deploy mcp server with tools registered with decorator.
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-tool-tingz": {
      "command": "uvx",
      "args": [
        "mcp-tool-tingz"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool-tingz