Home/Directory/Developer Tools/Freqtrade

Freqtrade

@kukapay · github.com/kukapay/freqtrade-mcp

An MCP server that integrates with the Freqtrade cryptocurrency trading bot.

ClaimedDeveloper ToolsHTTPlocal auth
GitHub

Install one command

terminal
$ pip install freqtrade-client mcp[cli]

Or add it with the Claude CLI: claude mcp add kukapay-freqtrade-mcp

Tools exposed 17 tools

fetch_market_data
fetch_bot_status
fetch_profit
fetch_balance
fetch_performance
fetch_whitelist
fetch_blacklist
fetch_trades
fetch_config
fetch_locks
place_trade
start_bot
stop_bot
reload_config
add_blacklist
delete_blacklist
delete_lock

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kukapay-freqtrade-mcp": {
      "command": "pip",
      "args": ["install", "freqtrade-client", "mcp[cli]"],
      "env": {
        "FREQTRADE_PASSWORD": "<your-freqtrade-password>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo