location-mcp-server

location-mcp-server

3.2

If you are the rightful owner of location-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that provides location data from a local macOS app.

The Location MCP Server is a specialized server designed to provide location data by interfacing with a local macOS application. It is particularly useful for applications that require precise location information and can be integrated with platforms like Claude Desktop. The server works by launching a macOS app, 'location-getter-agent.app', which starts an HTTP server on port 8080. This setup allows the server to fetch and relay location data to clients. The server is built using Node.js and requires macOS to function. It is easy to set up and can be run using npm or npx commands. The server is designed to be robust, handling permissions and port conflicts gracefully.

Features

  • Provides precise location data from a local macOS app.
  • Integrates seamlessly with Claude Desktop.
  • Easy setup with npm or npx commands.
  • Handles permissions and port conflicts gracefully.
  • Exposes a `getCurrentLocation` tool for easy access to location data.