uisight
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.tdries/tableau-graphql-mcp · v0.1.2
Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.
tableau-graphql-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"tableau-graphql-mcp": {
"command": "uvx",
"args": [
"tableau-graphql-mcp"
],
"env": {
"TABLEAU_SERVER": "<TABLEAU_SERVER>",
"TABLEAU_PAT_NAME": "<TABLEAU_PAT_NAME>",
"TABLEAU_PAT_SECRET": "<TABLEAU_PAT_SECRET>"
}
}
}
}TABLEAU_SERVER必填https://tableau.company.com (Server) or https://<pod>.online.tableau.com (Cloud)
TABLEAU_SITE_CONTENT_URL可选Site content-url slug; empty = Default site (Server only)
TABLEAU_PAT_NAME必填Personal Access Token name
TABLEAU_PAT_SECRET必填secretPersonal Access Token secret (the whole string)
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.4.0
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v3.0.71
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
v2.6.14
io.github.DamianTodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
v0.9.4
io.github.prismnetwork-tech/mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
v0.4.0
io.github.LBarimi/failtrace
Reproduce, compare, isolate, and minimize software failures with saved evidence.
{
"id": "io.github.tdries/tableau-graphql-mcp",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "tableau-graphql-mcp",
"description": "Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.",
"repository": {
"url": "https://github.com/tdries/tableau-graphQL-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "tableau-graphql-mcp",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "TABLEAU_SERVER",
"description": "https://tableau.company.com (Server) or https://<pod>.online.tableau.com (Cloud)",
"isRequired": true
},
{
"name": "TABLEAU_SITE_CONTENT_URL",
"description": "Site content-url slug; empty = Default site (Server only)"
},
{
"name": "TABLEAU_PAT_NAME",
"description": "Personal Access Token name",
"isRequired": true
},
{
"name": "TABLEAU_PAT_SECRET",
"description": "Personal Access Token secret (the whole string)",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.tdries/tableau-graphql-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tdries%2Ftableau-graphql-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}