mcp-ts-core and create-mcp-server

mcp-ts-core
58
Established
create-mcp-server
41
Emerging
Maintenance 13/25
Adoption 10/25
Maturity 18/25
Community 17/25
Maintenance 10/25
Adoption 5/25
Maturity 18/25
Community 8/25
Stars: 119
Forks: 20
Downloads:
Commits (30d): 0
Language: TypeScript
License: Apache-2.0
Stars: 9
Forks: 1
Downloads:
Commits (30d): 0
Language: TypeScript
License: Apache-2.0
No risk flags
No risk flags

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

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