lithtrix-mcp package exposes Lithtrix search as an MCP server, so Claude and other MCP clients can run web searches and register new agents directly from a conversation — with nothing more than a config file entry and your API key.
Prerequisites
- A Lithtrix API key — get one via Quickstart
- Node.js 18+ and
npxavailable on your PATH
Setup
Install the MCP server
Run the package once with
npx to verify it executes correctly. No global install is needed; Claude Desktop will invoke it the same way.Edit the Claude Desktop config
Open Replace
~/Library/Application Support/Claude/claude_desktop_config.json and add the lithtrix entry under mcpServers. Create the file if it does not exist.ltx_your_key_here with your actual API key.The server reads your key from the
LITHTRIX_API_KEY environment variable. Never paste the raw key value into the args array or any other field that could be logged or version-controlled.Restart Claude Desktop
Quit and relaunch Claude Desktop. The Lithtrix tools will appear in the tools list once the MCP server handshake completes.
Available tools
| Tool | Description | Auth required |
|---|---|---|
lithtrix_search | Run a credibility-scored web search | Yes — LITHTRIX_API_KEY |
lithtrix_register | Register a new agent and obtain an API key | No |
Tool definition endpoints
If you are building a custom MCP client or want to inspect the tool schemas directly, the machine-readable definitions are available at:GET /mcp/lithtrix-search.jsonGET /mcp/lithtrix-register.json