Awesome LLMs Txt
Access documentation from the Awesome-llms-txt repository directly in your conversations.
mcp-llms-txt
MCP server for Awesome-llms-txt. Add documentation directly into your conversation via mcp resources.
Installation
View a setup guide + example usage on pulsemcp.com
Installing via Smithery
To install MCP Server for Awesome-llms-txt for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude
Manual Installation
Setup your claude config like this:
{
"mcpServers": {
"mcp-llms-txt": {
"command": "uvx",
"args": ["mcp-llms-txt"],
"env": {
"PYTHONUTF8": "1"
}
}
}
}
testing
Use mcp-cli to test the server:
npx -y "@wong2/mcp-cli" -c config.json
The config file is already setup and does not need to be changed since there are no api keys or secrets.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
Related Servers
Playwright IA: Midscene.js
Automate Playwright flows using natural language with Midscene.js and AI.
Android Preference Editor
Edit Android preferences using adb and Node.js.
MCPatterns
A server for storing and retrieving personalized coding patterns from a local JSONL file.
MCP Read Images
Analyze images using OpenRouter's vision models. Requires an OpenRouter API key.
MLflow MCP Server
Integrates with MLflow, enabling AI assistants to interact with experiments, runs, and registered models.
ts-morph Refactoring Tools
Refactor TypeScript and JavaScript codebases using ts-morph. Supports renaming symbols and files, moving symbols, and searching for references.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
MCP LLM Integration Server
An MCP server for integrating local Large Language Models with MCP-compatible clients.
Shell MCP Server
Executes secure shell commands with configurable directory, shell, and timeout validation.
CDK API MCP Server
Provides an offline AWS CDK API reference.