MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Signalgenmcp4922

A sigal generator for teensy 4.1

Created 3/22/2026
Updated about 4 hours ago
Repository documentation and setup instructions

SignalGenMCP4922

A teensy 4.1 signal generator that outputs a sin wave over the MCP4922

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/NepToasty/SignalGenMCP4922
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "neptoasty-signalgenmcp4922": { "command": "git", "args": [ "clone", "https://github.com/NepToasty/SignalGenMCP4922" ] } } }