data science tools

Optuna Mcp

Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/).

python
local
macos
linux
enterprise
data science tools
0
View on GitHub

Installation

npx -y optuna/optuna-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "optuna-mcp",
  "command": "npx",
  "args": [
    "-y",
    "optuna/optuna-mcp"
  ]
}

About This MCP Server

optuna/optuna-mcp

Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with Optuna.

GitHub: https://github.com/optuna/optuna-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub