P

MCP-llms-txt

...
Created 2/10/2025bySecretiveShell

Language:

Python

Stars:

13

Forks:

5

mcp-llms-txt

smithery badge

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.

Last updated: 3/9/2025

Publisher info

SecretiveShell's avatar

TerminalMan

Computer Science undergraduate passionate about Artificial Intelligence, self-hosted software solutions, and automation.

United Kingdom
35
followers
14
following
65
repos

More MCP servers built with Python

apollo-io-mcp-server

MCP server that exposes the Apollo.io API functionalities as tools

By Edward Choh
mcp-openvision

MCP Server using OpenRouter models to get descriptions for images

By Nazruden2
DeepView MCP

Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.

By ai-1st