Labsco
MCP SERVER

Tidymodels MCP Server

by JavOrraca

Look up a tidymodels package, find the R function you need, and get template code for the workflow.

Framework & SDK Documentation Lookup
Summary
It keeps the R modelling stack straight in the model's head.

recipes, parsnip, rsample, tune and the rest divide the work in a way that is easy to half-remember, and an assistant guessing at which package holds a function produces code that nearly runs. Searching the real function surface and generating from templates is what closes that gap. The issue search is the other half: it tells you when the problem is not yours.

What it is

A reference server for the tidymodels ecosystem in R. It tracks the repositories under the tidymodels GitHub organisation and answers questions about packages, functions and common workflows, including generating template code and searching the projects' open issues.

What you get
  • Every package in the tidymodels ecosystem, listed
  • Detailed information about a specific package
  • R functions searched across the tidymodels packages
  • Template code generated for common tidymodels tasks
  • Issues searched across the tidymodels repositories, for when the behaviour you are seeing is already known
Requirements

A recent Node.js and npm, then a build from the repository. A GitHub personal access token with public_repo scope is optional and only there to avoid GitHub rate limits — the server reads the GitHub API for its answers.