A TypeScript-based Model Context Protocol (MCP) tool server for exposing weather API data to MCP-compatible clients and AI assistants.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"weather-api-typescri": {
"command": "npx",
"args": [
"-y",
"vikrantkalyan23/weather-api-typescript-mcp-tool-server"
]
}
}
}
Run in terminal:
claude mcp add weather-api-typescri npx -y vikrantkalyan23/weather-api-typescript-mcp-tool-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"weather-api-typescri": {
"command": "npx",
"args": [
"-y",
"vikrantkalyan23/weather-api-typescript-mcp-tool-server"
]
}
}
}