Expose your Hono API endpoints as MCP tools.
Best for Enabling LLMs to perform CRUD operations on internal Hono-based APIs.
Expose your Hono API endpoints as MCP tools.
This adds an /mcp endpoint that exposes your routes as MCP tools.
What it does
- Exposes Hono API routes as MCP tools
- Supports Zod schema validation for tool inputs and outputs
- Includes a codemode for dynamic API interaction via search and execute
- Provides typed request handling via c.req.valid('json')
- Configurable MCP endpoint path
View Hono MCP Server details vs
Manage n8n workflow automation instances through AI agent tools.
Best for Automating workflow maintenance by programmatically updating node configurations.
n8n Manager for AI Agents.
[!IMPORTANT] This repository is no longer being actively developed. The n8n instance management tools have been integrated into the more comprehensive n8n-mcp project, which provides a complete solution for n8n automation with AI agents. Please use n8n-mcp for the latest…
What it does
- Full CRUD operations for n8n workflows
- Execution monitoring and management
- Webhook-based workflow triggering
- Health monitoring for n8n instance connectivity
- Cursor-based pagination for large result sets
Setup requirements
Requires 2 environment variables: N8N_URL, N8N_API_KEY. Available via Manual.
View n8n Manager for AI Agents details Biggest differences
CompareHono MCP Servern8n Manager for AI Agents
Best forEnabling LLMs to perform CRUD operations on internal Hono-based APIs.Automating workflow maintenance by programmatically updating node configurations.
StandoutExposes Hono API routes as MCP tools.Full CRUD operations for n8n workflows.
SetupNPX, http transport.Manual, needs 2 env vars, http transport.
Transporthttphttp
Community77 GitHub stars54 GitHub stars
Bottom line
Pick Hono MCP Server if...Enabling LLMs to perform CRUD operations on internal Hono-based APIs. Exposes Hono API routes as MCP tools. NPX, http transport.
Pick n8n Manager for AI Agents if...Automating workflow maintenance by programmatically updating node configurations. Full CRUD operations for n8n workflows. Manual, needs 2 env vars, http transport.
The real split here is workflow fit, not raw counts. Hono MCP Server: Enabling LLMs to perform CRUD operations on internal Hono-based APIs. n8n Manager for AI Agents: Automating workflow maintenance by programmatically updating node configurations. Public traction is fairly close (77 vs 54 stars).