home / mcp / shopify liquid mcp server
๐ Fast, local, offline-first MCP server for Shopify Liquid documentation with **198 comprehensive docs** including all tags, filters, and objects.
Configuration
View docs{
"mcpServers": {
"florinel-chis-shopify-liquid-mcp": {
"command": "shopify-liquid-mcp",
"args": []
}
}
}You have a fast, offline-capable MCP server focused on Shopify Liquid documentation. It gives instant access to 198 Liquid docs, including tags, filters, and objects, making theme development, debugging, and snippet reuse quicker and completely offline.
Use an MCP client to connect to your local Liquid MCP server and start querying documentation, listing available docs, and performing full-text searches. You can run the server locally and point your IDE or AI assistant to the local endpoint to get fast, offline Liquid references.
Prerequisites: you need Python and/or Docker to run the server locally. Follow one of these installation paths to start the server.
{
"mcpServers": {
"shopify-liquid": {
"type": "stdio",
"command": "shopify-liquid-mcp",
"args": []
}
}
}Run the server with Docker if you prefer containerized execution. You can use the official image to start quickly.
docker pull shopify-liquid-mcp:latest
docker run -it --rm shopify-liquid-mcp:latestIf your editor supports configuring a Docker-based MCP server, you can reference the container in your editorโs MCP settings.
Point your editor or AI assistant to the local MCP server. The standard local command is the binary you install for Liquid MCP, or the Docker image you run. Use the same server name you configured in your editor settings.
Full-text search across all Shopify Liquid documentation.
Get complete documentation for a specific Liquid tag.
Get complete documentation for a specific Liquid filter.
Get complete documentation for a specific Liquid object.
List all available Liquid tags organized by category.
List all available Liquid filters organized by category.
List all available Liquid objects organized by category.