docs
This commit is contained in:
13
README.md
13
README.md
@@ -6,12 +6,13 @@ This repository provides Nix derivations for MCP (Model Context Protocol) server
|
||||
|
||||
## Available Packages
|
||||
|
||||
| Package | Description | Language |
|
||||
|----------------------------|----------------------------------------------------------|------------|
|
||||
| academic-search-mcp-server | Search academic papers via Semantic Scholar and Crossref | Python |
|
||||
| manim-mcp-server | Execute Manim animation code and return videos | Python |
|
||||
| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript |
|
||||
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
|
||||
| Package | Description | Language |
|
||||
|---------------------------------|-------------------------------------------------------------------|------------|
|
||||
| academic-search-mcp-server | Search academic papers via Semantic Scholar and Crossref | Python |
|
||||
| kindly-web-search-mcp-server | Web search + content retrieval via Serper, Tavily, or SearXNG | Python |
|
||||
| manim-mcp-server | Execute Manim animation code and return videos | Python |
|
||||
| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript |
|
||||
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
"type": "local",
|
||||
"command": ["pdf-reader-mcp"],
|
||||
"enabled": true
|
||||
},
|
||||
"kindly-web-search": {
|
||||
"type": "local",
|
||||
"command": ["kindly-web-search-mcp-server", "start-mcp-server"],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user