MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP Apps with Hono and Cloudflare Workers

Created 1/28/2026
Updated 28 days ago
Repository documentation and setup instructions

MCP App with Hono

Experimental implementation of MCP Apps using Hono and Cloudflare Workers with MCP TypeScript SDK v2.

The official examples use Express, but this project demonstrates how to build MCP Apps with Hono on Cloudflare Workers.

Demo

Demo

Setup

npm install

Development

npm run build  # Build the UI
npm run dev    # Start the Worker with Wrangler

Deploy

npm run deploy  # Includes build

Files

  • index.html - Vite build entry point for the UI
  • src/index.ts - Hono app entry point, handles /mcp endpoint with Streamable HTTP transport
  • src/mcp-server.ts - MCP server definition, registers get-time tool and UI resource
  • src/mcp-app.ts - Frontend UI app, connects to the MCP server and calls tools

Author

Yusuke Wada https://github.com/yusukebe

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-app-with-hono

Cursor configuration (mcp.json)

{ "mcpServers": { "yusukebe-mcp-app-with-hono": { "command": "npx", "args": [ "yusukebe-mcp-app-with-hono" ] } } }
Author Servers
Other servers by yusukebe