Skip to main content
Glama

Google News MCP Server

by ChanMeng666
package.json1.03 kB
{ "name": "@chanmeng666/google-news-server", "version": "1.0.0", "description": "MCP server for Google News search via SerpAPI", "type": "module", "bin": { "google-news-server": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "ts-node-dev --respawn src/index.ts", "lint": "eslint src/**/*.ts", "test": "jest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.7.9", "dotenv": "^17.0.0", "mcp-evals": "^2.0.0" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/jest": "^30.0.0", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "jest": "^30.0.0", "ts-jest": "^29.1.2", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" } }

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/ChanMeng666/server-google-news'

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