llm (MCP Server)

GitHub

Access large language models from the command-line

12,363 stars Python MCP Ready Full Docs Skills View Markdown #ai#llms#openai

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "llm": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-llm"
      ]
    }
  }
}