optuna/optuna-mcp
Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/).
Quick Start
Clone the repository:
git clone https://github.com/optuna/optuna-mcpClaude Desktop configuration example:
{
"mcpServers": {
"optuna-mcp": {
"command": "npx",
"args": [
"-y",
"optuna/optuna-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.