yacy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@yacy-mcpsearch for recent articles about climate change"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 uvInstall 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 .Related MCP server: MCP Google Server
Usage
Make sure you have a YaCy server running (typically on http://localhost:8090)
Set environment variables (optional):
export YACY_URL=http://localhost:8090Run 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 engineParameters:
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)
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.Last updated234468MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server providing web search capabilities using Google Custom Search API and webpage content extraction functionality.Last updated2MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides web search capabilities via DuckDuckGo and advanced content extraction using Crawl4AI and LLM-powered analysis. It enables users to perform web-wide searches and fetch processed website data through automated browser interaction and intelligent summarization.Last updated2MIT
- AlicenseAqualityCmaintenanceProvides a bridge between AI assistants and SearXNG, a privacy-respecting metasearch engine, enabling web searches and engine discovery via the Model Context Protocol.Last updated2191Apache 2.0
Related MCP Connectors
Agentic search over your Dewey document collections from any MCP-compatible client.
The best web search for your AI Agent
Search and browse every MCP server in the Model Context Protocol registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/koosty/yacy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server