YaCy MCP Server
MCP (Model Context Protocol) Server implementation that provides AI tools to search using YaCy web search API.
YaCy MCP Server
MCP (Model Context Protocol) Server implementation that provides AI tools to search using YaCy web search API.
Installation
- Make sure you have
uvinstalled:
pip install uv
- Install the package in development mode:
cd yacy-mcp
uv sync # Sync all dependencies from pyproject.toml and uv.lock
Or alternatively:
cd yacy-mcp
uv pip install -e .
Usage
- Make sure you have a YaCy server running (typically on http://localhost:8090)
- Set environment variables (optional):
export YACY_URL=http://localhost:8090
- Run the MCP server:
python -m yacy_mcp
Configuration
The server can be configured using environment variables:
YACY_URL: URL of your YaCy instance (default: http://localhost:8090)
Available Tools
yacy-search: Search using YaCy web search engine- Parameters:
query(string, required): Search query stringmax_results(integer, optional): Maximum number of results to return (default: 10)resource(string, optional): Search resource (local or global, default: global)
- Parameters:
MCP Configuration for AI Applications
To use this server with AI applications that support the Model Context Protocol (MCP), configure your MCP client to connect to the server using stdio transport.
Example configuration for Claude Desktop (settings.json):
{
"mcpServers": {
"yacy-mcp": {
"command": "uvx",
"args": ["yacy_mcp"],
"env": {
"YACY_URL": "http://localhost:8090"
}
}
}
}
For other MCP-compatible applications, use the command uvx yacy_mcp as the server executable. The server will be automatically fetched and run from PyPI.
Integration with AI Applications
This MCP server can be used with AI applications that support the Model Context Protocol to perform web searches using the YaCy search engine.
संबंधित सर्वर
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).
中指房产估值MCP
MCP服务器,提供房产小区评级和评估功能
Agently MCP
Discover public A2A agents on the Agently platform using its public API.
Mastra Docs Server
Provides AI assistants with direct access to Mastra.ai's complete knowledge base.
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
PubMed MCP Server
Search and download scientific articles from PubMed's E-utilities API.
Google Search by CData
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
Product Hunt
Discover and search for the latest products and tech using the Product Hunt API.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
MCP Domain Availability Checker
Check the availability of domain names across over 50 popular TLDs using DNS and WHOIS verification.