An MCP server that provides access to Marginalia Search, a search engine focused on discovering non-commercial and independent web content.
Open Claude Desktop's configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the following to the mcpServers
object in your configuration:
{
"mcpServers": {
"marginalia": {
"command": "node",
"args": ["/path/to/marginalia-mcp-server/build/index.js"]
}
}
}
Replace /path/to
with the actual path to where you've installed this server.
Once connected, you can use the search tool with queries like:
use_mcp_tool({
server_name: "marginalia-mcp-server",
tool_name: "search",
arguments: {
query: "your search query",
count: 10 // optional: number of results (default: 10)
}
})
This server can be extended to support additional LLM integrations. See mcp-llms-full.txt
for implementation opportunities.
MIT License - see LICENSE file for details
{
"mcpServers": {
"marginalia": {
"env": {},
"args": [
"/path/to/marginalia-mcp-server/build/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.