Provide a Model Context Protocol server delivering real-time data, analysis, and trading tools for Aster DEX perpetual futures.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"asterdex-mcp-server": {
"command": "npx",
"args": [
"-y",
"Excaliber9271/asterdex-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add asterdex-mcp-server npx -y Excaliber9271/asterdex-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"asterdex-mcp-server": {
"command": "npx",
"args": [
"-y",
"Excaliber9271/asterdex-mcp-server"
]
}
}
}