Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Tavily MCP Server
Claim
Official
by
tavily-ai
npm
GitHub
Search
Browser Automation
JavaScript
MIT License
2,232
164
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
tavily-mcp
assets
src
Dockerfile
.gitignore
LICENCE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "tavily-mcp", "version": "0.1.4", "description": "MCP server for advanced web search using Tavily", "type": "module", "bin": { "tavily-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "tavily-mcp", "tavily", "mcp", "model-context-protocol", "websearch", "claude", "claude-desktop", "search-api", "web-search", "ai-search", "anthropic", "real-time-search", "search-tools", "tavily-api", "tavily-search", "tavily-extract", "web-extraction", "data-extraction", "search-integration" ], "author": "Tavily", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "^16.4.5", "axios": "^1.6.7" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }