Token导航 LogoToken导航TokenDH.com
MCP Server Users logo
运维云端未说明官方级别未说明来源级核验

MCP Server Users

MCP Server

为Claude AI提供实时电子商务和用户数据访问的多服务模型上下文协议(MCP)服务器。

工具数

2

提示词数

0

GitHub Stars

0

资源数

0
AI扩展电子商务JavaScriptClaude用户管理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

YehuditSabag

提供方

YehuditSabag

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

🚀 MCP Server Collection for Claude AI

Multi-service Model Context Protocol (MCP) servers that extend Claude AI with real-time e-commerce and user data access.

](https://nodejs.org/) ![MCP](https://modelcontextprotocol.io/) ![License: MIT](https://opensource.org/licenses/MIT)

🎯 What is this?

Two MCP servers that enable Claude AI to fetch live data from external APIs:

  • Fake Store Service (server.js) - E-commerce product data
  • Typicode Service (user.js) - User management data

Both servers run simultaneously in Claude Desktop, allowing natural language queries like:

  • *"Show me products under $50"*
  • *"How many users are from California?"*
  • *"Create a report of user demographics and popular products"*

⚡ Quick Start

# Clone and install
git clone https://github.com/YehuditSabag/MCP-SERVER-Users.git
cd MCP-SERVER-Users
npm install

# Test servers
node server.js  # Products
node user.js    # Users

🔧 Claude Desktop Setup

Edit your config file:

Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "FakeStoreService": {
      "command": "node",
      "args": ["C:/absolute/path/to/MCP-SERVER-Users/server.js"]
    },
    "TypicodeService": {
      "command": "node",
      "args": ["C:/absolute/path/to/MCP-SERVER-Users/user.js"]
    }
  }
}

Important: Use absolute paths and restart Claude Desktop after configuration.

📦 Available Tools

ToolDescriptionAPI Source
getProductsFetch product catalog with prices, ratings, categoriesFake Store API
getUserDataRetrieve user info with addresses, companies, contactsJSONPlaceholder

💡 Usage Examples

Ask Claude:

  • "What are the most expensive products?"
  • "Show users grouped by city"
  • "Which product categories match our user demographics?"

Claude will automatically use these tools to fetch and analyze the data!

🏗️ Project Structure

MCP-SERVER-Users/
├── server.js          # Products service
├── user.js            # Users service
├── package.json
└── README.md

🧪 Tech Stack

  • Node.js - Runtime
  • MCP SDK - Protocol implementation
  • Public APIs - Fake Store & JSONPlaceholder

🤝 Contributing

Fork, create a feature branch, and submit a PR. Ideas welcome:

  • New API integrations
  • Error handling improvements
  • Caching layer
  • TypeScript migration

📝 License

MIT License - See LICENSE file.

🔗 Resources


Built for AI-powered data integration • Demonstrating Model Context Protocol with Claude AI

目录标签

目录标签

AI扩展电子商务JavaScriptClaude用户管理本地部署实时数据API集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP