TypesenseKit
Rank #11,161io.github.typesensekit/typesensekit
95 typed Typesense operations for AI agents through an MCP server that is read-only by default.
TypesenseKit is a Model Context Protocol (MCP) server published by typesensekit. It ranks #11,161 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. TypesenseKit is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 120,885 of 132,046 servers on MCP Toplist.
Use TypesenseKit
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add typesensekit -e "TYPESENSE_URL=<your TYPESENSE_URL>" -e "TYPESENSE_API_KEY=<your TYPESENSE_API_KEY>" -e "TYPESENSEKIT_READ_ONLY=<your TYPESENSEKIT_READ_ONLY>" -e "TYPESENSE_CONNECTION_TIMEOUT_SECONDS=<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>" -- npx -y @typesensekit/mcpReplace each placeholder with your own value before saving.
[mcp_servers.typesensekit]
command = "npx"
args = ["-y", "@typesensekit/mcp"]
[mcp_servers.typesensekit.env]
TYPESENSE_URL = "<your TYPESENSE_URL>"
TYPESENSE_API_KEY = "<your TYPESENSE_API_KEY>"
TYPESENSEKIT_READ_ONLY = "<your TYPESENSEKIT_READ_ONLY>"
TYPESENSE_CONNECTION_TIMEOUT_SECONDS = "<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typesensekit": {
"command": "npx",
"args": [
"-y",
"@typesensekit/mcp"
],
"env": {
"TYPESENSE_URL": "<your TYPESENSE_URL>",
"TYPESENSE_API_KEY": "<your TYPESENSE_API_KEY>",
"TYPESENSEKIT_READ_ONLY": "<your TYPESENSEKIT_READ_ONLY>",
"TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typesensekit": {
"command": "npx",
"args": [
"-y",
"@typesensekit/mcp"
],
"env": {
"TYPESENSE_URL": "<your TYPESENSE_URL>",
"TYPESENSE_API_KEY": "<your TYPESENSE_API_KEY>",
"TYPESENSEKIT_READ_ONLY": "<your TYPESENSEKIT_READ_ONLY>",
"TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"typesensekit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@typesensekit/mcp"
],
"env": {
"TYPESENSE_URL": "<your TYPESENSE_URL>",
"TYPESENSE_API_KEY": "<your TYPESENSE_API_KEY>",
"TYPESENSEKIT_READ_ONLY": "<your TYPESENSEKIT_READ_ONLY>",
"TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typesensekit": {
"command": "npx",
"args": [
"-y",
"@typesensekit/mcp"
],
"env": {
"TYPESENSE_URL": "<your TYPESENSE_URL>",
"TYPESENSE_API_KEY": "<your TYPESENSE_API_KEY>",
"TYPESENSEKIT_READ_ONLY": "<your TYPESENSEKIT_READ_ONLY>",
"TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typesensekit": {
"command": "npx",
"args": [
"-y",
"@typesensekit/mcp"
],
"env": {
"TYPESENSE_URL": "<your TYPESENSE_URL>",
"TYPESENSE_API_KEY": "<your TYPESENSE_API_KEY>",
"TYPESENSEKIT_READ_ONLY": "<your TYPESENSEKIT_READ_ONLY>",
"TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<your TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.typesensekit%2Ftypesensekit)<a href="https://mcptoplist.com/server/io.github.typesensekit%2Ftypesensekit"><img src="https://mcptoplist.com/badge/io.github.typesensekit%2Ftypesensekit.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
typesensekit
Available versions (3)
| Version | Published |
|---|---|
| 1.4.4 | Jul 12, 2026 |
| 1.4.3 | Jul 12, 2026 |
| 1.4.2 | Jul 12, 2026 |
Frequently asked questions
- Who maintains TypesenseKit?
- TypesenseKit is maintained by typesensekit, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is TypesenseKit listed on the Official MCP Registry?
- Yes — TypesenseKit is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does TypesenseKit have?
- MCP Toplist tracks 3 versions of TypesenseKit, most recently published on Jul 12, 2026.
- Where can I find the source code for TypesenseKit?
- The source code for TypesenseKit is hosted at github.com/typesensekit/typesensekit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.