Skip to content
Cursor

tmodloader-mcp for Cursor

io.github.musharna/tmodloader-mcp

Drive a running tModLoader (Terraria) instance from an agent: launch, query, screenshot, read state.

client:Cursor transport:stdio runtime:pypi

Install tmodloader-mcp in Cursor

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

{
  "mcpServers": {
    "tmodloader-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tmodloader-mcp"
      ]
    }
  }
}

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

tmodloader-mcp in other clients