Welcome to Leeroopedia MCP

Access best-practices of ML/AI via MCP.

Credit Balance
-
Searches This Month
-
Active API Keys
-

Quick Actions

Manage API Keys

Create and revoke API keys

Getting Started

Need help? Check out our documentation for detailed setup instructions.

1. Get Your API Key

Go to API Keys and create a new key (format: kpsk_...).

2. Configure Your Agent

Remote Recommended

No installation needed. Run this command in your terminal:

claude mcp add --transport http leeroopedia "https://mcp.leeroopedia.com/mcp?token=kpsk_your_key_here"

Local (via uvx)

Add to your ~/.claude.json or project .mcp.json:

{
  "mcpServers": {
    "leeroopedia": {
      "command": "uvx",
      "args": ["leeroopedia-mcp"],
      "env": {
        "LEEROOPEDIA_API_KEY": "kpsk_your_key_here"
      }
    }
  }
}

Getting spawn uvx ENOENT? Your IDE can't find uvx in its PATH. Run which uvx in your terminal to get the full path, then use it in your config (e.g. "command": "/home/username/.local/bin/uvx").