← orgchartstudio.com

INDIVIDUAL MCP TOOL

set_show_avatar

Toggle avatar or initials space on org chart cards.

orgchartstudio.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

orgchartstudio.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.orgchartstudio-com]
url = "https://www.orgchartstudio.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "orgchartstudio-com": {
      "type": "http",
      "url": "https://www.orgchartstudio.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: orgchartstudio-com
Remote MCP URL: https://www.orgchartstudio.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "orgchartstudio-com": {
      "url": "https://www.orgchartstudio.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "orgchartstudio-com": {
      "type": "http",
      "url": "https://www.orgchartstudio.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "orgchartstudio-com",
  "transport": "streamable-http",
  "url": "https://www.orgchartstudio.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • render_org_chart_png — Create a watermarked org chart PNG from CSV text or structured people data.
  • render_org_chart_pptx — Create a watermarked org chart PPTX (PowerPoint) from CSV text or structured people data.
  • render_org_chart_pdf — Create a watermarked org chart PDF from CSV text or structured people data.
  • review_org_chart_csv — Review CSV text for org chart import readiness.
  • review_org_chart_xlsx — Review a base64-encoded .xlsx workbook for org chart import readiness.
  • list_templates — List built-in industry org chart templates with canonical URLs and markdown URLs.
  • get_template — Get one template's variants, canonical Studio URL, markdown URL, and a suggested starting prompt.
  • get_subscription_status — Check if the account has an active subscription or Day Pass, how much time/days are remaining, and the account's org-size limit.