Server Basic Preact
Freeby MCP Community
Basic MCP App Server example using Preact
v1.5.0Added Apr 12, 2026
Server Basic Preact MCP Server
Basic MCP App Server example using Preact
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-basic-preact
Add to claude_desktop_config.json
{
"mcpServers": {
"server-basic-preact": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-basic-preact"]
}
}
}