Back to Home
sankalp0412 icon

stockfish-mcp

Verified Safe

by sankalp0412

Overview

Integrate the Stockfish chess engine with Claude Desktop for AI-assisted chess gameplay via natural language.

Installation

Run Command
uv run stockfish-mcp

Environment Variables

  • STOCKFISH_PATH
  • REDIS_HOST
  • REDIS_PORT

Security Notes

Uses `pickle` for object serialization to Redis, which can be a security risk if an attacker can inject arbitrary pickled data into Redis. However, in this local context, data is self-generated and stored/retrieved by the application itself, mitigating immediate danger. Relies on an external API (fen2image.chessvision.ai) for board visuals, introducing a dependency and potential external service risks, though a timeout is implemented.

Similar Servers

Stats

Interest Score38
Security Score7
Cost ClassMedium
Avg Tokens3000
Stars1
Forks0
Last Update2025-11-28

Tags

ChessAIStockfishMCPPython