ddnet-mcpserver

SilverHi/ddnet-mcpserver
★ 1 stars Python 📦 Other Updated 8mo ago
一个可以操作本地ddnet配置文件的mcpserver
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": {
    "ddnet-mcpserver": {
      "command": "uvx",
      "args": [
        "ddnet-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install ddnet-mcpserver