Best Data Science & ML MCP Servers for VS Code / GitHub Copilot
Connect data science & ml tools to VS Code / GitHub Copilot using MCP servers. These servers let VS Code / GitHub Copilot interact with data science & ml resources, enabling powerful AI-assisted workflows for developers.
0 Data Science & ML Servers for VS Code / GitHub Copilot
VS Code / GitHub Copilot Configuration
Add data science & ml MCP servers to your VS Code / GitHub Copilot configuration at .vscode/settings.json:
{
"github.copilot.chat.mcp.servers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Data Science & ML Servers for Other Clients
Other Categories for VS Code / GitHub Copilot
File Systems MCP Servers for VS Code / GitHub CopilotDatabases MCP Servers for VS Code / GitHub CopilotAPIs MCP Servers for VS Code / GitHub CopilotCloud Services MCP Servers for VS Code / GitHub CopilotDeveloper Tools MCP Servers for VS Code / GitHub CopilotAnalytics MCP Servers for VS Code / GitHub CopilotCommunication MCP Servers for VS Code / GitHub CopilotBusiness Applications MCP Servers for VS Code / GitHub CopilotBrowser Automation MCP Servers for VS Code / GitHub CopilotSearch & Data Extraction MCP Servers for VS Code / GitHub CopilotKnowledge & Memory MCP Servers for VS Code / GitHub CopilotFinance & Fintech MCP Servers for VS Code / GitHub CopilotSecurity MCP Servers for VS Code / GitHub CopilotVersion Control MCP Servers for VS Code / GitHub CopilotCoding Agents MCP Servers for VS Code / GitHub CopilotMarketing & SEO MCP Servers for VS Code / GitHub CopilotMonitoring & Observability MCP Servers for VS Code / GitHub Copilot