About
Overview
The Turborepo MCP Server enables AI agents to work with Turborepo monorepos. It provides tools for running build tasks, managing the task graph, viewing cache statistics, and understanding package dependencies within the monorepo.
Capabilities
Tools & Capabilities
⚡run_task
Run a Turborepo task
⚡list_packages
List all packages in the monorepo
⚡get_task_graph
Get the task dependency graph
⚡cache_stats
Get cache hit/miss statistics
Setup
Installation
bash
Install
npx -y @vercel/mcp-server-turborepoExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"turborepo": {
"command": "npx",
"args": ["-y", "@vercel/mcp-server-turborepo"]
}
}
}Quick Info
Authorvercel
LanguageTypeScript
StatusBeta
Stars★ 75
Last UpdatedFeb 12, 2026