eBay MCP Server
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
Jump to
—
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
eBay MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



