Dwarf Fortress (DFHack) runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 26 Jul 2026.
MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools
Today is the operative word: we check Dwarf Fortress (DFHack) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dfhack-mcp -- npx -y dfhack-mcp
{
"mcpServers": {
"dfhack-mcp": {
"args": [
"-y",
"dfhack-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.dfhack-mcp]
command = "npx"
args = ["-y", "dfhack-mcp"]
{
"mcpServers": {
"dfhack-mcp": {
"args": [
"-y",
"dfhack-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"dfhack-mcp": {
"args": [
"-y",
"dfhack-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DFHACK_HOST (Host running DFHack's remote RPC server. Defaults to 127.0.0.1.), DFHACK_PORT (Port for DFHack's remote RPC server. Defaults to 5000.), DFHACK_MCP_ACTUATORS (Set to any value to expose the write tools. Unset, the server is read-only.).
The author declared them in the registry entry; get the values from the project itself.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.
MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents
MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
MCP server exposing 104+ modern CLI tools for AI agents with JSON output.
Answers built from our own checks of this server.