MCP.so
登录

Demo Shopify Storefront MCP Server

@agent-ready

关于 Demo Shopify Storefront MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

agent-ready

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "demo-shopify-storefront-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "http://localhost:3000/mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Demo Shopify Storefront MCP Server?

A demo MCP server that integrates with the Shopify Storefront API, enabling AI assistants to access Shopify store data. It was created as a demonstration for a proposal on the OpenAI Community Platform.

How to use Demo Shopify Storefront MCP Server?

Copy .env.example to .env, then fill in your Shopify domain and a Storefront API token. Run npm build and npm start to start the local server. For Claude Desktop, configure it with mcp-remote pointing to http://localhost:3000/mcp.

Key features of Demo Shopify Storefront MCP Server

  • Integrates with the Shopify Storefront API
  • Provides an MCP endpoint for AI assistants
  • Supports local and remote deployment
  • Requires a valid Storefront API token
  • Designed as a demo for public MCP servers

Use cases of Demo Shopify Storefront MCP Server

  • Demonstrating MCP server integration with Shopify
  • Enabling AI assistants to query Shopify storefront data
  • Testing MCP server deployment and connectivity

FAQ from Demo Shopify Storefront MCP Server

What is the purpose of this server?

It is a demo created for a proposal regarding public MCP servers on the OpenAI Community Platform.

What credentials are needed?

You need your Shopify domain and a Shopify Storefront API token.

How do I connect it to Claude Desktop?

First run the server, then add the mcp-remote configuration pointing to http://localhost:3000/mcp to your Claude Desktop config.

Can I deploy this server remotely?

Yes, you can deploy the Express Server wherever you wish and use https://your-domain.com/mcp instead of http://localhost:3000/mcp.

How do I test the server manually?

Use the MCP inspector by running npx @modelcontextprotocol/inspector http://localhost:3000/mcp.

评论

其他 分类下的更多 MCP 服务器