annolux-mcp
v0.2.0
Published
Official MCP (Model Context Protocol) server for Annolux Bilingual Search API
Maintainers
Readme
annolux-mcp
Official Model Context Protocol (MCP) server for Annolux Search API.
Bilingual (English & Chinese) curated web search for AI coding assistants and agents (Claude Code, Cursor, Windsurf, Claude Desktop).
Quick Start
Claude Code
claude mcp add annolux npx -y annolux-mcp -- -key YOUR_ANNOLUX_API_KEYCursor & Claude Desktop
Add to your MCP configuration (claude_desktop_config.json or Cursor Settings):
{
"mcpServers": {
"annolux": {
"command": "npx",
"args": ["-y", "annolux-mcp", "-key", "YOUR_ANNOLUX_API_KEY"]
}
}
}Features
- Bilingual Curated Index: 337,000+ vetted technical pages.
- Explicit Provenance: Every result includes URL, rank, and an exact
fetched_attimestamp. - Deterministic Billing: Exactly 1 credit per successful 2xx search.
- Free Tier: 1,000 free credits every month, no credit card, at annolux.com.
- Zero-Config Sandbox: Run
npx -y annolux-mcpwith no API key to try it instantly (limited results); add a key for the full 1,000 credits/month.
License
Apache-2.0
