dealx/mcp-server
MCP Server for DealX platform
Quick Start
Clone the repository:
git clone https://github.com/DealExpress/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"dealexpress-mcp-server": {
"command": "npx",
"args": [
"-y",
"dealx/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.