Example Servers
A list of example servers built with Muppet
This page showcases a few example servers built with Muppet. These examples are designed to help you understand how to use Muppet in different scenarios and runtimes, and provide a starting point for your own projects.
- with-stdio - Runs in Node.js and uses
StdioServerTransport
transport layer from@modelcontextprotocol/sdk
to connect. - example-forecast - A simple weather server that exposes two tools:
get-alerts
andget-forecast
, which can be used to fetch weather alerts and forecasts, respectively. - with-sse-express - Runs in Node.js and uses
SseServerTransport
transport layer from@modelcontextprotocol/sdk
to connect. - with-streaming - Uses
StreamableHTTPTransport
transport layer from@hono/mcp
to connect and can be used with all the runtimes which support Streaming with hono. More details about that here.