The Tidymodels MCP Server provides tools for working with the tidymodels ecosystem in R, enabling AI assistants to access GitHub repositories under the tidymodels organization. Built by Javier Orraca-Deatcu, it offers five key tools: listing packages, retrieving package details, searching R functions, generating template code for common tasks, and searching issues in repositories. The server integrates with GitHub's API to fetch real-time data while implementing caching for performance, and is designed to work with Cline.bot and Claude Desktop as a local MCP server for data science and machine learning workflows in R.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Lists all packages in the tidymodels ecosystem. Parameters: refresh (optional): Force a refresh of the repository cache.
Get detailed information about a specific tidymodels package. Parameters: package (required): Package name.
Search for R functions in tidymodels packages. Parameters: query (required): Function name or keyword to search for, package (optional): Limit search to a specific package.
Generate R code for common tidymodels tasks. Parameters: task (required): Description of the task, template (optional): Type of template (recipe, model, tune, evaluation).
Search for issues in tidymodels repositories. Parameters: query (required): Search query, repo (optional): Limit search to a specific repository, state (optional): Issue state (open, closed, all).