Back to MCP Servers
Optuna
Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/).
data-science-tools
By optuna
Installation
npx -y optuna-mcpConfiguration
{
"mcpServers": {
"optuna-mcp": {
"command": "npx",
"args": ["-y", "optuna-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes