Skip to main content
Glama

MCP Google Maps - stdio Edition

package.json2.29 kB
{ "name": "@vicente-alvarado/mcp-google-map-stdio", "version": "1.0.0", "description": "Google Maps MCP server with stdio transport support for Claude Desktop - location services, geocoding, and navigation", "type": "module", "main": "dist/index.js", "bin": { "mcp-google-map-stdio": "dist/mcp-stdio-wrapper.js" }, "files": [ "dist/", "README.md", "CONFIGURACION_CLAUDE.md", "INSTALACION.md", "DOCUMENTACION_MCP.md", ".env.example" ], "scripts": { "build": "tsup --dts", "start": "node dist/mcp-stdio-wrapper.js", "test": "node dist/mcp-stdio-wrapper.js", "dev": "cross-env NODE_ENV=development tsup --watch", "prepublishOnly": "npm run build", "install-global": "npm install -g .", "uninstall-global": "npm uninstall -g @vicente-alvarado/mcp-google-map-stdio" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "google", "maps", "api", "llm", "mcp", "stdio", "claude", "desktop", "location", "geocoding", "navigation", "wrapper" ], "author": "vicente-alvarado", "license": "MIT", "homepage": "https://github.com/vicente-alvarado/mcp-google-map-stdio#readme", "repository": { "type": "git", "url": "git+https://github.com/vicente-alvarado/mcp-google-map-stdio.git" }, "bugs": { "url": "https://github.com/vicente-alvarado/mcp-google-map-stdio/issues" }, "dependencies": { "@googlemaps/google-maps-services-js": "^3.4.0", "@modelcontextprotocol/sdk": "^1.11.0", "@types/yargs": "^17.0.33", "cross-env": "^7.0.3", "dotenv": "^16.4.7", "express": "^4.21.2", "node-fetch": "^3.3.2", "yargs": "^17.7.2", "zod": "^3.24.2" }, "devDependencies": { "@types/express": "^5.0.0", "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "@types/node": "^20.17.0", "@typescript-eslint/eslint-plugin": "^8.24.0", "@typescript-eslint/parser": "^8.24.0", "dotenv-cli": "^10.0.0", "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "jest": "^29.7.0", "prettier": "^3.5.0", "ts-jest": "^29.2.5", "tsup": "^8.4.0", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "preferGlobal": true, "os": [ "win32", "darwin", "linux" ] }

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/vicente-alvarado/mcp-google-map-stdio'

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