# Mcp Tavily Search

> MCP server to give client the ability to search on the internet

- **Type:** MCP server
- **Install:** `agentstack add mcp-algonacci-mcp-tavily-search`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [algonacci](https://agentstack.voostack.com/s/algonacci)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [algonacci](https://github.com/algonacci)
- **Source:** https://github.com/algonacci/mcp-tavily-search

## Install

```sh
agentstack add mcp-algonacci-mcp-tavily-search
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mcp-tavily-search

MCP server to give client the ability to search on the internet

# Usage

For this MCP server to work, add the following configuration to your MCP config file:

```json
{
  "mcpServers": {
    "tavily_search": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-tavily-search",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}
```

Also provide `TAVILY_API_KEY` in `.env`

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [algonacci](https://github.com/algonacci)
- **Source:** [algonacci/mcp-tavily-search](https://github.com/algonacci/mcp-tavily-search)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-algonacci-mcp-tavily-search
- Seller: https://agentstack.voostack.com/s/algonacci
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
