yacy-mcp
MCP server for Yacy
Documentation
YaCy MCP Server
MCP (Model Context Protocol) Server implementation that provides AI tools to search using YaCy web search API.
Installation
1. Make sure you have `uv` installed:
pip install uv2. Install the package in development mode:
cd yacy-mcp
uv sync # Sync all dependencies from pyproject.toml and uv.lockOr alternatively:
cd yacy-mcp
uv pip install -e .Usage
1. Make sure you have a YaCy server running (typically on http://localhost:8090)
2. Set environment variables (optional):
export YACY_URL=http://localhost:80903. Run the MCP server:
python -m yacy_mcpConfiguration
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 string
- `max_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.
Frequently asked questions
What is yacy-mcp?
yacy-mcp is MCP server for Yacy
How do I install yacy-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is yacy-mcp open source?
Yes — it is hosted on GitHub at https://github.com/koosty/yacy-mcp.
Related MCP tools
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
Transparent and Efficient Financial Analysis
TradingView MCP server — real-time market data, technical analysis, screeners & backtesting for Claude, ChatGPT, Cursor & any MCP client. Stocks, crypto, forex & futures across global exchanges. Hosted or self-host.
Open source AI clip generator: turns long videos into viral 9:16 shorts with AI moment detection, face tracking, subtitles and dubbing. Self-host free with Docker (MIT), or use the cloud with GPU speed from $12/mo. MCP server and API for AI agents.
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP