Tableau MCP Server
Rank #48,001io.github.asklokesh/tableau-mcp-server
MCP server providing tableau-server capabilities
Tableau MCP Server is a Model Context Protocol (MCP) server published by asklokesh. It ranks #48,001 of 115,591 servers tracked on MCP Toplist. Tableau MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 9, 2025 and most recently updated on Dec 31, 2025.
Ranks ahead of 67,590 of 115,591 servers on MCP Toplist.
Use Tableau MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tableau-mcp-server -e "TABLEAU_API_KEY=<your TABLEAU_API_KEY>" -e "TABLEAU_API_URL=<your TABLEAU_API_URL>" -- uvx tableau-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tableau-mcp-server]
command = "uvx"
args = ["tableau-mcp-server"]
[mcp_servers.tableau-mcp-server.env]
TABLEAU_API_KEY = "<your TABLEAU_API_KEY>"
TABLEAU_API_URL = "<your TABLEAU_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"env": {
"TABLEAU_API_KEY": "<your TABLEAU_API_KEY>",
"TABLEAU_API_URL": "<your TABLEAU_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"env": {
"TABLEAU_API_KEY": "<your TABLEAU_API_KEY>",
"TABLEAU_API_URL": "<your TABLEAU_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tableau-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"env": {
"TABLEAU_API_KEY": "<your TABLEAU_API_KEY>",
"TABLEAU_API_URL": "<your TABLEAU_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"env": {
"TABLEAU_API_KEY": "<your TABLEAU_API_KEY>",
"TABLEAU_API_URL": "<your TABLEAU_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"env": {
"TABLEAU_API_KEY": "<your TABLEAU_API_KEY>",
"TABLEAU_API_URL": "<your TABLEAU_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.asklokesh%2Ftableau-mcp-server)<a href="https://mcptoplist.com/server/io.github.asklokesh%2Ftableau-mcp-server"><img src="https://mcptoplist.com/badge/io.github.asklokesh%2Ftableau-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
asklokesh
Other servers by asklokesh
- Loki Mode#179 · 1 ver
- Servicenow MCP Server#3,411 · 2 vers
- Argocd MCP Server#47,994 · 1 ver
- Chanty MCP Server#47,995 · 1 ver
- Freshbooks MCP Server#47,996 · 1 ver
- Hootsuite MCP Server#47,997 · 1 ver
- Powerbi MCP Server#47,998 · 1 ver
- Quickbooks MCP Server#47,999 · 1 ver
- Rundeck MCP Server#48,000 · 1 ver
- Uipath MCP Server#48,002 · 1 ver
- Zoho Crm MCP Server#48,003 · 1 ver
- Azure MCP Server#50,823 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 31, 2025 |
Frequently asked questions
- Who maintains Tableau MCP Server?
- Tableau MCP Server is maintained by asklokesh, which publishes 17 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Tableau MCP Server listed on the Official MCP Registry?
- Yes — Tableau MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Tableau MCP Server have?
- MCP Toplist tracks 1 version of Tableau MCP Server, most recently published on Dec 31, 2025.
- Where can I find the source code for Tableau MCP Server?
- The source code for Tableau MCP Server is hosted at github.com/asklokesh/tableau-mcp-server.