Deepseek_Harness_for_Matlab_MCP_toolkit

changhw/Deepseek_Harness_for_Matlab_MCP_toolkit
★ 2 stars Unknown language AI/LLM Updated 2d ago
The documents introducing how to set Matlab MCP and agent toolkit in Deepseek Harness.
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": {
    "deepseek_harness_for": {
      "command": "npx",
      "args": [
        "-y",
        "changhw/Deepseek_Harness_for_Matlab_MCP_toolkit"
      ]
    }
  }
}