Skip to main content
Glama

Weather MCP Server

by 630156145
package.json903 B
{ "name": "mcp-quickstart-mjs", "version": "1.0.0", "main": "index.mjs", "type": "module", "bin": { "weather": "./index.mjs" }, "scripts": { "start": "node index.mjs", "serve": "npx mcp-proxy --port 8080 --debug node index.mjs", "test": "node test-client.js" }, "files": [ "index.mjs", "test-client.js" ], "keywords": [ "mcp", "weather", "feishu", "lark", "javascript", "esm" ], "author": "", "license": "ISC", "description": "A Weather and Feishu MCP Server built with pure JavaScript ES Modules", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.0", "@larksuiteoapi/node-sdk": "^1.44.0", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^5.1.0", "yargs": "^17.7.2", "zod": "^3.25.67" }, "devDependencies": { "mcp-proxy": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/630156145/weather-server-javascript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server