mcpbeat Sign in

TerraVision MCP Server

by patrickchugh Your server? Claim it
local only

TerraVision runs on your own machine — the client starts it, so there is no endpoint to ping. 1 409 installs a week from pypi. Last commit 10 Aug 2026.

Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons

Installs per day peak 1 437 · avg 288 · +14% w/w
a month agotoday
1 409
Installs / week
pypi · terravision
1621
Stars
6 open issues
10 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] modules/config/drawio_aws4_shapes.py:1, [пакет] modules/config/drawio_resicon_colors.py:1, [пакет] modules/config/drawio_shape_map_aws.py:1 и ещё 49
этот файл ставится пользователю, но в репозитории его нет
Runs an external command modules/drawing.py:723, [пакет] modules/drawing.py:69, [пакет] modules/helpers.py:2185 и ещё 2
    os.system(f"gvpr -c -q -f {path_to_script} {path_to_predot} -o {path_to_postdot}")
Builds a file path from a variable modules/gitlibs.py:276, modules/tfwrapper.py:99, resource_classes/__init__.py:445 и ещё 3
    module_cache_path = os.path.join(MODULE_DIR, module_repo)
        config_module = __import__(
          touch id_rsa.pub
Page executes code built at runtime [пакет] modules/templates/interactive.html:884
            sectionProcessed.innerHTML = buildAttrTable(planAttrs);
Dumps the whole environment [пакет] modules/tgwrapper.py:31
    env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 terravision -- uvx terravision
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "terravision": {
      "args": [
        "terravision"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.terravision]
command = "uvx"
args = ["terravision"]
.cursor/mcp.json
{
  "mcpServers": {
    "terravision": {
      "args": [
        "terravision"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "terravision": {
      "args": [
        "terravision"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to TerraVision

same job, measured the same way
Cloudforge
by cloudforgetech6-ctrl

Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI.

46 installs/wk local only
Diagrams.so
by redhold

Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files.

208 installs/wk local only
I
Terraback
by bmoldo

Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.

244 installs/wk local only
Cloudwright
by xmpuspus

Cloud architecture and migration planning with costs, controls, evidence, and deployable IaC.

401 installs/wk local only
Synlake
by synlake

Unified API to query AWS, GCP, Azure and generate Terraform/CLI execution kits for AI agents.

answering
MCP Oci
by dockndevai

Oracle Cloud discovery + Terraform generation for AI agents — read-only, secret-safe.

458 installs/wk local only
AWS Builder
by evozim

AWS CloudFormation and Terraform infrastructure blueprint builder.

answering
Levelfour MCP
by levelfour

Cloud cost visibility and savings recommendations grounded in your actual AWS, GCP and Azure bill.

answering

TerraVision — questions

Answers built from our own checks of this server.

Why is there no uptime for TerraVision?
TerraVision 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 terravision was installed 1 409 times last week.
How do I connect TerraVision?
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 terravision straight from pypi; nothing to host, nothing to sign up for.
How many people use TerraVision?
The pypi package terravision was installed 1 409 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TerraVision open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 1 621 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.