MCP Ts Core
Rank #72io.github.cyanheads/mcp-ts-core
Agent-native TypeScript framework for building MCP servers with declarative definitions.
MCP Ts Core is a Model Context Protocol (MCP) server published by cyanheads. It ranks #72 of 121,933 servers tracked on MCP Toplist, and its repository has 150 GitHub stars. MCP Ts Core is listed across 3 registries — Official MCP, mcp.so and Glama, with 184 tracked versions. It was first listed on Mar 20, 2025 and most recently updated on Sep 6, 2026.
Ranks ahead of 121,861 of 121,933 servers on MCP Toplist.
Use MCP Ts Core
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ts-core -e "MCP_LOG_LEVEL=<your MCP_LOG_LEVEL>" -- npx -y @cyanheads/mcp-ts-core run start:stdioReplace each placeholder with your own value before saving.
claude mcp add mcp-ts-core -e "MCP_HTTP_HOST=<your MCP_HTTP_HOST>" -e "MCP_HTTP_PORT=<your MCP_HTTP_PORT>" -e "MCP_HTTP_ENDPOINT_PATH=<your MCP_HTTP_ENDPOINT_PATH>" -e "MCP_AUTH_MODE=<your MCP_AUTH_MODE>" -e "MCP_LOG_LEVEL=<your MCP_LOG_LEVEL>" -- npx -y @cyanheads/mcp-ts-core run start:httpReplace each placeholder with your own value before saving.
[mcp_servers.mcp-ts-core]
command = "npx"
args = ["-y", "@cyanheads/mcp-ts-core", "run", "start:stdio"]
[mcp_servers.mcp-ts-core.env]
MCP_LOG_LEVEL = "<your MCP_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-ts-core]
command = "npx"
args = ["-y", "@cyanheads/mcp-ts-core", "run", "start:http"]
[mcp_servers.mcp-ts-core.env]
MCP_HTTP_HOST = "<your MCP_HTTP_HOST>"
MCP_HTTP_PORT = "<your MCP_HTTP_PORT>"
MCP_HTTP_ENDPOINT_PATH = "<your MCP_HTTP_ENDPOINT_PATH>"
MCP_AUTH_MODE = "<your MCP_AUTH_MODE>"
MCP_LOG_LEVEL = "<your MCP_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:http"
],
"env": {
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:http"
],
"env": {
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ts-core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ts-core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:http"
],
"env": {
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:http"
],
"env": {
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"@cyanheads/mcp-ts-core",
"run",
"start:http"
],
"env": {
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cyanheads%2Fmcp-ts-core)<a href="https://mcptoplist.com/server/io.github.cyanheads%2Fmcp-ts-core"><img src="https://mcptoplist.com/badge/io.github.cyanheads%2Fmcp-ts-core.svg" alt="MCP Toplist: Top 1% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
cyanheads
Other servers by cyanheads
- obsidian-mcp-server#196 · 31 vers
- Pubmed MCP Server#341 · 78 vers
- Clinicaltrialsgov MCP Server#365 · 66 vers
- Git MCP Server#412 · 43 vers
- Openalex MCP Server#1,733 · 43 vers
- Secedgar MCP Server#1,803 · 52 vers
- Pubchem MCP Server#2,178 · 35 vers
- ntfy-mcp-server#2,235 · 10 vers
- @cyanheads/openstreetmap-mcp-server#2,467 · 33 vers
- cdc-health-mcp-server#2,505 · 26 vers
- toolkit-mcp-server#2,508 · 6 vers
- Protein MCP Server#2,663 · 19 vers
Available versions (184)
| Version | Published |
|---|---|
| 0.12.6 | Sep 6, 2026 |
| 0.12.5 | Sep 2, 2026 |
| 0.12.4 | Sep 2, 2026 |
| 0.12.3 | Aug 21, 2026 |
| 0.12.2 | Aug 20, 2026 |
| 0.12.1 | Aug 20, 2026 |
| 0.12.0 | Aug 20, 2026 |
| 0.11.5 | Aug 13, 2026 |
| 0.11.4 | Aug 10, 2026 |
| 0.11.3 | Aug 10, 2026 |
| 0.11.2 | Aug 10, 2026 |
| 0.11.1 | Aug 2, 2026 |
| 0.11.0 | Jul 26, 2026 |
| 0.10.17 | Jul 26, 2026 |
| 0.10.16 | Jul 26, 2026 |
| 0.10.15 | Jul 19, 2026 |
| 0.10.14 | Jul 6, 2026 |
| 0.10.13 | Jul 5, 2026 |
| 0.10.11 | Jul 5, 2026 |
| 0.10.10 | Jun 30, 2026 |
| 0.10.9 | Jun 20, 2026 |
| 0.10.8 | Jun 19, 2026 |
| 0.10.7 | Jun 19, 2026 |
| 0.10.6 | Jun 11, 2026 |
| 0.10.5 | Jun 11, 2026 |
| 0.10.3 | Jun 10, 2026 |
| 0.10.2 | Jun 10, 2026 |
| 0.10.1 | Jun 8, 2026 |
| 0.10.0 | Jun 5, 2026 |
| 0.9.21 | Jun 2, 2026 |
| 0.9.20 | Jun 2, 2026 |
| 0.9.19 | May 31, 2026 |
| 0.9.18 | May 31, 2026 |
| 0.9.17 | May 31, 2026 |
| 0.9.16 | May 30, 2026 |
| 0.9.15 | May 30, 2026 |
| 0.9.14 | May 29, 2026 |
| 0.9.13 | May 29, 2026 |
| 0.9.12 | May 29, 2026 |
| 0.9.11 | May 28, 2026 |
| 0.9.10 | May 27, 2026 |
| 0.9.9 | May 24, 2026 |
| 0.9.8 | May 24, 2026 |
| 0.9.7 | May 23, 2026 |
| 0.9.6 | May 23, 2026 |
| 0.9.5 | May 23, 2026 |
| 0.9.4 | May 23, 2026 |
| 0.9.3 | May 23, 2026 |
| 0.9.2 | May 23, 2026 |
| 0.9.1 | May 15, 2026 |
| 0.9.0 | May 11, 2026 |
| 0.8.20 | May 9, 2026 |
| 0.8.19 | May 8, 2026 |
| 0.8.18 | May 7, 2026 |
| 0.8.17 | May 6, 2026 |
| 0.8.16 | May 5, 2026 |
| 0.8.15 | May 5, 2026 |
| 0.8.14 | May 5, 2026 |
| 0.8.13 | May 3, 2026 |
| 0.8.12 | May 3, 2026 |
| 0.8.11 | May 3, 2026 |
| 0.8.10 | May 2, 2026 |
| 0.8.9 | May 2, 2026 |
| 0.8.8 | May 1, 2026 |
| 0.8.7 | Apr 30, 2026 |
| 0.8.6 | Apr 29, 2026 |
| 0.8.5 | Apr 29, 2026 |
| 0.8.4 | Apr 29, 2026 |
| 0.8.3 | Apr 29, 2026 |
| 0.8.2 | Apr 28, 2026 |
| 0.8.1 | Apr 28, 2026 |
| 0.8.0 | Apr 28, 2026 |
| 0.7.6 | Apr 27, 2026 |
| 0.7.5 | Apr 26, 2026 |
| 0.7.4 | Apr 24, 2026 |
| 0.7.3 | Apr 24, 2026 |
| 0.7.2 | Apr 24, 2026 |
| 0.7.1 | Apr 24, 2026 |
| 0.7.0 | Apr 24, 2026 |
| 0.6.17 | Apr 24, 2026 |
| 0.6.16 | Apr 24, 2026 |
| 0.6.15 | Apr 24, 2026 |
| 0.6.14 | Apr 23, 2026 |
| 0.6.13 | Apr 23, 2026 |
| 0.6.12 | Apr 23, 2026 |
| 0.6.11 | Apr 23, 2026 |
| 0.6.10 | Apr 23, 2026 |
| 0.6.9 | Apr 22, 2026 |
| 0.6.8 | Apr 22, 2026 |
| 0.6.7 | Apr 22, 2026 |
| 0.6.6 | Apr 22, 2026 |
| 0.6.5 | Apr 22, 2026 |
| 0.6.3 | Apr 21, 2026 |
| 0.6.2 | Apr 21, 2026 |
| 0.6.1 | Apr 21, 2026 |
| 0.6.0 | Apr 21, 2026 |
| 0.5.4 | Apr 21, 2026 |
| 0.5.3 | Apr 21, 2026 |
| 0.5.2 | Apr 21, 2026 |
| 0.5.0 | Apr 20, 2026 |
| 0.4.1 | Apr 19, 2026 |
| 0.4.0 | Apr 19, 2026 |
| 0.3.8 | Apr 19, 2026 |
| 0.3.7 | Apr 19, 2026 |
| 0.3.6 | Apr 19, 2026 |
| 0.3.5 | Apr 13, 2026 |
| 0.3.4 | Apr 9, 2026 |
| 0.3.3 | Apr 8, 2026 |
| 0.3.2 | Apr 6, 2026 |
| 0.3.1 | Apr 6, 2026 |
| 0.3.0 | Apr 6, 2026 |
| 0.2.12 | Apr 3, 2026 |
| 0.2.11 | Apr 1, 2026 |
| 0.2.10 | Mar 30, 2026 |
| 0.2.9 | Mar 30, 2026 |
| 0.2.8 | Mar 28, 2026 |
| 0.2.7 | Mar 28, 2026 |
| 0.2.6 | Mar 28, 2026 |
| 0.2.5 | Mar 28, 2026 |
| 0.2.3 | Mar 28, 2026 |
| 0.2.2 | Mar 26, 2026 |
| 0.2.0 | Mar 25, 2026 |
| 0.1.29 | Mar 24, 2026 |
| 0.1.28 | Mar 23, 2026 |
| 0.1.27 | Mar 23, 2026 |
| 0.1.26 | Mar 23, 2026 |
| 0.1.23 | Mar 22, 2026 |
| 0.1.22 | Mar 22, 2026 |
| 0.1.20 | Mar 21, 2026 |
| 0.1.19 | Mar 21, 2026 |
| 0.1.18 | Mar 21, 2026 |
| 0.1.16 | Mar 21, 2026 |
| 0.1.8 | Mar 20, 2026 |
| 3.0.9 | Mar 9, 2026 |
| 3.0.7 | Mar 9, 2026 |
| 3.0.6 | Mar 6, 2026 |
| 3.0.5 | Mar 5, 2026 |
| 3.0.4 | Mar 4, 2026 |
| 3.0.3 | Mar 4, 2026 |
| 3.0.2 | Mar 4, 2026 |
| 3.0.1 | Mar 4, 2026 |
| 3.0.0 | Mar 4, 2026 |
| 2.9.9 | Feb 28, 2026 |
| 2.9.3 | Feb 17, 2026 |
| 2.9.2 | Feb 17, 2026 |
| 2.6.1 | Jan 27, 2026 |
| 2.6.0 | Dec 12, 2025 |
| 2.5.7 | Oct 28, 2025 |
| 2.5.6 | Oct 26, 2025 |
| 2.5.4 | Oct 21, 2025 |
| 2.5.3 | Oct 21, 2025 |
| 2.4.9 | Oct 16, 2025 |
| 2.4.5 | Oct 15, 2025 |
| 2.4.3 | Oct 15, 2025 |
| 2.4.2 | Oct 15, 2025 |
| 2.4.1 | Oct 15, 2025 |
| 2.4.0 | Oct 15, 2025 |
| 2.3.9 | Oct 14, 2025 |
| 2.3.8 | Oct 14, 2025 |
| 2.3.7 | Oct 14, 2025 |
| 2.3.6 | Oct 12, 2025 |
| 2.3.5 | Oct 5, 2025 |
| 2.3.4 | Oct 4, 2025 |
| 2.3.3 | Oct 2, 2025 |
| 2.3.2 | Oct 2, 2025 |
| 2.3.1 | Sep 30, 2025 |
| 2.3.0 | Sep 30, 2025 |
| 2.2.8 | Sep 30, 2025 |
| 2.2.7 | Sep 30, 2025 |
| 2.2.5 | Sep 29, 2025 |
| 2.2.4 | Sep 29, 2025 |
| 2.2.3 | Sep 29, 2025 |
| 2.2.2 | Sep 28, 2025 |
| 2.2.1 | Sep 28, 2025 |
| 2.2.0 | Sep 28, 2025 |
| 2.1.8 | Sep 28, 2025 |
| 2.1.7 | Sep 27, 2025 |
| 2.1.6 | Sep 27, 2025 |
| 2.1.5 | Sep 26, 2025 |
| 2.1.3 | Sep 26, 2025 |
| 2.0.3 | Sep 15, 2025 |
| 2.0.2 | Sep 14, 2025 |
| 2.0.1 | Sep 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Ts Core?
- MCP Ts Core is maintained by cyanheads, which publishes 131 MCP servers (2112 total versions) tracked on MCP Toplist.
- Is MCP Ts Core listed on the Official MCP Registry?
- Yes — MCP Ts Core is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does MCP Ts Core have?
- MCP Toplist tracks 184 versions of MCP Ts Core, most recently published on Sep 6, 2026.
- Where can I find the source code for MCP Ts Core?
- The source code for MCP Ts Core is hosted at github.com/cyanheads/mcp-ts-template.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.