Changes in v1.0.1
- Updated repository URLs to correct GitHub account (@zypgo)
- Fixed package.json metadata
- Updated version references in MCP server configuration
- Published to npm with correct repository links
Features
- Free web search using DuckDuckGo API
- Customizable prompt templates for summarization
- Support for both search and summarize tools
- Works with Cursor, Claude Desktop, and other MCP clients
Installation
npx freesearch-mcpserver@latest
Cursor Configuration
{
"mcpServers": {
"freesearch": {
"command": "npx",
"args": ["freesearch-mcpserver@latest"]
}
}
}