M
MCP App With Hono
by @yusukebe
MCP Apps with Hono and Cloudflare Workers
Created 1/28/2026
Updated 28 days ago
README
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

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 UIsrc/index.ts- Hono app entry point, handles/mcpendpoint with Streamable HTTP transportsrc/mcp-server.ts- MCP server definition, registersget-timetool and UI resourcesrc/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