Mcp Ts Core is an agent-native TypeScript framework designed for building Model Context Protocol (MCP) servers. It enables developers to declaratively define agent-accessible tools, resources, and prompts, while the framework manages the underlying infrastructure such as transports (HTTP, stdio, Cloudflare Workers), auth (JWT, OAuth, etc.), storage (in-memory, filesystem, Supabase, Cloudflare KV/D1/R2), logging, metrics (OpenTelemetry), error handling, and configuration. It is used by AI and coding agents or developers wanting to rapidly build MCP servers for integration with MCP client ecosystems, focusing on tools and logic rather than plumbing.
Visit Mcp Ts Core's official website for product details and getting started.