mcpbeat Sign in

MCP Ts Template MCP Server

local only

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.

Installs per day peak 127 · avg 26 · -47% w/w
a month agotoday
148
Installs / week
npm · mcp-ts-template
151
Stars
85 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

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.

Package points at a different repository cyanheads/mcp-ts-core
пакет 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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-ts-template -- npx -y mcp-ts-template
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ts-template": {
      "args": [
        "-y",
        "mcp-ts-template"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ts-template]
command = "npx"
args = ["-y", "mcp-ts-template"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ts-template": {
      "args": [
        "-y",
        "mcp-ts-template"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to MCP Ts Template

same job, measured the same way
boxpdf
by earonesty

Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.

204 installs/wk local only
MCP Server Template
by qmmughal

Production-grade MCP Server Template for TypeScript and Node.js.

26 installs/wk local only
SelfHeal MCP
by carsonroell-debug

Self-healing proxy for MCP servers with retry, circuit breaker, and observability

31 installs/wk local only
MCP Observability Server
by gagandeeppra

MCP server for querying logs from observability platforms with unified search and tracing

76 installs/wk local only
MCP Ts Core
by cyanheads

Agent-native TypeScript framework for MCP servers.

16 590 installs/wk local only
Drone CI/CD MCP Server
by yusiwen

MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates

local only
MCP React Toolkit
by nishant-chaudhary5338

9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.

67 installs/wk local only
Wellknown
by wellknown

Live index of AI agents, MCP servers and tools with observed liveness and capability search.

65 installs/wk 9 tools answering

MCP Ts Template — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ts Template?
MCP Ts Template runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-ts-template was installed 148 times last week.
How do I connect MCP Ts Template?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-ts-template straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Ts Template?
The npm package mcp-ts-template was installed 148 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Ts Template open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 151 stars on GitHub and 85 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.