An MCP server that provides access to the tldr-pages, serving only English content.
- Get Page: Retrieve the full
tldr
page for a specific command. - Search: Find commands by searching through names, aliases, and content.
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
Add below to your claude_desktop_config.json
file.
{
"mcpServers": {
"tldr-pages": {
"command": "tldr-mcp-server"
}
}
}