Freqtrade MCP

Integration with Freqtrade open-source trading bot framework. Manage strategies, backtesting, and live trading operations via MCP.

jiayaoqijia Updated

File contents

Freqtrade MCP

MCP server for Freqtrade trading bot integration.

Provides MCP integration with the Freqtrade open-source crypto trading bot framework. Enables AI agents to manage trading strategies, run backtests, monitor live trading operations, and analyze trading performance through the Model Context Protocol.

Installation

{
  "mcpServers": {
    "freqtrade": {
      "command": "npx",
      "args": ["-y", "freqtrade-mcp-server"],
      "env": {
        "FREQTRADE_API_URL": "http://localhost:8080",
        "FREQTRADE_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Prerequisites

  • Freqtrade instance running with API enabled

Links

jiayaoqijia/cryptoskill/tree/main/skills/mcp-servers/freqtrade-mcp commit d59d7dc08d

Frequently asked questions

npx skillmds@latest add jiayaoqijia/freqtrade-mcp