stockfish-mcp
Verified Safeby sankalp0412
Overview
Integrate the Stockfish chess engine with Claude Desktop for AI-assisted chess gameplay via natural language.
Installation
uv run stockfish-mcpEnvironment 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
mcp-redis
Provides a natural language interface for AI agents to manage, search, and interact with structured and unstructured data in a Redis database.
chessagine-mcp
Provides advanced chess analysis, game review, and interactive training capabilities to large language models via the Model Context Protocol.
chess_analysis_tool
Provides AI-powered chess game analysis, including per-move insights, best lines, and AI commentary, to help players improve.
ga-ai-mcp-server
This server allows AI agents to query Google Analytics 4 data (reports, traffic sources, demographics, etc.) via the Model Context Protocol (MCP).