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.
संबंधित सर्वर
NPMLens MCP
NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.
LLM Jukebox
Search, download, and extract information from YouTube music videos.
Google AI Search MCP
A server providing Google AI-powered search and documentation tools for developers.
Companies House MCP
CLI and MCP server for the UK Companies House API — company search, profiles, officers, filings, ownership, and due diligence
Memex Targeted Search Server
Performs targeted searches across Memex conversation history and project files.
Google Search Console MCP Server
Google Search Console MCP Server
PubTator MCP Server
A server for biomedical literature annotation and relationship mining, based on PubTator3.
Reexpress
Enable Similarity-Distance-Magnitude statistical verification for your search, software, and data science workflows
GeoRanker
Access GeoRanker's SEO and keyword research tools for advanced search engine optimization analysis.
Source Library
Search and cite 500+ translated historical texts (alchemy, Hermeticism, Renaissance) with DOI-backed academic citations. Access rare Latin and German manuscripts from the 15th-18th centuries.