Skip to content
Cursor

dwarffortress mcp for Cursor

io.github.mrfentmen/dwarffortress-mcp

Use this MCP server to the Dwarf Fortress wiki, !!FUN!! knowledge about the most complex game...

client:Cursor transport:stdio runtime:npm

Install dwarffortress mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dwarffortress-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dwarffortress-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dwarffortress mcp in other clients