Developer Tools
Trust: 44/100 (Fair)io.github.cyanheads/mcp-ts-template Guide
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
118 starsby cyanheads
Quick Start
Install
npx mcp-ts-templateClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cyanheads-mcp-ts-template": {
"command": "npx",
"args": [
"mcp-ts-template"
]
}
}
}