Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SearXNG MCP Server
by
tisDDM
Verified
GitHub
Search
Browser Automation
JavaScript
MIT License
3
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
searxng-mcp
src
.env.example
generate-logo.js
.gitignore
LICENSE
logo-generator.html
logo.png
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "searxngmcp", "version": "0.2.0", "description": "MCP server for performing internet searches using SearXNG with basic authentication", "type": "module", "logo": "logo.png", "bin": { "searxngmcp": "./build/index.js" }, "files": [ "build", "logo.png" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "searxngmcp", "searxng", "mcp", "modelcontextprotocol", "websearch", "claude", "claudedesktop", "searchapi", "websearch", "aisearch", "anthropic", "realtimesearch", "searchtools" ], "author": "Cline", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.6.7", "dotenv": "^16.4.5", "yaml": "^2.7.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }