Movable Type を MCP で操作する mt-plugin-mcp を作った話 Movable Type を MCP で操作する mt-plugin-mcp を作った話
- 概要 SaaS を MCP でつなぐ事例が増えてきました。
- 需要の有無は別として、Movable Type(MT)のような CMS でも同じことができないかと考え、MT 9 向けの MCP サーバープラグイン mt-plugin-mcp を作
SaaS サービスを MCP(Model Context Protocol)でつなぐ事例が増える中、著者は CMS である Movable Type でも同様のことができないかと考え、MT 9 向けの MCP サーバープラグイン mt-plugin-mcp を開発しました。
このプラグインにより、Cursor などの MCP 対応クライアントから Movable Type を操作できる環境が実現されます。具体的な対応機能や API の詳細は元記事で確認することが推奨されます。
ニッチな需要ではあるものの、レガシー CMS をモダンな AI ツールチェーンと接続する試みとして、同様のシステムを運用している開発者にとって参考になる事例です。
As MCP (Model Context Protocol) integrations with SaaS products become more common, the author explored whether the same approach could be applied to a traditional CMS—specifically Movable Type. The result is mt-plugin-mcp, an MCP server plugin targeting Movable Type 9.
The plugin allows MCP-compatible clients such as Cursor to interact with a Movable Type instance, bringing it into modern AI-assisted workflows. The exact set of supported operations and implementation details are best verified in the original article.
While the use case is niche, the project serves as a practical reference for developers maintaining legacy CMS deployments who want to bridge them with contemporary AI tooling. It also demonstrates that the MCP pattern is applicable beyond cloud-native SaaS to self-hosted publishing platforms.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (zenn.dev) をご確認ください。