{"id":35094130,"url":"https://github.com/tableau/tableau-mcp","last_synced_at":"2026-03-07T03:08:00.474Z","repository":{"id":300861807,"uuid":"976821922","full_name":"tableau/tableau-mcp","owner":"tableau","description":"Official Tableau MCP server, providing a suite of tools that make it easier for developers to build and configure AI applications that integrate with Tableau Cloud and Server.","archived":false,"fork":false,"pushed_at":"2025-12-24T19:19:55.000Z","size":15096,"stargazers_count":155,"open_issues_count":18,"forks_count":58,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-12-26T09:47:11.086Z","etag":null,"topics":["mcp","mcp-server","modelcontextprotocol","tableau"],"latest_commit_sha":null,"homepage":"https://tableau.github.io/tableau-mcp/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tableau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-02T20:16:03.000Z","updated_at":"2025-12-24T22:10:18.000Z","dependencies_parsed_at":"2025-06-24T01:33:15.709Z","dependency_job_id":"f6c91bf3-4329-4cc7-849b-712ccecc7151","html_url":"https://github.com/tableau/tableau-mcp","commit_stats":null,"previous_names":["tableau/tableau-mcp"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/tableau/tableau-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableau%2Ftableau-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableau%2Ftableau-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableau%2Ftableau-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableau%2Ftableau-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tableau","download_url":"https://codeload.github.com/tableau/tableau-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableau%2Ftableau-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28165028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-01T02:00:06.694Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","mcp-server","modelcontextprotocol","tableau"],"created_at":"2025-12-27T15:04:24.312Z","updated_at":"2026-01-01T23:01:12.806Z","avatar_url":"https://github.com/tableau.png","language":"TypeScript","readme":"# Tableau MCP\n\n[![Tableau Supported](https://img.shields.io/badge/Support%20Level-Tableau%20Supported-53bd92.svg)](https://www.tableau.com/support-levels-it-and-developer-tools)\n\n[![Build and Test](https://github.com/tableau/tableau-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/tableau/tableau-mcp/actions/workflows/ci.yml)\n\n[![npm](https://img.shields.io/npm/v/@tableau/mcp-server)](https://www.npmjs.com/package/@tableau/mcp-server)\n\n## Overview\n\nTableau MCP is a suite of developer primitives, including tools, resources and prompts, that will\nmake it easier for developers to build AI applications that integrate with Tableau.\n\n## Official Documentation\n\nhttps://tableau.github.io/tableau-mcp/\n\n## Quick Start\n\n### Requirements\n\n- Node.js 22.7.5 or newer\n- An MCP client e.g. Claude Desktop, Cursor, VS Code, MCP Inspector, etc.\n\nStandard config works in most MCP clients:\n\n```json\n{\n  \"mcpServers\": {\n    \"tableau\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@tableau/mcp-server@latest\"],\n      \"env\": {\n        \"SERVER\": \"https://my-tableau-server.com\",\n        \"SITE_NAME\": \"my_site\",\n        \"PAT_NAME\": \"my_pat\",\n        \"PAT_VALUE\": \"pat_value\"\n      }\n    }\n  }\n}\n```\n\n## Deploy to Heroku\n\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)\n\n## Example Prompts to Client\n\n#### Prompt #1: Querying Data\n\n```\nFor the Superstore Datasource, what are the top 5 states with the most sales in 2025?\n```\n\n#### Response\n\n```\nBased on the Superstore Datasource, here are the top 5 states with the most sales in 2025:\n  1. California - $146,388.34\n  2. New York - $93,922.99\n  3. Washington - $65,539.90\n  4. Texas - $43,421.76\n  5. Pennsylvania - $42,688.31\nCalifornia leads by a significant margin with over $146,000 in sales, followed by New York with nearly $94,000. These two states alone account for a substantial portion of the total sales across the top 5 states.\n```\n\n#### Prompt #2: Content Exploration\n\n```\nFind me the most viewed workbook within the last year.\n```\n\n#### Response\n\n```\nThe most viewed workbook within the last year is:\n\nGlobal Connections\n- Owner: John Doe\n- Project: Marketing\n- Views in last year: 523\n- Last Modified: September 2, 2025\n- Workbook ID: 111fb672-9401-4913-a167-17b3d89a3e4f\n```\n\n#### Prompt #3: Getting a View\n\n```\nShow me an image of the \"Economy\" view in the \"Finances\" project.\n```\n\n#### Response\n\n![Economy View Image](docs/static/img/economy-view.png)\n","funding_links":[],"categories":["Data Visualization","📚 Projects (1974 total)"],"sub_categories":["MCP Servers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableau%2Ftableau-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftableau%2Ftableau-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableau%2Ftableau-mcp/lists"}