Awesome MCPOther MCP Servers

GeLi2001/shopify-mcp

⭐ 238 TypeScript added to this list on 2025-05-14 repository created 2025-04-01

Shopify MCP Server is a Model Context Protocol server, published on npm as shopify-mcp, that lets an MCP client manage a Shopify store through the GraphQL Admin API. It exposes 31 tools grouped by domain: eight for products including full create, read, update and delete plus variants and options; eight for customers including CRUD, merging and address management; ten for orders covering lookup, cancel, close and reopen, marking as paid, fulfillment and refunds; three for reading, setting and deleting metafields on any resource; one for setting absolute inventory quantities at a location; and one for adding or removing tags on any taggable resource. All list queries support cursor-based pagination with a pageInfo block, sort keys specific to each resource with an optional reverse flag, and a raw query parameter that passes Shopify search syntax straight through, so filters such as status, vendor or tag work without extra tooling. Two authentication modes are supported. Apps created in the Shopify Dev Dashboard from January 2026 onward use OAuth client credentials, and the server exchanges the client id and secret for an access token and refreshes it before the roughly 24-hour expiry; older custom apps can still pass a static shpat access token. Credentials and the myshopify domain are given either as command line arguments or as environment variables in a .env file, and the API version defaults to 2026-01 but can be overridden. The README documents configuration for Claude Desktop and Claude Code, global installation, the required Admin API scopes for products, customers and orders, and error handling for API and authentication problems. It runs on Node.js 18 or newer and is aimed at merchants and developers automating store operations from an assistant.

https://github.com/GeLi2001/shopify-mcp

mcp-servershopifyecommercegraphqladmin-apitypescriptordersproductsinventory

Also in Other MCP Servers

microsoft/markitdown

MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.

punkpeye/awesome-mcp-servers

A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.

modelcontextprotocol/servers

The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.

koala73/worldmonitor

World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.

headroomlabs-ai/headroom

Headroom is a context compression layer for AI agents, reducing token usage by 60-95% while preserving accuracy, implemented as a library, proxy, and MCP server.

diegosouzapw/OmniRoute

OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...

rohitg00/ai-engineering-from-scratch

This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...

every-app/open-seo

Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.