MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP Apps with Hono and Cloudflare Workers

创建于 1/28/2026
更新于 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

快速设置
此服务器的安装指南

安装包 (如果需要)

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