diff --git a/quickstart.mdx b/quickstart.mdx index 16baf49..240d645 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -78,21 +78,35 @@ The communication between the SQLite MCP server and your local SQLite database h - macOS or Windows - The latest version of [Claude Desktop](https://claude.ai/download) installed -- Node.js v18 or higher (`node --version` to check) +- [uv](https://docs.astral.sh/uv/) 0.4.18 or higher (`uv --version` to check) - Git (`git --version` to check) - SQLite (`sqlite3 --version` to check) - -```bash -# Using Homebrew -brew install node git sqlite3 - -# Or download directly: -# Node.js: https://nodejs.org -# Git: https://git-scm.com -# SQLite: https://www.sqlite.org/download.html -``` - + + + ```bash + # Using Homebrew + brew install uv git sqlite3 + + # Or download directly: + # uv: https://docs.astral.sh/uv/ + # Git: https://git-scm.com + # SQLite: https://www.sqlite.org/download.html + ``` + + + ```powershell + # Using winget + winget install --id=astral-sh.uv -e + winget install git.git sqlite.sqlite + + # Or download directly: + # uv: https://docs.astral.sh/uv/ + # Git: https://git-scm.com + # SQLite: https://www.sqlite.org/download.html + ``` + + ## Installation @@ -320,6 +334,10 @@ Now that MCP is working, try these increasingly powerful examples: Want to give Claude Desktop more local integration capabilities? Add these servers to your configuration: + + Note that these MCP servers will require [Node.js](https://nodejs.org/en) to be installed on your machine. + + Add this to your config to let Claude Desktop read and analyze files: