Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kiotviet-mcp-server": {
"command": "npx",
"args": [
"-y",
"trongnguyen2507-cloud/kiotviet-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kiotviet-mcp-server npx -y trongnguyen2507-cloud/kiotviet-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kiotviet-mcp-server": {
"command": "npx",
"args": [
"-y",
"trongnguyen2507-cloud/kiotviet-mcp-server"
]
}
}
}
📋 Copy
README Excerpt
MCP Server kết nối Claude với KiotViet, cho phép truy vấn dữ liệu bán hàng trực tiếp từ Claude.ai. | Tool | Mô tả | |------|-------| | `kiotviet_get_products` | Lấy danh sách hàng hóa | | `kiotviet_get_product` | Chi tiết một hàng hóa | | `kiotviet_create_product` | Thêm hàng hóa mới | | `kiotviet_update_product` | Cập nhật hàng hóa |
Tools (20)
KIOTVIET_CLIENT_ID KIOTVIET_CLIENT_SECRET KIOTVIET_RETAILER kiotviet_create_customer kiotviet_create_order kiotviet_create_product kiotviet_delete_product kiotviet_get_bank_accounts kiotviet_get_branches kiotviet_get_cashflow kiotviet_get_categories kiotviet_get_customer kiotviet_get_customer_groups kiotviet_get_customers kiotviet_get_invoice kiotviet_get_invoices kiotviet_get_order kiotviet_get_orders kiotviet_get_product kiotviet_get_products