
Darkwood PHP MCP Apps
Supports UIby darkwood-com
A PHP-based MCP server implementing interactive UI Apps for article publishing workflows.
What it does
Darkwood PHP MCP Apps provides a sophisticated bridge between PHP backends and MCP hosts, specifically focusing on editorial workflows. It renders interactive UI views (MCP Apps) for generating and publishing article drafts, moving beyond simple text responses to provide embedded forms and previews.
Key features
- Interactive UI: Uses
ui://resources to render iframes within the chat for complex tasks. - Editorial Pipeline: Specific tools for drafting (
GenerateDraft) and publishing (PublishDraft) with accompanying UIs. - Hybrid Transport: Supports both stdio (for Claude Desktop) and HTTP (for web-based hosts).
- .mcpb Packaging: Easily deployable as a Claude Desktop extension.
Installation
- Claude Desktop: Install the generated
.mcpbfile via Settings → Extensions. - Manual (Stdio): Run
php server.php. - HTTP: Run
php bin/flow-worker.phpfor an endpoint athttp://127.0.0.1:3000/mcp.
Supported hosts
- claude
Quick install
composer install && php server.phpInformation
- Pricing
- free
- Published
- 4/19/2026
- stars






