什么是 io.github.copus-io/copus?
从 Copus(互联网藏宝图)中搜索由人工精选的内容推荐,帮助快速发现高质量资源。
README
Copus MCP Server
An MCP (Model Context Protocol) server that allows AI assistants to search and retrieve human-curated content recommendations from Copus.
What is 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:
- 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
What This MCP Server Enables
This server gives AI assistants access to Copus's curated content database. Instead of generic search results, your AI can find:
- Tools and resources vetted by domain experts
- Articles recommended by practitioners in the field
- Hidden gems that real people found valuable enough to share
Compatible AI Platforms
This MCP server works with any AI platform that supports the Model Context Protocol:
- Claude Desktop (Anthropic)
- Claude Code (Anthropic)
- Cursor (AI code editor)
- Cline (VS Code extension)
- Continue (VS Code/JetBrains extension)
- Zed (Code editor)
- Any other MCP-compatible AI platform
Installation
Quick Start (npx)
No installation required — run directly with npx:
npx copus-mcp-server
Global Installation
npm install -g copus-mcp-server
Then run:
copus-mcp-server
Local Installation
npm install copus-mcp-server
Configuration
Claude Desktop
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"
}
}
}
Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
}
Cursor
Add to your Cursor MCP configuration (.cursor/mcp.json in your project or global settings):
{
"mcpServers": {
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
}
Cline (VS Code Extension)
Add to Cline's MCP settings in VS Code:
- Open VS Code Settings
- Search for "Cline MCP"
- Add the server configuration:
{
"copus": {
"command": "npx",
"args": ["copus-mcp-server"]
}
}
Continue (VS Code/JetBrains)
Add to your Continue configuration (~/.continue/config.json):
{
"mcpServers": [
{
"name": "copus",
"command": "npx",
"args": ["copus-mcp-server"]
}
]
}
Available Tools
search_curations
Search 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:
- Title and description
- Curator name and profile
- Original source URL
- Category and keywords
- Engagement metrics (views, saves)
get_curation
Get detailed information about a specific curation.
Parameters:
id(string, required): Curation ID (UUID from search results)
Returns: Full curation details including:
- Curator's personal recommendation note
- Curator credentials
- Key takeaways
- Target audience
- What problem this content solves
- Full engagement metrics
Example Use Cases
Once configured, you can ask your AI assistant things like:
Learning Resources
"I want to learn Python, what resources should I check out?"
"Find me some recommended machine learning tutorials"
"What are the best resources for learning web development?"
Tools & Software
"What tools do designers recommend for wireframing?"
"Find me some AI tools that people actually use and recommend"
"What's a good free video editing software?"
Reading & Content
"Any good reads on creative writing?"
"Find me articles about productivity that people found valuable"
"What are some recommended newsletters about tech?"
Specific Topics
"Find watermark remover tools"
"What Linux tools do people recommend?"
"Show me personal growth content recommendations"
Example Response
When you search for "python tutorials", you might get:
{
"query": "python tutorials",
"totalResults": 5,
"results": [
{
"id": "abc123...",
"title": "Real Python - Python Tutorials",
"description": "Comprehensive Python tutorials covering basics to advanced topics...",
"originalSource": "https://realpython.com",
"category": "Technology",
"curator": "experienced_dev",
"engagement": {
"views": 150,
"saves": 23
}
}
]
}
Why Use Copus Over Regular Search?
| Regular Search | Copus Curations |
|---|---|
| SEO-optimized results | Human-selected recommendations |
| Algorithm-driven | Expert-vetted content |
| No context on quality | Curator explains why it's valuable |
| Anonymous sources | Known curator with credentials |
| Quantity-focused | Quality-focused |
Development
Building from Source
git clone https://github.com/copus-io/copus-mcp-server.git
cd copus-mcp-server
npm install
npm run build
Running in Development
npm run dev
Testing
# Run the server
npm start
# In another terminal, test with MCP inspector or your AI platform
API Reference
This MCP server wraps the Copus public API:
- Search API:
https://copus.network/api/search?q={query} - Curation Details:
https://copus.network/work/{id}?format=json - OpenAPI Spec:
https://copus.network/.well-known/openapi.yaml - AI Plugin Manifest:
https://copus.network/.well-known/ai-plugin.json
Links
- Copus Website: https://copus.network
- Browse Topics: https://copus.network/topics
- All Articles: https://copus.network/articles.txt
- MCP Protocol: https://modelcontextprotocol.io
- MCP TypeScript SDK: https://github.com/modelcontextprotocol/typescript-sdk
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
MIT License - see LICENSE for details.
Support
Built with love by the Copus team.
常见问题
io.github.copus-io/copus 是什么?
从 Copus(互联网藏宝图)中搜索由人工精选的内容推荐,帮助快速发现高质量资源。
相关 Skills
网页构建器
by anthropics
面向复杂 claude.ai HTML artifact 开发,快速初始化 React + Tailwind CSS + shadcn/ui 项目并打包为单文件 HTML,适合需要状态管理、路由或多组件交互的页面。
✎ 在 claude.ai 里做复杂网页 Artifact 很省心,多组件、状态和路由都能顺手搭起来,React、Tailwind 与 shadcn/ui 组合效率高、成品也更精致。
前端设计
by anthropics
面向组件、页面、海报和 Web 应用开发,按鲜明视觉方向生成可直接落地的前端代码与高质感 UI,适合做 landing page、Dashboard 或美化现有界面,避开千篇一律的 AI 审美。
✎ 想把页面做得既能上线又有设计感,就用前端设计:组件到整站都能产出,难得的是能避开千篇一律的 AI 味。
网页应用测试
by anthropics
用 Playwright 为本地 Web 应用编写自动化测试,支持启动开发服务器、校验前端交互、排查 UI 异常、抓取截图与浏览器日志,适合调试动态页面和回归验证。
✎ 借助 Playwright 一站式验证本地 Web 应用前端功能,调 UI 时还能同步查看日志和截图,定位问题更快。
相关 MCP Server
GitHub
编辑精选by GitHub
GitHub 是 MCP 官方参考服务器,让 Claude 直接读写你的代码仓库和 Issues。
✎ 这个参考服务器解决了开发者想让 AI 安全访问 GitHub 数据的问题,适合需要自动化代码审查或 Issue 管理的团队。但注意它只是参考实现,生产环境得自己加固安全。
Context7 文档查询
编辑精选by Context7
Context7 是实时拉取最新文档和代码示例的智能助手,让你告别过时资料。
✎ 它能解决开发者查找文档时信息滞后的问题,特别适合快速上手新库或跟进更新。不过,依赖外部源可能导致偶尔的数据延迟,建议结合官方文档使用。
by tldraw
tldraw 是让 AI 助手直接在无限画布上绘图和协作的 MCP 服务器。
✎ 这解决了 AI 只能输出文本、无法视觉化协作的痛点——想象让 Claude 帮你画流程图或白板讨论。最适合需要快速原型设计或头脑风暴的开发者。不过,目前它只是个基础连接器,你得自己搭建画布应用才能发挥全部潜力。