mcp-ts-core
TypeScript template for building Model Context Protocol (MCP) servers. Ships with declarative tools/resources, pluggable auth, multi-backend storage, OpenTelemetry observability, and first-class support for both local and edge (Cloudflare Workers) runtimes.
@cyanheads/mcp-ts-core is a TypeScript framework for building MCP servers. It offers declarative tool/resource/prompt definitions with Zod schemas, pluggable authentication, multi-backend storage, OpenTelemetry observability, and runs on both local (stdio/HTTP) and edge (Cloudflare Workers) runtimes. The framework handles infrastructure concerns like transport, auth, storage, config, logging, and lifecycle, so developers can focus on writing business logic.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- Avery RiveraMay 16, 2026
Production-ready TypeScript MCP server template with logging, error handling baked in.
- PPeyton LewisApr 27, 2026
Good starting point for teams building MCP servers who want best practices from the start.
- Elliot ChenApr 5, 2026
Well-structured, easy to extend for specific MCP server use cases.
- RRowan HarrisMar 16, 2026
Ships with the boilerplate nobody wants to write but everyone needs.