boilerplate-mcp-server and create-mcp-server
About boilerplate-mcp-server
aashari/boilerplate-mcp-server
TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources like ip-api.com. Ideal template for creating new MCP integrations via Node.js.
Implements dual STDIO and HTTP transport modes with automatic fallback, supporting both local AI assistant integration (Claude Desktop, Cursor) and web-based deployments. The layered architecture separates CLI, controllers, services, and MCP primitives (tools, resources, prompts), enabling token-efficient responses through TOON format encoding and JMESPath filtering, with production security features including DNS rebinding protection and localhost-only binding.
About create-mcp-server
agentailor/create-mcp-server
Scaffold production-ready MCP servers in seconds
Provides flexible scaffolding for both official MCP SDK and FastMCP frameworks with configurable HTTP (stateless/stateful with optional OAuth) or stdio transports. Generates TypeScript projects with Express.js integration, session management, Docker support, and built-in MCP Inspector debugging. Supports npm/pnpm/yarn and interactive or CLI-driven setup for different deployment scenarios—from local Claude Desktop clients to cloud-hosted remote servers.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work