MCP2Tavily
MCP2타빌리
Tavily API를 사용하여 웹 검색 기능을 구현하는 MCP 프로토콜 서버입니다.
필수 조건
파이썬 3.11+
UV 패키지 관리자
타빌리 API 키
Related MCP server: o3-search MCP
설치
저장소를 복제합니다
지엑스피1
.env파일을 만들고 편집합니다.
# Create .env file
touch .env
# Add your Tavily API key to .env
echo "TAVILY_API_KEY=your_api_key_here" > .envUV를 사용하여 가상 환경 설정
# Create and activate virtual environment
uv venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate종속성 설치
uv sync용법
Claude 확장 프로그램으로 설치
fastmcp install mcp2tavily.pyMCP Inspector를 사용한 개발 모드
MCP Inspector를 사용하여 기능을 테스트하려면:
fastmcp dev mcp2tavily.py실행 후 http://localhost:5173 에서 MCP Inspector에 액세스할 수 있습니다.
사용 가능한 도구
search_web(query: str): Tavily API를 사용하여 웹 검색search_web_info(query: str): 위와 동일하며 중국어 설명이 포함되어 있습니다.
환경 변수
TAVILY_API_KEY: Tavily API 키(필수)
단계별 가이드
手动添加Cline Continue 클로드
클라인 컨티뉴 클로드의 MCP 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密钥"
}
}클라인

클라인

클라인

예

Maintenance
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
- AlicenseAqualityDmaintenanceAn MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.15MIT
- AlicenseAqualityCmaintenanceAn 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.1198288MIT
- FlicenseNot gradedqualityDmaintenanceAn 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
- FlicenseAqualityDmaintenanceMCP server that provides web search capabilities using the Tavily API.3
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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