Data Profiler vs Growthbook MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Data Profiler vs Growthbook MCP
In-depth architectural comparison of the Data Profiler and Growthbook MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Data Profiler
Data Science Tools · Local stdio
Quality: 39/100 (Fair) | Auth: No auth required
Growthbook MCP
Data Science Tools · Local stdio
Quality: 65/100 (Great) | Auth: API Key required
Verdict Summary: Choose Data Profiler if you need specialized Data Science Tools tools running via a local process. Choose Growthbook MCP if your workspace requires Data Science Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Data Profiler when:
You need dedicated capabilities in the Data Science Tools domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
No explicit tool names declared in metadata yet. Check project README on main listing page.
Growthbook MCP Tools (3)
growthbook_call_api
Make an authenticated HTTP request to the GrowthBook REST API on the user's behalf. Use method + path (+ optional JSON body) exactly as shown in skill workflows that mention gb-call. Paths typically start with /api/v1/ or /api/v2/. Returns the raw response body on success. IMPORTANT: Before POST, PUT, PATCH, or DELETE, confirm with the user (summarize method, path, and body) unless they have already explicitly instructed you to perform that mutation. GET requests do not need confirmation.
growthbook_list_skills
List available GrowthBook agent skills (name + description). Use growthbook_read_skill to load the full workflow for a skill before acting. Skills encode how to accomplish GrowthBook tasks well; use growthbook_call_api to execute the REST calls they describe.
growthbook_read_skill
Return the full markdown content of a GrowthBook skill by name (from growthbook_list_skills). Follow the skill's workflow; when it shows `gb-call <METHOD> <PATH> [body]`, use the growthbook_call_api tool with those arguments instead.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Data Profiler is categorized under Data Science Tools and uses a local stdio subprocess. In contrast, Growthbook MCP belongs to Data Science Tools using local stdio subprocess. Select Data Profiler when you need capabilities focused on data science tools and Growthbook MCP when you require tools for data science tools.