Chess UCI
Rank #8,715io.github.AnglerfishChess/chess-uci-mcp
Analyze chess positions and get best moves from UCI engines such as Stockfish or Leela
Chess UCI is a Model Context Protocol (MCP) server published by AnglerfishChess. It ranks #8,715 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Chess UCI is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Apr 9, 2025 and most recently updated on Sep 11, 2026.
Ranks ahead of 123,398 of 132,113 servers on MCP Toplist.
Use Chess UCI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add chess-uci-mcp -- uvx chess-uci-mcp /usr/local/bin/stockfish --think-time 1000[mcp_servers.chess-uci-mcp]
command = "uvx"
args = ["chess-uci-mcp", "/usr/local/bin/stockfish", "--think-time", "1000"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"chess-uci-mcp": {
"command": "uvx",
"args": [
"chess-uci-mcp",
"/usr/local/bin/stockfish",
"--think-time",
"1000"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"chess-uci-mcp": {
"command": "uvx",
"args": [
"chess-uci-mcp",
"/usr/local/bin/stockfish",
"--think-time",
"1000"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"chess-uci-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"chess-uci-mcp",
"/usr/local/bin/stockfish",
"--think-time",
"1000"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"chess-uci-mcp": {
"command": "uvx",
"args": [
"chess-uci-mcp",
"/usr/local/bin/stockfish",
"--think-time",
"1000"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chess-uci-mcp": {
"command": "uvx",
"args": [
"chess-uci-mcp",
"/usr/local/bin/stockfish",
"--think-time",
"1000"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AnglerfishChess%2Fchess-uci-mcp)<a href="https://mcptoplist.com/server/io.github.AnglerfishChess%2Fchess-uci-mcp"><img src="https://mcptoplist.com/badge/io.github.AnglerfishChess%2Fchess-uci-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
AnglerfishChess
Other servers by AnglerfishChess
View all AnglerfishChess servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.1 | Sep 11, 2026 |
| 0.3.0 | Sep 5, 2026 |
| 0.2.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains Chess UCI?
- Chess UCI is maintained by AnglerfishChess, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Chess UCI listed on the Official MCP Registry?
- Yes — Chess UCI is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Chess UCI have?
- MCP Toplist tracks 3 versions of Chess UCI, most recently published on Sep 11, 2026.
- Where can I find the source code for Chess UCI?
- The source code for Chess UCI is hosted at github.com/AnglerfishChess/chess-uci-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.