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
|
## Available Packages
|
||||||
|
|
||||||
| Package | Description | Language |
|
| Package | Description | Language |
|
||||||
|----------------------------|----------------------------------------------------------|------------|
|
|---------------------------------|-------------------------------------------------------------------|------------|
|
||||||
| academic-search-mcp-server | Search academic papers via Semantic Scholar and Crossref | Python |
|
| academic-search-mcp-server | Search academic papers via Semantic Scholar and Crossref | Python |
|
||||||
| manim-mcp-server | Execute Manim animation code and return videos | Python |
|
| kindly-web-search-mcp-server | Web search + content retrieval via Serper, Tavily, or SearXNG | Python |
|
||||||
| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript |
|
| manim-mcp-server | Execute Manim animation code and return videos | Python |
|
||||||
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
|
| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript |
|
||||||
|
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,11 @@
|
|||||||
"type": "local",
|
"type": "local",
|
||||||
"command": ["pdf-reader-mcp"],
|
"command": ["pdf-reader-mcp"],
|
||||||
"enabled": true
|
"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