Tableau MCP Server

30 tools. 6 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

6 can modify or destroy data
24 read-only
30 tools total

Community server · catalogue entry verified 26/06/2026

How to control Tableau MCP Server ↓

What Tableau MCP Server exposes to your agents

Read (24) Write / Execute (1) Destructive / Financial (5)
Critical Risk

The most dangerous Tableau MCP Server tools

6 of Tableau MCP Server's 30 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Tableau MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Tableau MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete-datasource": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "update-cloud-extract-refresh-task": {
    "limits": [
      {
        "counter": "update-cloud-extract-refresh-task_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get-datasource-metadata": {
    "limits": [
      {
        "counter": "get-datasource-metadata_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Tableau MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TABLEAU →

Instant setup, no code required.

All 30 Tableau MCP Server tools

READ 24 tools
Read get-datasource-metadata This tool retrieves metadata for a specified datasource by taking the basic, high level, metadata results from Read get-oauth-token Returns the OAuth Bearer token (Tableau JWT) used to authenticate the current session. This tool provides the Read get-stale-content-report Builds a deterministic report of stale Tableau Cloud content (workbooks and published datasources) by querying Read get-view Retrieves information about the specified view, including upstream datasources, workbook information, project Read get-workbook Retrieves information about the specified workbook, including information about the views contained in the wor Read list-all-pulse-metric-definitions Retrieves a list of all published Pulse Metric Definitions using the Tableau REST API. Use this tool when a u Read list-custom-views Retrieves a list of custom views for a Tableau workbook including their metadata such as name, owner, and the Read list-datasources Retrieves a list of published data sources from a specified Tableau site using the Tableau REST API. Supports Read list-extract-refresh-tasks Retrieves a list of extract refresh tasks for the Tableau site. Each task describes a scheduled refresh for a Read list-instances List all running Tableau Desktop instances. Returns available instances with session IDs that can be used in t Read list-jobs Retrieves a list of background jobs for the Tableau site. Each job represents a background task such as an ext Read list-projects Retrieves a list of projects on a Tableau site including their metadata such as name, description, parent proj Read list-pulse-metric-definitions-from-definition-ids Retrieves a list of specific Pulse Metric Definitions using the Tableau REST API from a list of metric definit Read list-pulse-metrics-from-metric-definition-id Retrieves a list of published Pulse Metrics from a Pulse Metric Definition using the Tableau REST API. Use th Read list-pulse-metrics-from-metric-ids Retrieves a list of published Pulse Metrics from a list of metric IDs using the Tableau REST API. Use this to Read list-users Retrieves a list of users on the Tableau site. Each user includes profile information such as site role, email Read list-views Retrieves a list of views on a Tableau site including their metadata such as name, owner, and the workbook the Read list-workbooks Retrieves a list of workbooks on a Tableau site including their metadata such as name, description, and inform Read query-admin-insights-job-performance Queries the Admin Insights Read query-admin-insights-site-content Queries the Admin Insights Read query-admin-insights-ts-events Queries the Admin Insights Read search-content This tool searches across all supported content types for objects relevant to the search expression specified Read generate-pulse-insight-brief Generate a concise insight brief for Pulse Metrics using Tableau REST API. This endpoint provides AI-powered c Read generate-pulse-metric-value-insight-bundle Generate an insight bundle for the current aggregated value for Pulse Metric using Tableau REST API. You need

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Tableau MCP Server

Can an AI agent delete data through the Tableau MCP Server MCP server? +

Yes. The Tableau MCP Server server exposes 5 destructive tools including delete-datasource, delete-extract-refresh-task, delete-workbook. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Tableau MCP Server? +

The Tableau MCP Server server has 1 write tools including update-cloud-extract-refresh-task. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Tableau MCP Server.

How many tools does the Tableau MCP Server MCP server expose? +

30 tools across 3 categories: Destructive, Read, Write. 24 are read-only. 6 can modify, create, or delete data.

How do I enforce a policy on Tableau MCP Server? +

Register the Tableau MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Tableau MCP Server tool call.

Deterministic rules across all 30 Tableau MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

30 Tableau MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.