Template for Scalably's public TypeScript MCP servers: fastmcp, manifests, CI, npm trusted publishing
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-server-template-": {
"command": "npx",
"args": [
"-y",
"scalably-io/mcp-server-template-ts"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-template- npx -y scalably-io/mcp-server-template-ts
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template-": {
"command": "npx",
"args": [
"-y",
"scalably-io/mcp-server-template-ts"
]
}
}
}