danielbowne/freebird-mcp
Platform-specific configuration:
{
"mcpServers": {
"freebird-mcp": {
"command": "npx",
"args": [
"-y",
"freebird-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> *"Cause I'm as free as a bird now, and this bird you cannot change"* ๐ธ
Free web search for AI assistants. No API keys. No limits. Just soar.
> Note for Claude Code users: You already have excellent web search built-in! Freebird is most useful for other MCP tools that need search capabilities, or when you want the specialized freebird_fetch content extraction feature.
<details> <summary><b>Install in Claude Desktop</b></summary>
Quick Install:
claude mcp add freebird -- npx -y @dannyboy2042/freebird-mcpManual Configuration:
{
"mcpServers": {
"freebird": {
"command": "npx",
"args": ["-y", "@dannyboy2042/freebird-mcp"]
}
}
}</details>
<details> <summary><b>Install in Cursor</b></summary>
Add to your Cursor MCP settings file (~/.cursor-mcp/settings.json):
{
"mcpServers": {
"freebird": {
"command": "npx",
"args": ["-y", "@dannyboy2042/freebird-mcp"],
"env": {}
}
}
}Alternative with specific version:
{
"mcpServers": {
"freebird": {
"command": "npx",
"args": ["-y", "@dannyboy2042/freebird-mcp@latest"],
"env": {}
}
}
}</details>
<details> <summary><b>Install in Windsurf</b></summary>
Configure in Windsurf MCP settings:
{
"mcpServers": {
"freebird-search": {
"command": "npx",
"args": ["@dannyboy2042/freebird-mcp"],
"disabled": false
}
}
}Alternative naming:
{
"mcpServers": {
"freebird": {
"command": "npx",
"args": ["@dannyboy2042/freebird-mcp"],
"disabLoading reviews...