Mcp Server Danchoicloud
About
Mcp Server Danchoicloud is a Model Context Protocol server that provides access to the DanchoiCloud blog (by @hoangndst). It is designed to be used with MCP-enabled clients such as Continue, Cursor, and Claude for Desktop.
Details
- Author
- hoangndst
- Downloads
- 170
- Categories
- Other, AI
Jump to
- Runs as a lightweight Docker container.
- Works with Continue, Cursor, and Claude Desktop.
- Provides blog-related tools (e.g., get_sieu_nhan).
- Licensed under MIT for free use and modification.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Server DanchoicloudCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run the server as a Docker container. Configure it in your MCP client by adding the Docker command docker run -i --rm hoangndst/mcp-server-danchoicloud:${VERSION} to the client’s MCP server settings (e.g., ~/.continue/config.yaml, ~/.cursor/mcp.json, or claude_desktop_config.json).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server danchoicloud": {
"danchoicloud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"hoangndst/mcp-server-danchoicloud:${VERSION}"
]
}
}
}
}
McpServers
{
"danchoicloud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"hoangndst/mcp-server-danchoicloud:${VERSION}"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




