Skip to main content
Glama
sumitchatterjee13

Tavily Cursor MCP Server

setup.sh688 B
#!/bin/bash echo "Installing Tavily Cursor MCP Server..." echo "" # Install dependencies npm install # Make index.js executable chmod +x index.js # Get current directory CURRENT_DIR=$(pwd) echo "" echo "Installation complete!" echo "" echo "Add this to your Cursor mcp.json:" echo "" echo "{" echo " \"mcpServers\": {" echo " \"tavily_cursor\": {" echo " \"command\": \"node\"," echo " \"args\": [\"$CURRENT_DIR/index.js\"]," echo " \"env\": {" echo " \"TAVILY_API_KEY\": \"your-tavily-api-key-here\"" echo " }" echo " }" echo " }" echo "}" echo "" echo "Don't forget to replace 'your-tavily-api-key-here' with your actual Tavily API key!" echo ""

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/sumitchatterjee13/tavily-cursor-mcp'

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