diff --git a/README.md b/README.md index 52bfc9e..c2123d1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Authorization: Bearer Pass your API key directly in the URL. Replace `` with your actual [Tavily API key](https://www.tavily.com/): ```bash -claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey= +claude mcp add --transport http tavily 'https://mcp.tavily.com/mcp/?tavilyApiKey=' ``` #### Option 2: OAuth Authentication Flow @@ -66,7 +66,7 @@ After adding, you'll need to complete the authentication flow: **Tip:** Add `--scope user` to either command to make the Tavily MCP server available globally across all your projects: ```bash -claude mcp add --transport http --scope user tavily https://mcp.tavily.com/mcp/?tavilyApiKey= +claude mcp add --transport http --scope user tavily 'https://mcp.tavily.com/mcp/?tavilyApiKey=' ``` Once configured, you'll have access to the Tavily search, extract, map, and crawl tools.