eBay MCP Server

by chaso-pa

263 downloads
Not rated
GitHub

Description

# eBay MCP Server This project is a demonstration of an MCP server using FastMCP. ## Installation To install the dependencies, run: ```bash uv sync ``` ## Usage To start the server, run: ```bash uv run fastmcp run src/server.py ``` ## Install In Claude Desktop, run: ```bash uv…

About

# eBay MCP Server This project is a demonstration of an MCP server using FastMCP. ## Installation To install the dependencies, run: ```bash uv sync ``` ## Usage To start the server, run: ```bash uv run fastmcp run src/server.py ``` ## Install In Claude Desktop, run: ```bash uv run fastmcp install src/server.py -e…

Details

Author
chaso-pa
Downloads
263
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name eBay MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with uv sync. Start the server with uv run fastmcp run src/server.py. To install in Claude Desktop, run uv run fastmcp install src/server.py -e EBAY_APP_ID=<YOUR_EBAY_APP_ID> -e EBAY_CLIENT_ID=<YOUR_EBAY_CLIENT_ID>.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ebay mcp server": {
            "ebay-mcp-server": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "ebay-mcp-server": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

eBay MCP Server

This project is a demonstration of an MCP server using FastMCP.

Installation

To install the dependencies, run:

uv sync

Usage

To start the server, run:

uv run fastmcp run src/server.py

Install

In Claude Desktop, run:
uv run fastmcp install src/server.py -e EBAY_APP_ID=<YOUR_EBAY_APP_ID> -e EBAY_CLIENT_ID=<YOUR_EBAY_CLIENT_ID>

License

This project is licensed under the MIT License - see the LICENSE file for details.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.