netlify-mcp-servers

Create and configure MCP servers on Netlify with Streamable HTTP transport.

32|7|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/netlify/context-and-tools --skill netlify-mcp-servers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-mcp-servers
Source: https://github.com/netlify/context-and-tools/tree/main/codex/skills/netlify-mcp-servers
Command: npx skills add https://github.com/netlify/context-and-tools --skill netlify-mcp-servers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @modelcontextprotocol/sdk, zod, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of building, deploying, and securing Model Context Protocol (MCP) servers on Netlify, allowing you to expose tools and data to AI agents.

Core Features & Use Cases

  • MCP Server Creation: Set up an MCP server on Netlify using the MCP SDK and Streamable HTTP transport.
  • Authentication: Supports single shared secret and per-user API keys with Netlify Identity.
  • Security: Ensures read/write safety, file uploads, and client connections.
  • Use Case: If you want to let an AI agent manage your Netlify sites, deploys, or environment variables, this Skill is for you.

Quick Start

Use the 'netlify-mcp-servers' skill to create an MCP server on your Netlify site.

Frequently Asked Questions about netlify-mcp-servers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Model Context Protocol server on Netlify?

You can deploy an MCP server on Netlify by using this Skill to set up a serverless function with the MCP SDK and Streamable HTTP transport, allowing secure exposure of tools and data to AI agents.

What is the best way to secure an MCP server for AI agents?

Securing an MCP server involves implementing authentication measures like single shared secrets or per-user API keys via Netlify Identity, ensuring read/write safety and secure client connections for AI agents.

Can I use Netlify Identity to authenticate MCP server connections?

Yes, you can use Netlify Identity to authenticate MCP server connections by configuring per-user API keys, which provides secure client connections and access control for your exposed tools.

Does the Model Context Protocol SDK support Streamable HTTP transport on serverless platforms?

Yes, the Model Context Protocol SDK supports Streamable HTTP transport on serverless platforms like Netlify, enabling the creation and configuration of MCP servers that securely expose data to AI agents.

How do I expose environment variables to an AI agent using MCP?

You can expose environment variables to an AI agent by creating an MCP server on Netlify, which allows the agent to securely manage your sites, deploys, and environment variables through authenticated connections.