Productivity
orgchartstudio.com
Creates and reviews organizational charts from structured data in multiple formats.
ENDPOINT 1
https://www.orgchartstudio.com/mcp
MCP server metadata
- Name
- org-chart-studio
- Version
- 0.1.0
Known tools 33
render_org_chart_pngCreate a watermarked org chart PNG from CSV text or structured people data.
Potential side effectsreview_org_chart_xlsxReview a base64-encoded .xlsx workbook for org chart import readiness.
Inferred read-onlylist_templatesList built-in industry org chart templates with canonical URLs and markdown URLs.
Inferred read-onlyget_templateGet one template's variants, canonical Studio URL, markdown URL, and a suggested starting prompt.
Inferred read-onlyget_subscription_statusCheck whether the account has an active pass and how much time remains.
Inferred read-onlycreate_chart_from_csvCreate a saved org chart from CSV text up to the absolute saved-chart ceiling, independent of export payment.
Potential side effectscreate_chart_from_peopleCreate a saved org chart from structured people data up to the absolute saved-chart ceiling, independent of export payment.
Potential side effectsadd_personAdd a person under an optional parent, including email and values for registered custom fields.
Potential side effectsupdate_custom_fieldRename a custom field or change its text/number type and truncate/wrap overflow behavior without changing its stable id.
Inferred read-onlydelete_custom_fieldDelete a custom field definition and all values stored under its stable id.
Potential side effectsset_field_displayShow or hide Email/custom fields in Table View and title, department, email, or custom fields on cards.
Potential side effectsdelete_personRemove a node and promote its children to the deleted node's parent.
Potential side effectsset_managerReparent a person under a new manager, or set manager to null for root.
Inferred read-onlylist_chart_stylesList the built-in chart style recipes you can apply or use as a base.
Inferred read-onlypreview_chart_styleRender a single WATERMARKED preview PNG of a chart in a given style — a built-in recipe (`{ recipe }`) or a custom spec (`{ custom }`) — so you can show the user the look before applying it.
Inferred read-onlyset_chart_styleApply a style — a built-in recipe (`{ recipe }`) or a custom spec (`{ custom }`) — to a saved chart.
Inferred read-onlyCONNECT 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.org-chart-studio]
url = "https://www.orgchartstudio.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"org-chart-studio": {
"type": "http",
"url": "https://www.orgchartstudio.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: org-chart-studio
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": {
"org-chart-studio": {
"url": "https://www.orgchartstudio.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"org-chart-studio": {
"type": "http",
"url": "https://www.orgchartstudio.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "org-chart-studio",
"transport": "streamable-http",
"url": "https://www.orgchartstudio.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for orgchartstudio.com was fetched 2026-08-23T22:24:59.528Z and is being refreshed.
orgchartstudio.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.