Awesome MCPOther MCP Servers

optuna/optuna-mcp

⭐ 84 Python repository created 2025-06-10

Optuna MCP Server is maintained by the Optuna project and exposes its hyperparameter optimisation framework through MCP. Tools create and manage studies, suggest parameter values for the next trial, report the resulting objective value, and query the state of an optimisation — best trial, parameter importances and the history — so a model can drive an optimisation loop step by step. It also exposes Optuna's visualisation and analysis functions, which supports the second documented use case: interactive examination of a completed study through chat instead of a notebook. The third use case is the most interesting and is what distinguishes this from a plain library wrapper — optimising the inputs and outputs of other MCP tools. Because the assistant can call another server's tool, observe a result and feed it back as a trial outcome, Optuna can tune parameters of anything reachable over MCP, not only a machine-learning model in the same process. It is Python, requires 3.12 or 3.13, is published on PyPI as optuna-mcp, MIT licensed, with tests in continuous integration. The audience is machine-learning practitioners already using Optuna who want tuning and result analysis in conversation, and people experimenting with automated tuning of agent pipelines.

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

mcpoptunahyperparameter-optimizationpythonmachine-learningexperiment-tracking

Also in Other MCP Servers

microsoft/markitdown

MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.

punkpeye/awesome-mcp-servers

A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.

modelcontextprotocol/servers

The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.

koala73/worldmonitor

World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.

headroomlabs-ai/headroom

Headroom is a context compression layer for AI agents, reducing token usage by 60-95% while preserving accuracy, implemented as a library, proxy, and MCP server.

diegosouzapw/OmniRoute

OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...

rohitg00/ai-engineering-from-scratch

This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...

every-app/open-seo

Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.