Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sandpipersaas

FreeNot checked

An MCP server for sandpiper - a TL-Verilog compiler, that outputs SystemVerilog/Verilog

GitHubEmbed

About

An MCP server for sandpiper - a TL-Verilog compiler, that outputs SystemVerilog/Verilog

README

A MCP server that wraps Redwood EDA’s SandPiper-SaaS compile function to convert TL‑Verilog (TLV) files into SystemVerilog/Verilog. Exposes every SandPiper flag as its own MCP tool parameter for introspection and easy automation. In other words, tell in natural language(English) what you want the compiler to do. Refer prompt for prompt examples.

This project uses UV to manage its virtual environment and dependencies.

Install UV

If you don’t already have the UV CLI installed, you can install it using just pip (no pipx required):

pip install --user uv

Or, if you prefer an isolated install via pipx:

pipx install uv

Verify that it’s on your PATH:

uv --version

Initialize & install dependencies & install dependencies

Clone this repo

git clone https://github.com/shariethernet/mcp-sandpipersaas.git

From the project root, run:

uv install

This will create (or reuse) a .venv/ directory and install all required packages.

Running the server

With uv

The easiest way to start the MCP server is via the uv command (part of the UV toolkit):

uv --directory <path_to_this_repo>/mcp-sandpiperasaas run mcp-sandpiperasaas.py

This will launch the MCP server over stdio, ready to accept tools/list and tools/invoke requests.

With uvx

If you prefer the lightweight uvx bundle:

uvx run mcp-sandpiperasaas.py

It will detect and run the MCP server in the current directory.

Claude Desktop/Cline configuration

You can configure your MCP-server with the following json for Cline or Claude Desktop or any MCP Client that atleast supports mcp tool calling: (Note for paths in windows use \\ instead of /)

{
  "mcp-sandpiperasaas": {
    "command": "uv",
    "args": [
      "--directory",
      "<path to this repo>/mcp-sandpiperasaas",
      "run",
      "mcp-sandpiperasaas.py"
    ],
    "autoApprove": [
      "sandpiper_compile"
    ]
  }
}
  • command: the CLI you use (uv or uvx)
  • args: arguments to point at the project folder and mcp script
  • autoApprove: list of tool names that can run without extra confirmation (“sandpiper_compile”)

from github.com/shariethernet/mcp-sandpipersaas

Installing Sandpipersaas

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/shariethernet/mcp-sandpipersaas

FAQ

Is Sandpipersaas MCP free?

Yes, Sandpipersaas MCP is free — one-click install via Unyly at no cost.

Does Sandpipersaas need an API key?

No, Sandpipersaas runs without API keys or environment variables.

Is Sandpipersaas hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sandpipersaas in Claude Desktop, Claude Code or Cursor?

Open Sandpipersaas on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sandpipersaas with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs