diff --git a/docs/API_Server.md b/docs/API_Server.md
index 95f8a8d95..4af1812a3 100644
--- a/docs/API_Server.md
+++ b/docs/API_Server.md
@@ -16,6 +16,10 @@ This causes the host software to create a Unix Domain Socket. A client
 can then open a connection on that socket and send commands to
 Klipper.
 
+See the [Moonraker](https://github.com/Arksine/moonraker) project for
+a popular tool that can forward HTTP requests to Klipper's API Server
+Unix Domain Socket.
+
 ## Request format
 
 Messages sent and received on the socket are JSON encoded strings