Skip to content

onatm/tldr-mcp-server

Repository files navigation

TLDR MCP Server

An MCP server that provides access to the tldr-pages, serving only English content.

Features

  • Get Page: Retrieve the full tldr page for a specific command.
  • Search: Find commands by searching through names, aliases, and content.

Installation

Clone the repository:

git clone git@github.com:onatm/tldr-mcp-server.git

Install the package globally:

npm install -g /path/to/your/tldr-mcp-server

Configuration

Claude Desktop

Add below to your claude_desktop_config.json file.

{
  "mcpServers": {
    "tldr-pages": {
      "command": "tldr-mcp-server"
    }
  }
}

About

stdio mcp-server for tldr-pages/tldr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published