catweb-mcp

Mailo037/catweb-mcp
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
MCP server that indexes catweb-docs and catweb-additional-resources so AI agents can search CatWeb docs and templates by tag, author, type, or query.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "catweb-mcp": {
      "command": "uvx",
      "args": [
        "catweb-mcp"
      ]
    }
  }
}

Or install with pip: pip install catweb-mcp

README Excerpt

An MCP (Model Context Protocol) server that exposes search over two CatWeb repos so AI agents can find the right docs and templates without crawling everything: - **[catweb-docs](https://github.com/Mailo037/catweb-docs)** — CatDocs, JSONScript, UIGPT specifications - **[catweb-additional-resources](https://github.com/Mailo037/catweb-additional-resources)** — community templates (JSON + upload codes) with metadata

Tools (8)

CATWEB_DOCS_REPOCATWEB_MCP_CACHECATWEB_MCP_HOSTCATWEB_MCP_PORTCATWEB_MCP_TRANSPORTCATWEB_RESOURCES_REPOCatDocsGITHUB_TOKEN