openml-mcp-server
0
The OpenML MCP Server is designed to facilitate interaction with the OpenML API via clients such as Claude Desktop. It provides tools to query and manage OpenML datasets, tasks, flows, and runs, leveraging the MCP protocol.
OpenML MCP Server
This MCP server enables clients, such as Claude Desktop, to interact with the public OpenML API. It exposes various OpenML API endpoints as MCP tools, allowing queries for datasets, tasks, flows, runs, and more.
Features
- Provides MCP tools corresponding to major OpenML GET endpoints.
- Query datasets, tasks, flows, runs, evaluations, setups, studies.
- List entities with filtering capabilities.
Installation and Usage
For End Users
Instructions are provided for using this server with MCP-compatible clients like Claude Desktop, including prerequisites such as installing uv
and Claude Desktop.
For Developers
Steps on cloning the repository and installing dependencies are included.