perl-MCP
Connect Perl with AI using MCP (Model Context Protocol)
Connect Perl with AI using the Model Context Protocol (MCP). An MCP server hands a model three kinds of things: tools it can call, prompts it can start from, and resources it can read. At its core MCP is all about text processing, which makes it a great fit for Perl. The protocol revision implemented is '2026-07-28', and it is stateless. There is no handshake and no session, every request stands on its own, so an MCP endpoint is just another route in your Mojolicious application and scales the same way. Read on for a tour, or go straight to MCP::Server for the reference documentation.
MIT