Typesense
Typesense enables fast, full-text search directly within your application, boosting user experience and data retrieval efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add typesense npx -- -y @trustedskills/typesense
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"typesense": {
"command": "npx",
"args": [
"-y",
"@trustedskills/typesense"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Typesense, a fast and typo-tolerant search engine. It allows AI agents to quickly index and retrieve data based on user queries, offering features like ranking, filtering, and faceting. The agent can use this for building powerful search interfaces or integrating search capabilities into other workflows.
When to use it
- Building a product search: Enable users to easily find products within an e-commerce application.
- Creating a knowledge base search: Allow users to quickly locate relevant articles and documentation.
- Powering a chatbot's information retrieval: Provide the chatbot with fast access to data for answering user questions.
- Indexing large datasets: Quickly index and make searchable a collection of documents or other structured data.
Key capabilities
- Fast search indexing
- Typo tolerance
- Ranking functionality
- Filtering support
- Faceting capabilities
Example prompts
- "Index these product descriptions in Typesense."
- "Search Typesense for articles related to 'AI agents'."
- "Filter the results from Typesense by price and category."
Tips & gotchas
- Requires a Typesense instance to be running.
- The agent needs appropriate credentials (API key) to interact with the Typesense instance.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.