mcp-server-tavily

Taivily APIを利用するMCP Serverです。Officialが提供される前に開発しました

GitHub Stars

42

User Rating

Not Rated

Favorites

0

Views

37

Forks

11

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

To install Tavily Search for Claude Desktop automatically via [Smithery](https://smithery.ai/server/tavily-search):
bash
npx -y @smithery/cli install tavily-search --client claude
1Download the repository.
bash
git clone https://github.com/Tomatio13/mcp-server-tavily.git
2Open the Claude Desktop configuration file.
`` On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: C:\Users\[username]\AppData\Roaming\Claude\claude_desktop_config.json`

3Edit the configuration file as follows:
yaml "mcpServers": { "tavily-search": { "command": "uv", "args": [ "--directory",

Additional Resources