AiyoPerps is a perpetual futures desktop terminal that supports both CEX (centralized) and DEX (decentralized) trading. It provides a full desktop UI, an MCP server for AI agents, and a local REST API. With AiyoPerps, you can trade crypto perpetual futures manually, with AI collaboration, or fully driven by AI. If you think this project is cool, feel free to buy us a coffee! When you sponsor us, y
Add this skill
npx mdskills install phidiassj/aiyoperpsComprehensive trading terminal with MCP server, REST API, and multi-exchange support for AI-driven futures trading
AiyoPerps is a perpetual futures desktop terminal that supports both CEX (centralized) and DEX (decentralized) trading. It provides a full desktop UI, an MCP server for AI agents, and a local REST API.
With AiyoPerps, you can trade crypto perpetual futures manually, with AI collaboration, or fully driven by AI.

If you think this project is cool, feel free to buy us a coffee!
When you sponsor us, you’ll also get a chance to join Taiwan’s receipt lottery.
That’s because Chen-Si Studio is a team that pays taxes properly. We issue an official receipt/invoice for every bit of income, and those invoice numbers can be checked for prizes every two months.
Even if you don’t live in Taiwan, if your invoice wins, just let us know. We’ll claim the prize for you and then send you the money (after deducting any necessary handling fees).
Hyperliquid, BitMEX, and Aster.AiyoPerps.exe./AiyoPerpsClone this repo or download the full source code.
git clone https://github.com/phidiassj/AiyoPerps.git
Build it with Visual Studio 2026.
HTTP API port (default 5078).ON.http://127.0.0.1:5078/scalarhttp://127.0.0.1:5078/mcpUse this when you only need REST or MCP.
Start the app with -- headless --port 5078.
Windows:
AiyoPerps.exe -- headless --port 5078
Linux:
./AiyoPerps -- headless --port 5078
macOS is currently supported through Docker only.
docker run --rm --name aiyoperps -p 5078:5078 phidiassj/aiyoperps:latest
The container starts automatically in headless mode and enables the HTTP API automatically.
npx -y @phidiassj/aiyoperps-mcp-installer
This registers AiyoPerps with supported AI agents such as Codex, Claude Desktop, Claude Code CLI, and OpenClaw.

npx -y @phidiassj/aiyoperps-mcp-bridge --quiet --url http://127.0.0.1:5078/mcp
If the installer does not support your AI agent, try this manual method.
Account Manager and add an account.Enable.Symbol and Interval.Order, Positions, Orders, and Balances.Install via CLI
npx mdskills install phidiassj/aiyoperpsAiyoPerps is a free, open-source AI agent skill. AiyoPerps is a perpetual futures desktop terminal that supports both CEX (centralized) and DEX (decentralized) trading. It provides a full desktop UI, an MCP server for AI agents, and a local REST API. With AiyoPerps, you can trade crypto perpetual futures manually, with AI collaboration, or fully driven by AI. If you think this project is cool, feel free to buy us a coffee! When you sponsor us, y
Install AiyoPerps with a single command:
npx mdskills install phidiassj/aiyoperpsThis downloads the skill files into your project and your AI agent picks them up automatically.
AiyoPerps works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.