MCP Ts Template runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from npm. Last commit 17 Sep 2026.
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
We read the source, 7 d ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет mcp-ts-template ссылается на cyanheads/mcp-ts-template
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-ts-template -- npx -y mcp-ts-template
{
"mcpServers": {
"mcp-ts-template": {
"args": [
"-y",
"mcp-ts-template"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-ts-template]
command = "npx"
args = ["-y", "mcp-ts-template"]
{
"mcpServers": {
"mcp-ts-template": {
"args": [
"-y",
"mcp-ts-template"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-ts-template": {
"args": [
"-y",
"mcp-ts-template"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').).
The author declared them in the registry entry; get the values from the project itself.
Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.
Production-grade MCP Server Template for TypeScript and Node.js.
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
MCP server for querying logs from observability platforms with unified search and tracing
Agent-native TypeScript framework for MCP servers.
MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates
9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.
Live index of AI agents, MCP servers and tools with observed liveness and capability search.
Answers built from our own checks of this server.