MCP_data_server

pluto0203/MCP_data_server
★ 0 stars TypeScript 📊 Data/Analytics Updated 7d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_data_server": {
      "command": "npx",
      "args": [
        "-y",
        "pluto0203/MCP_data_server"
      ]
    }
  }
}