EdgeOne Pages: MCP Client and Server Implementation with Functio…
@xixian
About EdgeOne Pages: MCP Client and Server Implementation with Functio…
MCP Client and Server Implementation with Functions
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}Tools
1Deploy HTML content to EdgeOne Pages, return the public URL
Overview
What is EdgeOne Pages: MCP Client and Server Implementation with Functions?
This project is an intelligent chat application built with EdgeOne Pages Functions technology that implements a complete Model Context Protocol (MCP) workflow. It is for developers who want to deploy MCP servers and clients on EdgeOne Pages and enable browser-based tool interactions.
How to use EdgeOne Pages: MCP Client and Server Implementation with Functions?
To use the remote MCP server, configure it in any application that supports Streamable HTTP MCP Server by adding the JSON snippet provided. For local development, install dependencies with npm install, copy .env.example to .env and fill in AI service credentials, then run npm run dev and visit http://localhost:3000.
Key features of EdgeOne Pages: MCP Client and Server Implementation with Functions
- Interactive chat interface built with Next.js and React
- Critical business logic deployed on scalable EdgeOne Pages Functions
- Complete MCP implementation based on the latest Streamable HTTP specification
- Backend API fully compatible with OpenAI request and response formats
Use cases of EdgeOne Pages: MCP Client and Server Implementation with Functions
- Generate online webpages with a single prompt via intelligent tool calls
- Build browser-based chat applications that orchestrate MCP tools
- Deploy high‑performance edge functions for context‑aware AI interactions
FAQ from EdgeOne Pages: MCP Client and Server Implementation with Functions
What MCP specification does this implement?
It implements the Model Context Protocol based on the 2025‑03‑26 version of Streamable HTTP transport.
What are the runtime dependencies?
Node.js and a package manager (npm, yarn, pnpm, or bun) are required for local development. Deployment is through EdgeOne Pages.
Which AI service can I use?
The project supports any AI service that provides an OpenAI‑compatible API; you configure the endpoint and key in the .env file.
How is the architecture structured?
The system has three core edge functions: an MCP Streamable HTTP Server, an MCP Client, and a backend API that acts as the MCP HOST to coordinate the workflow.
Is authentication or authorization required?
The README does not mention authentication; it relies on the user’s AI service credentials configured via environment variables.
Frequently asked questions
What MCP specification does this implement?
It implements the Model Context Protocol based on the 2025‑03‑26 version of Streamable HTTP transport.
What are the runtime dependencies?
Node.js and a package manager (npm, yarn, pnpm, or bun) are required for local development. Deployment is through EdgeOne Pages.
Which AI service can I use?
The project supports any AI service that provides an OpenAI‑compatible API; you configure the endpoint and key in the `.env` file.
How is the architecture structured?
The system has three core edge functions: an MCP Streamable HTTP Server, an MCP Client, and a backend API that acts as the MCP HOST to coordinate the workflow.
Is authentication or authorization required?
The README does not mention authentication; it relies on the user’s AI service credentials configured via environment variables.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments