Odel
copus mcp server

copus mcp server

Local
@copus-ioJavaScriptMITUpdated 7mo ago

Search human-curated content recommendations from Copus - The Internet Treasure Map

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcopus-mcp-serverv1.0.1

Run

npx -y copus-mcp-server

MCP client config

{
  "mcpServers": {
    "copus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "copus-mcp-server"
      ]
    }
  }
}