Talk in English - US at PHP Tek 2026
Short URL: https://joind.in/talk/6730a
(QR-Code (opens in new window))
Model Context Protocol (MCP) is an open standard that enables AI applications like Claude to securely connect to your data sources and tools. Instead of copying content into chat windows or building custom integrations for every AI tool, MCP servers act as bridges that can expose your databases, APIs, and business logic through a standardized interface that any MCP-compatible client can use.
In this talk, you'll learn how to build MCP servers in PHP to connect AI assistants to your existing applications. We'll cover the MCP specification, explore real-world use cases like connecting to MySQL databases or Laravel applications, and walk through building a working server that exposes your tools and data sources. You'll leave with practical knowledge to integrate AI capabilities into your PHP stack while maintaining control over your data and business logic.
Comments
Please login to leave a comment
Lots of good technical details about setting up and using MCP servers, great talk Chris!