← orgchartstudio.com

INDIVIDUAL MCP TOOL

create_chart_from_csv

Create a saved org chart from CSV text.

orgchartstudio.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.