Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google Jobs MCP Server
Claim
by
ChanMeng666
npm
GitHub
Search
E-commerce & Retail
JavaScript
MIT License
2
3
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
public
src
CODE_OF_CONDUCT.md
Dockerfile
.gitattributes
.gitignore
LICENSE
package.json
README.md
renovate.json
smithery.yaml
tsconfig.json
{ "name": "@chanmeng666/google-jobs-server", "version": "1.0.0", "description": "MCP server for Google Jobs search via Serp API", "type": "module", "engines": { "node": ">=16" }, "bin": { "google-jobs-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "1.1.1", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.10.0", "@types/node-fetch": "^2.6.11", "shx": "^0.3.4", "typescript": "^5.6.2" } }