📦
Srv Korad KD3005P
MCP server for korad KD3005P power supply
0 installs
Trust: 34 — Low
Devtools
Ask AI about Srv Korad KD3005P
Powered by Claude · Grounded in docs
I know everything about Srv Korad KD3005P. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server for korad-KD3005P
This MCP server allow the control of Korad KD3005P power supplies.

Install the server
cargo install mcp-srv-korad-KD3005P
Or if you have cloned the repo
cargo install --path .
Test in VsCode With Copilot
Setup VsCode
~/.vscode/mcp.json
{
"servers": {
"korad-KD3005P": {
"type": "stdio",
"command": "mcp-srv-korad-kd3005p",
}
}
}
With lulu-logs:
{
"servers": {
"korad-KD3005P": {
"type": "stdio",
"command": "mcp-srv-korad-kd3005p",
"args": [
"--lulu",
"127.0.0.1:1883"
]
}
}
}
Run the tests
Inside the Agent chat use the prompt /test-hw
# into agent
/test-hw
# agent will test the connected power supply
