W14: Introducing MCP

Eric Hubbell

Eric Hubbell

Mar 29th, 2026
cover image

Overview

This week we introduced @playbooks/mcp, a new MCP server for Playbooks. It gives frontier models and coding agents a direct way to work with Playbooks from tools like Claude Code, Cursor, Codex, and VS Code.

This matters because the Playbooks interface is only part of the workflow. As agents become more involved in how developers explore, download, publish, and deploy software, Playbooks needs a first-class entrypoint for that layer too.

What's New

  • Added @playbooks/mcp as a new MCP server for Playbooks
  • Added support for clients like Claude Code, Cursor, Codex, and VS Code
  • Added CLI helpers for installing MCP client configuration
  • Reused the same Playbooks session and config model as @playbooks/cli
  • Exposed common Playbooks workflows to agents through MCP tools

Built on the CLI

@playbooks/mcp does not reimplement Playbooks logic from scratch. Instead, it wraps the Playbooks CLI so agents can use the same account, config, and project workflows that already exist at the terminal layer.

That keeps the model simpler and gives us one shared path for authentication, account access, and local project actions.

What Agents Can Do

Through MCP, agents can help with common Playbooks workflows such as:

  • checking authentication and session state
  • exploring marketplace and account resources
  • downloading, adding, and cloning plays into local projects
  • syncing, publishing, and deploying plays

The goal is not just chat-based access. It is to make Playbooks practical inside real agent-driven workflows.

Getting Started

The fastest way to connect a client is through the CLI helpers:

Terminal
playbooks mcp claude playbooks mcp cursor playbooks mcp codex playbooks mcp vscode

From there, developers can authenticate with the CLI and start using Playbooks through a fresh MCP-enabled chat.

That's all for now

MCP is an important step toward making Playbooks usable anywhere developers and agents work together. We’re excited to keep building both the CLI and MCP layers so the platform feels just as natural in an agent workflow as it does in the browser.

Related Articles

View
W12: Data Ingestion

Changelog

W12: Data Ingestion

This week we migrated our ingestion pipeline to an AI-driven approach. The change is mostly behind the scenes, but it gives use a faster, smarter, and more scalable way to integrate projects into Playbooks.

Eric Hubbell

Eric Hubbell

//

Mar 15th, 2026

W10: Introducing Widgets

Changelog

W10: Introducing Widgets

This week we introduced Widgets, a new way to embed Playbooks outside the core app. Widgets make it easier to place plays across websites, documentation, and READMEs with lightweight, copy-pasteable components.

Eric Hubbell

Eric Hubbell

//

Mar 1st, 2026

W8: Introducing Partials

Changelog

W8: Introducing Partials

This week we introduced Partials, a new way to package and deploy smaller units of code on Playbooks. Partials make it easier to share components, sections, and other reusable pieces without wrapping everything in a full starter or stack.

Eric Hubbell

Eric Hubbell

//

Feb 15th, 2026