From 8ce4f1765e0240df32529c548e02df4a50665fab Mon Sep 17 00:00:00 2001 From: Barry Yip <111196081+barryyip0625@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:04:24 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5846d09..9efe4ca 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,15 @@ MCP-Discord provides the following Discord-related functionalities: ## Installation +### Installing via NPM + +You can use it with the following command: +```bash +npx mcp-discord --config ${DISCORD_TOKEN} +``` + +For more details, you can check out the [NPM Package](https://www.npmjs.com/package/mcp-discord). + ### Installing via Smithery To install mcp-discord automatically via [Smithery](https://smithery.ai/server/@barryyip0625/mcp-discord) @@ -250,4 +259,4 @@ npm run dev ## License -[MIT License](https://github.com/barryyip0625/mcp-discord?tab=MIT-1-ov-file) \ No newline at end of file +[MIT License](https://github.com/barryyip0625/mcp-discord?tab=MIT-1-ov-file)