- Step1: Configure environment variables (TYPESENSE_HOST, TYPESENSE_PORT, etc.)
- Step2: Build the server using 'go build -o typesense-mcp-server'
- Step3: Run the server with './typesense-mcp-server'
- Step4: Use your MCP client (Claude/Cursor) to connect to the server
- Step5: Perform search queries by specifying collection, query, filters, pagination, etc.