# Freqtrade MCP

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

- Skill: `yejiming/freqtrade-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/freqtrade-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/freqtrade-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/freqtrade-mcp

---


# 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

```json
{
  "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

- **Website**: https://www.freqtrade.io
- **Documentation**: https://www.freqtrade.io/en/stable/
- **GitHub**: https://github.com/freqtrade/freqtrade

