Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "mcpServers": {
- "playwright": {
- "command": "npx",
- "args": [
- "@playwright/mcp@latest"
- ]
- },
- "google-maps-platform-code-assist": {
- "command": "npx",
- "args": [
- "-y",
- "@googlemaps/code-assist-mcp@latest"
- ]
- },
- "rss-reader": {
- "command": "npx",
- "args": [
- "-y",
- "rss-reader-mcp"
- ]
- },
- "google-maps": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-google-maps"
- ],
- "env": {
- "GOOGLE_MAPS_API_KEY": "YOUR KEY HERE"
- }
- }
- }
- }
Advertisement