Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"copus": {
"args": [
"copus-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP (Model Context Protocol) server that allows AI assistants to search and retrieve human-curated content recommendations from Copus.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'copus-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked copus-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.copus-io/copus and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server that allows AI assistants to search and retrieve human-curated content recommendations from Copus.
Copus is a human-curated content discovery platform — "The Internet Treasure Map". Unlike SEO-driven search results, Copus surfaces recommendations from real people who explain why content is valuable.
Each curation includes:
This server gives AI assistants access to Copus's curated content database. Instead of generic search results, your AI can find:
This MCP server works with any AI platform that supports the Model Context Protocol:
No installation required — run directly with npx:
npx copus-mcp-server
npm install -g copus-mcp-server
Then run:
copus-mcp-server
npm install copus-mcp-server
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
}
Or if installed globally:
{
"mcpServers": {
"copus": {
"command": "copus-mcp-server"
}
}
}
Add to your Claude Code MCP settings:
{
"mcpServers": {
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
}
Add to your Cursor MCP configuration (.cursor/mcp.json in your project or global settings):
{
"mcpServers": {
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
}
Add to Cline's MCP settings in VS Code:
{
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
Add to your Continue configuration (~/.continue/config.json):
{
"mcpServers": [
{
"name": "copus",
"command": "npx",
"args": ["copus-mcp-server"]
}
]
}
search_curationsSearch human-curated content recommendations on Copus.
Parameters:
query (string, required): Search keywordslimit (number, optional): Maximum results (default: 10, max: 50)Returns: Array of curations with:
get_curationGet detailed information about a specific curation.
Parameters:
id (string, required): Curation ID (UUID from search results)Returns: Full curation details including:
Once configured, you can ask your AI assistant things like:
"I want to learn Python, what resourc