Chess FEN MCP Server

by bigsy

Not rated
GitHub

About

Validate and visualize chess positions using FEN notation.

Details

Author
bigsy
Categories
Developer Tools

Setup

Install Chess FEN MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/bigsy/chess-FEN-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Validate and visualize chess positions using FEN notation.

A Model Context Protocol (MCP) server that provides chess FEN notation validation and visualization capabilities.

- Convert FEN (Forsyth-Edwards Notation) strings to ASCII chess board visualizations
- Easy integration with MCP-compatible AI assistants allowing them to validate their generated FEN strings
- Installable via npx

Add to your MCP client configuration (Claude Desktop, etc.):

{ "mcpServers": { "chess-fen": { "command": "npx", "args": ["chess-fen-mcp"] } } }

If installed globally, you can also use:

{ "mcpServers": { "chess-fen": { "command": "chess-fen-mcp" } } }

Converts a FEN string to an ASCII chess board visualization.

- fen_string(string, required): FEN notation string

fen_string: "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
Fen { rows: 8, columns: 8, board: [ a b c d e f g h 8 ♜ ♞ ♝ ♛ ♚ ♝ ♞ ♜ 8 7 ♟ ♟ ♟ ♟ ♟ ♟ ♟ ♟ 7 6 . . . . . . . . 6 5 . . . . . . . . 5 4 . . . . . . . . 4 3 . . . . . . . . 3 2 ♙ ♙ ♙ ♙ ♙ ♙ ♙ ♙ 2 1 ♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖ 1 a b c d e f g h ], toMove: 'white', castlingRights: { white: { queenside: true, kingside: true }, black: { queenside: true, kingside: true } }, enPassantSquare: '-', halfMoves: 0, fullMoves: 1 }
git clone cd chess-fen-mcp npm install npm run dev

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.