llmstxt-doc-search
Rank #33,314io.github.praveenc/llmstxt-doc-search
BM25 search over llms.txt doc indexes (Strands, Kiro, AWS); sources addable at runtime.
llmstxt-doc-search is a Model Context Protocol (MCP) server published by praveenc. It ranks #33,314 of 115,460 servers tracked on MCP Toplist. llmstxt-doc-search is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 14, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 82,146 of 115,460 servers on MCP Toplist.
Use llmstxt-doc-search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add llmstxt-doc-search -- npx -y @praveenc/llmstxt-doc-search[mcp_servers.llmstxt-doc-search]
command = "npx"
args = ["-y", "@praveenc/llmstxt-doc-search"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"llmstxt-doc-search": {
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"llmstxt-doc-search": {
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llmstxt-doc-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llmstxt-doc-search": {
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llmstxt-doc-search": {
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}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.praveenc%2Fllmstxt-doc-search)<a href="https://mcptoplist.com/server/io.github.praveenc%2Fllmstxt-doc-search"><img src="https://mcptoplist.com/badge/io.github.praveenc%2Fllmstxt-doc-search.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
praveenc
Other servers by praveenc
- FetchV2 MCP Server#23,958 · 3 vers
- MCP Server Builder#23,959 · 3 vers
- MCP Docs Server#38,131 · 1 ver
- Cloudscape Docs MCP Server#50,515
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 14, 2026 |
Frequently asked questions
- Who maintains llmstxt-doc-search?
- llmstxt-doc-search is maintained by praveenc, which publishes 5 MCP servers (8 total versions) tracked on MCP Toplist.
- Is llmstxt-doc-search listed on the Official MCP Registry?
- Yes — llmstxt-doc-search is listed on the Official MCP Registry, alongside Glama.
- How many versions does llmstxt-doc-search have?
- MCP Toplist tracks 1 version of llmstxt-doc-search, most recently published on Jul 14, 2026.
- Where can I find the source code for llmstxt-doc-search?
- The source code for llmstxt-doc-search is hosted at github.com/praveenc/llmstxt-doc-search.