EdgeOne Pages: MCP Client and Server Implementation with Functions
@icyhd
About EdgeOne Pages: MCP Client and Server Implementation with Functions
MCP Client and Server Implementation with Functions
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is EdgeOne Pages: MCP Client and Server Implementation with Functions?
An intelligent chat application built with EdgeOne Pages Functions technology that implements a complete Model Context Protocol (MCP) workflow, enabling browser-based access to MCP tool capabilities such as generating online webpages with a single prompt.
How to use EdgeOne Pages: MCP Client and Server Implementation with Functions?
Configure remote MCP services in any app that supports Streamable HTTP MCP Server by adding the URL https://mcp-on-edge.edgeone.site/mcp-server to your MCP client configuration. For local development, clone the repository, run npm install, start with npm run dev, and set environment variables in a .env file.
Key features of EdgeOne Pages: MCP Client and Server Implementation with Functions
- Interactive chat interface built with Next.js and React
- High-performance edge functions via EdgeOne Pages Functions
- Complete MCP implementation based on the latest specifications
- Backend API fully compatible with OpenAI request/response format
- One-click deployment with EdgeOne Pages template
Use cases of EdgeOne Pages: MCP Client and Server Implementation with Functions
- Generating online webpages from a single natural‑language prompt
- Building intelligent chat applications with tool‑augmented LLM interactions
- Prototyping and deploying MCP‑based workflows at the edge
FAQ from EdgeOne Pages: MCP Client and Server Implementation with Functions
What dependencies are required to run this project locally?
Node.js and a package manager (npm, yarn, pnpm, or bun). An AI service API key must be provided in the .env file.
How is the MCP transport implemented?
The server uses the Streamable HTTP transport based on the 2025‑03‑26 version of the Model Context Protocol specification.
Where does the data live?
All critical business logic runs on EdgeOne Pages Functions (serverless edge compute); no data storage details are provided in the README.
What are the authentication requirements for the chat API?
No explicit authentication is described; environment variables for the AI service are configured locally or during deployment.
How can I deploy my own instance?
Use the “Deploy with EdgeOne Pages” button in the README or the EdgeOne Pages templates gallery.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments