Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Jds6600

БесплатноНе проверен

MCP server for the JDS6600 signal generator, enabling vintage tape recorder calibration via auto-detection and advanced waveform controls.

GitHubEmbed

Описание

MCP server for the JDS6600 signal generator, enabling vintage tape recorder calibration via auto-detection and advanced waveform controls.

README

This project provides an MCP (Model Context Protocol) interface for the JDS6600 Signal Generator, specifically tailored for vintage tape recorder calibration and repair.

Features

  • Auto-detection: Automatically finds the CH340 chipset on COM ports.
  • Advanced Control: Frequency, Amplitude, Waveform, DC Offset, Duty Cycle, and Phase shift.
  • Safety Defaults: Returns to low-voltage sine wave on shutdown.
  • MCP Integration: Control your lab hardware directly from Claude Desktop.

Installation

  1. Create a virtual environment:
python -m venv .venv
.venv\Scripts\activate
  1. Install dependencies:
pip install fastmcp pyserial

Usage

Testing the hardware

To verify the connection and all advanced features (Offset, Duty, Phase), run the physical test from the project root:

python tests/physical_test.py

Running the MCP Server

o use it with Claude Desktop, add the server to your claude_desktop_config.json. Note: Replace <YOUR_PROJECT_PATH> with the actual absolute path to your folder.

{
  "mcpServers": {
    "jds6600": {
      "command": "<YOUR_PROJECT_PATH>\\.venv\\Scripts\\python.exe",
      "args": [
        "<YOUR_PROJECT_PATH>\\src\\jds6600_mcp\\server.py"
      ]
    }
  }
}

Credits

This driver's communication protocol and register logic are based on the extensive research and library by Kristoff Bonne (on1arf).

from github.com/csibug/jds6600-mcp

Установка Jds6600

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/csibug/jds6600-mcp

FAQ

Jds6600 MCP бесплатный?

Да, Jds6600 MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Jds6600?

Нет, Jds6600 работает без API-ключей и переменных окружения.

Jds6600 — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Jds6600 в Claude Desktop, Claude Code или Cursor?

Открой Jds6600 на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Jds6600 with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development