Claude Desktop Cursor Cline (VS Code) Windsurf Continue.dev Zed Claude Code (CLI)
~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tableau-mcp": {
"command": "npx",
"args": [
"-y",
"@tableau/mcp-server@latest"
],
"env": {
"SERVER": "https://your-server.tableau.com",
"SITE_NAME": "your-site",
"PAT_NAME": "claude-agent",
"PAT_VALUE": "<personal-access-token>"
}
}
}
}
⧉ نسخ
افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.
~/.cursor/mcp.json · .cursor/mcp.json
{
"mcpServers": {
"tableau-mcp": {
"command": "npx",
"args": [
"-y",
"@tableau/mcp-server@latest"
],
"env": {
"SERVER": "https://your-server.tableau.com",
"SITE_NAME": "your-site",
"PAT_NAME": "claude-agent",
"PAT_VALUE": "<personal-access-token>"
}
}
}
}
⧉ نسخ
يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.
VS Code → Cline → MCP Servers → Edit
{
"mcpServers": {
"tableau-mcp": {
"command": "npx",
"args": [
"-y",
"@tableau/mcp-server@latest"
],
"env": {
"SERVER": "https://your-server.tableau.com",
"SITE_NAME": "your-site",
"PAT_NAME": "claude-agent",
"PAT_VALUE": "<personal-access-token>"
}
}
}
}
⧉ نسخ
انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tableau-mcp": {
"command": "npx",
"args": [
"-y",
"@tableau/mcp-server@latest"
],
"env": {
"SERVER": "https://your-server.tableau.com",
"SITE_NAME": "your-site",
"PAT_NAME": "claude-agent",
"PAT_VALUE": "<personal-access-token>"
}
}
}
}
⧉ نسخ
نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.
~/.continue/config.json
{
"mcpServers": [
{
"name": "tableau-mcp",
"command": "npx",
"args": [
"-y",
"@tableau/mcp-server@latest"
]
}
]
}
⧉ نسخ
يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.
~/.config/zed/settings.json
{
"context_servers": {
"tableau-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@tableau/mcp-server@latest"
]
}
}
}
}
⧉ نسخ
أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.
claude mcp add tableau-mcp -- npx -y @tableau/mcp-server@latest
⧉ نسخ
أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.