MCP server for the Nexus Exchange API — read market data and place trades from an AI agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nexus-exchange-mcp": {
"command": "npx",
"args": [
"-y",
"nexus-xyz/nexus-exchange-mcp"
]
}
}
}
Run in terminal:
claude mcp add nexus-exchange-mcp npx -y nexus-xyz/nexus-exchange-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"nexus-exchange-mcp": {
"command": "npx",
"args": [
"-y",
"nexus-xyz/nexus-exchange-mcp"
]
}
}
}