Skip to main content
Glama
mcp2everything

MCP2Tavily

MCP2Tavily

Un servidor de protocolo MCP que implementa la funcionalidad de búsqueda web utilizando la API de Tavily.

Prerrequisitos

  • Python 3.11+

  • Gestor de paquetes UV

  • Clave API de Tavily

Related MCP server: o3-search MCP

Instalación

  1. Clonar el repositorio

git clone <repository-url>
cd mcp2tavily
  1. Crear y editar el archivo .env

# Create .env file
touch .env
# Add your Tavily API key to .env
echo "TAVILY_API_KEY=your_api_key_here" > .env
  1. Configurar entorno virtual con UV

# Create and activate virtual environment
uv venv
source .venv/bin/activate  # On Windows use: .venv\Scripts\activate
  1. Instalar dependencias

uv sync

Uso

Instalar como extensión de Claude

fastmcp install mcp2tavily.py

Modo de desarrollo con MCP Inspector

Para probar la funcionalidad usando MCP Inspector:

fastmcp dev mcp2tavily.py

Una vez en ejecución, puede acceder al Inspector MCP en: http://localhost:5173

Herramientas disponibles

  • search_web(query: str) : busca en la web usando la API de Tavily

  • search_web_info(query: str) : Igual que el anterior, con descripción en chino

Variables de entorno

  • TAVILY_API_KEY : Su clave API de Tavily (obligatoria)

Guía paso a paso

手动添加Cline Continuar Claude

Cline Continue Claude MCP Archivo JSON


"mcp2tavily": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "--with",
        "python-dotenv",
        "--with",
        "tavily-python",
        "fastmcp",
        "run",
        "C:\\Users\\你的真实路径\\mcp2tavily.py"
      ],
      "env": {
        "TAVILY_API_KEY": "API密钥"
      }
    }

Cline

配置

Cline

配置

Cline

配置

EJEMPLO

El hombre que se despierta

Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that enables web search capabilities using OpenAI's o3 model, allowing AI assistants to perform text-based web searches and return AI-powered results.
    1
    198
    288
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables web search and document retrieval capabilities through Tavily API and LangConnect vector database, supporting AI agents in gathering information for comprehensive report generation.
    22

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp2everything/mcp2tavily'

If you have feedback or need assistance with the MCP directory API, please join our Discord server