https://github.com/ailearncoder/xiaozhi-location-mcp
小智App 获取定位MCP
https://github.com/ailearncoder/xiaozhi-location-mcp
Last synced: 5 months ago
JSON representation
小智App 获取定位MCP
- Host: GitHub
- URL: https://github.com/ailearncoder/xiaozhi-location-mcp
- Owner: ailearncoder
- License: mit
- Created: 2025-05-28T04:02:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-28T04:04:04.000Z (6 months ago)
- Last Synced: 2025-05-28T05:18:55.410Z (6 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ xiaozhi-location - app Android device framework to retrieve real-time location data including GPS coordinates, altitude, and accuracy measurements from mobile devices using multiple location providers for navigation, geofencing, and location-based services. (python) (Location Services / How to Submit)
README
### MCP Usage
```json
{
"mcpServers": {
"xiaozhi-location-mcp": {
"command": "uvx",
"type": "stdio",
"args": [
"--index",
"https://pypi.mac.axyz.cc:30923/simple",
"--allow-insecure-host",
"pypi.mac.axyz.cc",
"xiaozhi-location-mcp"
],
"env": {}
}
}
}
```