D-Tools-Cloud-MCP-Server

jamesyoung-15/D-Tools-Cloud-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server for LLMs to connect to D-Tools Cloud
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": {
    "d-tools-cloud-mcp-se": {
      "command": "uvx",
      "args": [
        "d-tools-cloud-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install d-tools-cloud-mcp-server

Topics

d-toolsd-tools-cloudmodel-context-protocol