Freqtrade MCP

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

yejiming d59d7dc 2 files · 1.1 KB 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

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/freqtrade-mcp commit d59d7dc08d

Frequently asked questions

npx skillmds@latest add yejiming/freqtrade-mcp