MCP Ts Core runs on your own machine — the client starts it, so there is no endpoint to ping. 12 246 installs a week from npm. Last commit 2 Aug 2026.
Agent-native TypeScript framework for building MCP servers with declarative definitions.
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-core -- npx -y @cyanheads/mcp-ts-core
{
"mcpServers": {
"mcp-ts-core": {
"args": [
"-y",
"@cyanheads/mcp-ts-core"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-ts-core]
command = "npx"
args = ["-y", "@cyanheads/mcp-ts-core"]
{
"mcpServers": {
"mcp-ts-core": {
"args": [
"-y",
"@cyanheads/mcp-ts-core"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-ts-core": {
"args": [
"-y",
"@cyanheads/mcp-ts-core"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.