NetlifyMCPServer
Ejemplo de MCP Netlify Express
Vea este sitio de demostración : https://mcp-example-express.netlify.app/
Acerca de este sitio de ejemplo
Este sitio muestra un ejemplo básico de desarrollo y ejecución de MCP sin servidor con funciones de Netlify. Incluye enlaces a una función sin servidor implementada y un ejemplo de acceso a ella mediante una URL personalizada.
Es importante que, debido a la forma en que Express gestiona el mapeo de rutas, se asegure de configurar las redirecciones netlify.toml a la ruta correcta. En este ejemplo, se utiliza lo siguiente para garantizar que /mcp capte todas las solicitudes a este servidor:
[[redirects]]
force = true
from = "/mcp"
status = 200
to = "/.netlify/functions/express-mcp-server"Related MCP server: MCP Express Server for Netlify
Implemente rápidamente su propia versión
Implemente su propia versión de este sitio de ejemplo haciendo clic en el botón "Implementar en Netlify" a continuación. Esto automáticamente:
Clona una copia de este ejemplo desde el repositorio de ejemplos a tu propia cuenta de GitHub
Crea un nuevo proyecto en tu cuenta de Netlify , vinculado a tu nuevo repositorio
Cree una canalización de implementación automatizada para observar los cambios en su repositorio
Construya e implemente su nuevo sitio
Este repositorio se puede usar luego para iterar localmente usando
netlify dev
Instalar y ejecutar los ejemplos localmente
Puede clonar este repositorio de ejemplos completo para explorar este y otros ejemplos, y ejecutarlos localmente.
# 1. Clone the examples repository to your local development environment
git clone git@github.com:netlify/examples
# 2. Move into the project directory for this example
cd examples/mcp/express-mcp
# 3. Install the Netlify CLI to let you locally serve your site using Netlify's features
npm i -g netlify-cli
# 4. Serve your site using Netlify Dev to get local serverless functions
netlify dev
# 5. While the site is running locally, open a separate terminal tab to run the MCP inspector or client you desire
npx @modelcontextprotocol/inspector npx mcp-remote@next http://localhost:8888/mcp
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA basic example of developing and running serverless Model Context Protocol (MCP) using Netlify Functions, demonstrating how to deploy and access serverless functions with customized URLs.Last updated
- Flicense-qualityDmaintenanceA serverless implementation of the Model Context Protocol (MCP) that runs on Netlify Functions, allowing developers to build and deploy MCP-compatible services with minimal configuration.Last updated
- Flicense-qualityDmaintenanceA basic example of a serverless Model Context Protocol (MCP) implementation using Netlify Functions, allowing developers to run MCP services without managing traditional server infrastructure.Last updated
- Flicense-qualityDmaintenanceA basic example demonstrating how to develop and run a serverless Model Context Protocol (MCP) implementation using Netlify Functions and Express.Last updated
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DrunkOnJava/NetlifyMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server