npx skills add https://github.com/tavily-ai/skillsNo setup required — Uses OAuth via the Tavily MCP server.
Important: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. If you don't have an account, sign up at tavily.com first.
On first run, the script will:
- Check for existing tokens in
~/.mcp-auth/ - If none found, automatically open your browser for OAuth authentication
If you prefer using an API key, get one at https://tavily.com and add to ~/.claude/settings.json:
{
"env": {
"TAVILY_API_KEY": "tvly-your-api-key-here"
}
}| Skill | Command | Description |
|---|---|---|
| Search | /search |
Search the web using Tavily's LLM-optimized API. Returns relevant results with content snippets, scores, and metadata. |
| Research | /research |
Get research on any topic with citations. Supports structured JSON output for pipelines. |
| Extract | /extract |
Extract clean content from specific URLs. Returns markdown/text from web pages. |
| Crawl | /crawl |
Crawl websites to download documentation, knowledge bases, or web content as local markdown files. |
| Tavily Best Practices | /tavily-best-practices |
Reference documentation for building production-ready Tavily integrations in agentic workflows, RAG systems, or autonomous agents. |