Agent-native TypeScript framework for building MCP servers. Build tools, not infrastructure.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"cyanheads/mcp-ts-core"
]
}
}
}
Run in terminal:
claude mcp add mcp-ts-core npx -y cyanheads/mcp-ts-core
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ts-core": {
"command": "npx",
"args": [
"-y",
"cyanheads/mcp-ts-core"
]
}
}
}