mcp-server-data-exploration
MCP Server is a versatile tool designed for interactive data exploration.
MCP Server acts as your personal Data Scientist assistant, transforming complex datasets into clear, actionable insights. It enables users to explore data through a simple interface, allowing for the analysis of various topics by providing the necessary inputs such as CSV file paths and specific exploration topics. The server is designed to work seamlessly with Claude Desktop, making it easy to load templates and tools for data exploration.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-data-exploration": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-data-exploration"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions