M
MCP App With Hono
作者 @yusukebe
MCP Apps with Hono and Cloudflare Workers
创建于 1/28/2026
更新于 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
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp-app-with-hono
Cursor 配置 (mcp.json)
{
"mcpServers": {
"yusukebe-mcp-app-with-hono": {
"command": "npx",
"args": [
"yusukebe-mcp-app-with-hono"
]
}
}
}
作者服务器
其他服务器由 yusukebe