mcp-ts-core and deno-mcp-template

These two tools are competitors, offering different technology stacks (TypeScript and Deno, respectively) for scaffolding Model Context Protocol (MCP) servers.

mcp-ts-core
65
Established
deno-mcp-template
40
Emerging
Maintenance 13/25
Adoption 10/25
Maturity 25/25
Community 17/25
Maintenance 10/25
Adoption 7/25
Maturity 9/25
Community 14/25
Stars: 119
Forks: 20
Downloads:
Commits (30d): 0
Language: TypeScript
License: Apache-2.0
Stars: 29
Forks: 5
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No risk flags
No Package No Dependents

About mcp-ts-core

cyanheads/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.

Built on the MCP SDK, it provides a dependency library rather than a fork—handlers receive a unified context object (`ctx`) with request-scoped logging, tenant storage, LLM sampling, and cancellation signals. The framework automates transport setup (stdio/HTTP/Workers), validates definitions against the MCP spec at startup, and classifies errors into standard categories without instrumentation code. Multi-backend storage (in-memory, filesystem, Supabase, Cloudflare D1/KV/R2), pluggable auth (JWT/OAuth), and OpenTelemetry observability are configured via environment variables, with optional peer dependencies for parsers, OTEL SDK, and cloud providers.

About deno-mcp-template

phughesmcr/deno-mcp-template

A template repo for writing and publishing local, remote, DXT, and binary MCP servers using Deno.

Supports STDIO and HTTP transports with built-in rate limiting, session management, and TLS, plus persistent state via Deno KV and sandboxed code execution. Publishes as JSR package, native binary, DXT extension, or Deno Deploy app from a single codebase, with CI/CD workflows and structured logging pre-configured. Ships with example prompts, resources, tools, and task workflows demonstrating MCP capabilities like sampling, form elicitation, and KV-backed subscriptions.

Scores updated daily from GitHub, PyPI, and npm data. How scores work