What is the com.moltlinestudio/data MCP server?
Hosted MCP server for data analysis: CSV profiling, A/B tests, cohorts, funnels, trend forecasts.
How to install com.moltlinestudio/data
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"data": {
"url": "https://mcp.moltlinestudio.com/data"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data": {
"serverUrl": "https://mcp.moltlinestudio.com/data"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"data": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/data"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.moltlinestudio.com/data"
]
}
}
}Claude Code
claude mcp add --transport http data https://mcp.moltlinestudio.com/dataRelated MCP servers
Hosted MCP server for business math: unit economics, cash runway, loan payments, target pricing.
0
View repository →Python
MIT
Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.
0
View repository →Python
MIT
Hosted MCP server for creators: writing analysis, headline scoring, reading time, social lengths.
0
View repository →Python
MIT
Hosted MCP server for educators: readability reports, grade curves, lesson timing, skill catalog.
0
View repository →Python
MIT
Hosted MCP server for agent governance: MCP config audits, injection scans, scope-policy checks.
0
View repository →Python
MIT
Hosted MCP server to humanize AI text: tell scans, voice fingerprints, burstiness, rewrite checks.
0
View repository →Python
MIT