Back to MCP directory
publicPublicdnsLocal runtime

ebay-mcp-server

这是一个基于FastMCP的eBay MCP服务器演示项目,包含安装、运行和配置说明

article

README

🚀 eBay MCP 服务器

该项目展示了如何运用 FastMCP 搭建一个 MCP 服务器,为相关开发工作提供了实用的示例。

🚀 快速开始

本项目可帮助你快速搭建一个使用 FastMCP 的 MCP 服务器。以下是启动服务器的具体步骤。

📦 安装指南

安装依赖项

要安装项目所需的依赖项,请运行以下命令:

uv sync

在 Claude 桌面中安装

若要在 Claude 桌面中进行安装,请运行以下命令:

uv run fastmcp install src/server.py -e EBAY_APP_ID=<YOUR_EBAY_APP_ID> -e EBAY_CLIENT_ID=<YOUR_EBAY_CLIENT_ID>

请将 <YOUR_EBAY_APP_ID><YOUR_EBAY_CLIENT_ID> 替换为你自己的 eBay 应用 ID 和客户端 ID。

💻 使用示例

启动服务器

要启动 MCP 服务器,请运行以下命令:

uv run fastmcp run src/server.py

📄 许可证

此项目根据 MIT 许可证进行许可。有关详细信息,请参阅 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client