Ebay MCP Server is a simple server that allows users to fetch auctions from Ebay.com using the official MCP Python SDK for protocol communication and server interactions. Users can install the required UV package and set up their Ebay API credentials to search for auctions based on queries.
Ebay MCP Server is a simple server that allows users to fetch auctions from Ebay.com using the official MCP Python SDK for protocol communication and server interactions. Users can install the required UV package and set up their Ebay API credentials to search for auctions based on queries.
Install the UV package, set your Ebay client ID and secretAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ebay-mcp-server": {
"command": "npx",
"args": [
"-y",
"Install the UV package, set your Ebay client ID and secret"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Ebay MCP Server?"
No configuration required. This server works out of the box.
"What resources are available in Ebay MCP Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Ebay MCP Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Ebay MCP Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.