M
MCP Vn Tools Plus
by @cando58
MCP server by cando58
Created 10/14/2025
Updated 2 months ago
README
Repository documentation and setup instructions
VN MCP Tools (Plus)
Dịch vụ MCP miễn phí chạy trên Railway: Thời tiết, Nhạc (preview), Nhạc full qua YouTube, Radio, Đọc RSS, Tin tức, Dịch thuật, Báo thức (JSON).
Biến môi trường
MCP_ENDPOINT(bắt buộc): URLwss://...lấy từ XiaoZhi → MCP Settings → Get MCP Endpoint.OPENWEATHER_KEY(khuyến nghị): OpenWeather API Key để dùng toolweather.NEWS_API_KEY(tuỳ chọn): nếu không có sẽ dùng Google News RSS.LIBRETRANSLATE_URL(tuỳ chọn): endpoint LibreTranslate (mặc địnhhttps://libretranslate.de).
Deploy
- Push repo này lên GitHub.
- Railway → New Project → Deploy from GitHub.
- Vào Variables thêm các biến ở trên.
- Deploy & kiểm tra logs: thấy
Connected to endpointlà OK.
Dùng trên XiaoZhi
- Ở trang Agent → MCP Settings → Official Services: tick các dịch vụ bạn muốn.
- Nhớ Save và khởi động lại thiết bị.
Các tool
weather(city)music_search(query, limit=5)– preview 30s (iTunes)youtube_audio(query_or_url)– trả vềaudio_urlđể phát full bàimusic_full(query)– alias của youtube_audioradio_play(name_or_url)– ví dụ: "VOV1", "VOH FM 99.9"rss_read(url, limit=5)– đọc tin từ RSS/Atomnews(query="", country="vn", limit=5)translate(text, target_lang="vi", source_lang="auto")alarm_set(iso_time, title),alarm_list(),alarm_delete(id)
Lưu ý: Bộ nhớ JSON của báo thức là ephemeral. Redeploy/restart có thể mất dữ liệu.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-vn-tools-plus
Cursor configuration (mcp.json)
{
"mcpServers": {
"cando58-mcp-vn-tools-plus": {
"command": "uvx",
"args": [
"mcp-vn-tools-plus"
]
}
}
}