MCP server for searching human-curated content recommendations on Copus
MCP server for searching human-curated content recommendations on Copus. That is what the copus mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
An MCP (Model Context Protocol) server that allows AI assistants to search and retrieve human-curated content recommendations from Copus.
Each curation includes: - Curator's personal note — Why they recommend this - Curator credentials — Why they're qualified to recommend this - Original source URL — The actual content being recommended - AI-enhanced metadata — Key takeaways, target audience, problem solved - Engagement metrics — Views, saves, comments from the community
The server publishes 4 tools. What each one is for:
Cursor — Add to your Cursor MCP configuration (.cursor/mcp.json in your project or global settings):search_curations — The search_curations tool exposed by this serverget_curation — The get_curation tool exposed by this serverTesting — The Testing tool exposed by this serverThe server ships on npm as copus-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Copus's toolset — Cursor, search_curations, get_curation and 1 more — is a fair guide to whether it matches your workflow. It is maintained by copus-io; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Copus's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | Add to your Cursor MCP configuration (.cursor/mcp.json in your project or global settings): |
| search_curations | The search_curations tool exposed by this server. |
| get_curation | The get_curation tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
{
"mcpServers": {
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.