The documents introducing how to set Matlab MCP and agent toolkit in Deepseek Harness.
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"
]
}
}
}
Run in terminal:
claude mcp add deepseek_harness_for npx -y changhw/Deepseek_Harness_for_Matlab_MCP_toolkit
Add to .cursor/mcp.json:
{
"mcpServers": {
"deepseek_harness_for": {
"command": "npx",
"args": [
"-y",
"changhw/Deepseek_Harness_for_Matlab_MCP_toolkit"
]
}
}
}