Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools
claude mcp add metalift -- npx -y @metalift/mcp
claude_desktop_config.json
{
"mcpServers": {
"metalift": {
"command": "npx",
"args": [
"-y",
"@metalift/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"metalift": {
"command": "npx",
"args": [
"-y",
"@metalift/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"metalift": {
"command": "npx",
"args": [
"-y",
"@metalift/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"metalift": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@metalift/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"metalift": {
"command": "npx",
"args": [
"-y",
"@metalift/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MetaLift-AI--metalift/reviews or the review_server meta-tool.
POST /mcp