@expandai/mcp-server
Freeby MCP Community
MCP server for expand.ai - Give AI agents access to the web
v0.2.4Added Apr 12, 2026
mcpmodel-context-protocolaiwebscraping
@expandai/mcp-server MCP Server
MCP server for expand.ai - Give AI agents access to the web
Installation
Reviews
Installation
Quick install
npx -y @expandai/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@expandai/mcp-server": {
"command": "npx",
"args": ["-y", "@expandai/mcp-server"]
}
}
}