mcpbeat Sign in

tmodloader-mcp MCP Server

local only

tmodloader-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

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

Installs / week
pypi · tmodloader-mcp
0
Stars
2 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check tmodloader-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add tmodloader-mcp -- uvx tmodloader-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tmodloader-mcp": {
      "args": [
        "tmodloader-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tmodloader-mcp]
command = "uvx"
args = ["tmodloader-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tmodloader-mcp": {
      "args": [
        "tmodloader-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tmodloader-mcp": {
      "args": [
        "tmodloader-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to tmodloader-mcp

same job, measured the same way
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

93 installs/wk local only
Ikenga iyke (control bridge)
by ikenga

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

local only
Wpf Visual Tree
by faze79

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

local only
Renforge
by alex-jordan547

Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.

226 installs/wk local only
Unterm
by zhitongblog

The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.

local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

214 installs/wk local only
ExecBro
by igorzheludkov

Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots

1 073 installs/wk local only

tmodloader-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for tmodloader-mcp?
tmodloader-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tmodloader-mcp.
How do I connect tmodloader-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tmodloader-mcp straight from pypi; nothing to host, nothing to sign up for.
Is tmodloader-mcp open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.