A Simple MCP weather Server written in TypeScript
See the Quickstart tutorial for more information.
by achsaf6 · TypeScript
quickstart for mcp deployment
Quickstart template for MCP server deployment.
See the Quickstart tutorial for more information.
SECRETrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"mcp-quickstart": {
"command": "npx",
"args": [
"-y",
"@achsaf/quickstart-test@1.0.2"
],
"env": {
"SECRET": "<YOUR_SECRET>"
}
}
}
}