返回 MCP 目录
public公开dns本地运行

Netlify 示例

Netlify 示例项目提供了一系列使用 Netlify 构建网站的示例和演示,涵盖了多种功能和技术。其中包括无服务器函数、边缘函数、客户端身份验证、内容门控、Astro 平台启动器、AI 执行摘要、AI 语音转内容、阻止 AI 机器人、Supabase 与 Astro 集成、Turso 与 Astro 集成、用户生成的上传、高级缓存的 Hydrogen 和 Nuxt 4 店面等。这些示例展示了如何使用 Netlify 的各种功能来构建和优化现代网站,并提供了相应的代码和站点链接,方便开发者参考和部署。

article

README

Netlify Examples

Netlify Examples

A collection of examples and demos for people building the web with Netlify

  • Serverless functions, hello world — Site, Code
  • Edge Functions Examples — Site, Code
  • Client side auth with Clerk - Code
  • Gated content with Clerk - Code
  • Astro platform starter - Site, Code
  • Astro Server Islands - Site, Code
  • Astro with Sanity - Site, Code
  • Astro with Qwik - Site, Code
  • Astro with Netlify Visual Editor - Site, Code
  • Astro with Motion - Site, Code
  • AI Executive Summaries - Site, Code
  • AI Speech to Content with Groq - Code
  • Block AI bots - Site, Code
  • Supabase with Astro - Site, Code
  • Turso with Astro - Site, Code
  • Geosimcities: GeoCities with Advanced AI and Langbase - Site, Code
  • User-generated uploads - Site, Code
  • Hydrogen storefront with advanced caching - Site, Code
  • Nuxt 4 with advanced caching - Site, Code
  • Nuxt AI chat starter - Site, Code
  • MCP with Netlify serverless functions - Site, Code
  • MCP with Hono - Site, Code
  • MCP with Express - Site, Code

Repo organization

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端