Add the server to your MCP client config.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, or %APPDATA%\Claude\claude_desktop_config.json on Windows. Add the onegoodarea server:
JSONclaude_desktop_config.json
{
"mcpServers": {
"onegoodarea": {
"command": "npx",
"args": ["-y", "@oga-mcp/server"],
"env": {
"OOGA_API_KEY": "oga_..."
}
}
}
}Restart Claude Desktop. The eleven tools appear when you start a conversation about UK locations.
Add to .cursor/mcp.json in your project (or the global Cursor MCP config):
JSON.cursor/mcp.json
{
"mcpServers": {
"onegoodarea": {
"command": "npx",
"args": ["-y", "@oga-mcp/server"],
"env": { "OOGA_API_KEY": "oga_..." }
}
}
}