Skip to main content
Glama
sumitchatterjee13

Tavily Cursor MCP Server

setup.bat598 B
@echo off echo Installing Tavily Cursor MCP Server... echo. REM Install dependencies call npm install REM Get current directory set CURRENT_DIR=%cd% 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. pause

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