Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Shopify Python MCP Server
Claim
by
kishimoto-banana
GitHub
E-commerce & Retail
Python
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
shopify_py_mcp
src/shopify_py_mcp/__init__.py
src/shopify_py_mcp/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ['main', 'server']