This commit is contained in:
MCP Packages
2026-02-05 10:33:06 +01:00
parent 6cc378bb0a
commit 0d36462241
2 changed files with 12 additions and 6 deletions

View File

@@ -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 | Productionready 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 | Productionready PDF processing with parallel processing | TypeScript |
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
## Usage ## Usage

View File

@@ -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
} }
} }
} }