mcp-server-dev-test
Provides deployment integration with Cloudflare Workers, enabling the MCP server to run on Cloudflare's edge network.
Provides deployment integration with Vercel serverless functions, enabling the MCP server to run in a Vercel environment.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-dev-testlist all available MCP tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-dev-test
Model Context Protocol (MCP) Server implementation based on @modelcontextprotocol/sdk, Node.js, TypeScript, and Bun. Designed for serverless and edge environment deployments including Vercel and Cloudflare.
Architecture
Runtime: Bun / Node.js
Language: TypeScript
Protocol: Model Context Protocol (MCP)
Related MCP server: MCP Server with SSE and Bearer Authentication
Prerequisites
Bun >= 1.0.0
Node.js >= 18.0.0 (required for Vercel deployment compatibility)
Installation
bun installDevelopment
bun run devDeployment
Vercel (Serverless Functions)
Ensure the api/ directory contains the serverless function entry points.
Execute deployment via Vercel CLI:
vercel deploy --prodCloudflare Workers
Ensure wrangler.toml is configured with the correct entry point (e.g., src/index.ts).
Execute deployment via Wrangler:
bun run wrangler deployProtocol Specifications
Refer to the official Model Context Protocol documentation for detailed information regarding MCP architecture, standard transports, and security models.
This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Cloudflare Workers MCP server: ai-model-router
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA deployable server implementation of the Model Context Protocol that allows you to run custom tools on Cloudflare Workers without authentication requirements.1,020 npmMIT
- -licenseNot gradedqualityNot gradedmaintenanceA TypeScript implementation of a Model Context Protocol server that enables real-time communication with LLM clients using Server-Sent Events (SSE) for transport and Bearer Token authentication for security.-
- AlicenseNot gradedqualityDmaintenanceA minimal, general-purpose implementation of the Model Context Protocol (MCP) for Node.js and Bare runtime, enabling creation of AI-interactive servers with tools, resources, and multiple transport options.8 npm2MIT
- AlicenseNot gradedqualityDmaintenanceA production-ready template for building Model Context Protocol servers using TypeScript and Bun runtime, including schema validation, structured logging, and retry utilities.7 npmMIT