Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · serpagent-mcp
Claude Code CLI
claude mcp add serpagent-mcp -- npx -y serpagent-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "serpagent-mcp": {
      "command": "npx",
      "args": ["-y", "serpagent-mcp"],
      "env": {
        "SERPAGENT_API_KEY": "<serpagent_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
SERPAGENT_API_KEY
Casos de uso

Resumen de MCP Servers

# serpagent-mcp

[SERP Agent](https://serp-agent.com) — full-cycle SEO automation for AI agents — as an MCP server.

This package is a thin stdio bridge for MCP clients that cannot speak Streamable HTTP directly. It proxies stdio ⇄ HTTP to the remote server at `https://serp-agent.com/mcp` (via [`mcp-remote`](https://www.npmjs.com/package/mcp-remote)). **If your client supports remote HTTP servers, connect directly instead** — see [serp-agent.com/docs/mcp](https://serp-agent.com/docs/mcp).

## Tools

`create_project`, `list_projects`, `get_project`, `run_technical_audit`, `get_audit_report`, `generate_article`, `get_article`, `get_account_status`, `list_plans` — a thin layer over the [SERP Agent REST API](https://serp-agent.com/docs/api). Long-running jobs (audits, articles) return a job id immediately; poll the matching `get_*` tool.

## Auth

Set `SERPAGENT_API_KEY` to your `sk_...` key. No key yet? Free sandbox key in one call, no CAPTCHA:

```bash
curl -X POST https://serp-agent.com/v1/accounts \
  -H "content-type: application/json" \
  -d '{"email":"you@example.com"}'
```

Optional: `SERPAGENT_MCP_URL` overrides the server URL (default `https://serp-agent.com/mcp`).

## Install

### Claude Code

Prefer the direct HTTP transport:

```bash
claude mcp add --transport http serpagent https://serp-agent.com/mcp \
  --header "Authorization: Bearer sk_..."
```

Or via this stdio bridge:

```bash
claude mcp add serpagent --env SERPAGENT_API_KEY=sk_... -- npx -y serpagent-mcp
```

### Cursor

`~/.cursor/mcp.json` (or project `.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "serpagent": {
      "command": "npx",
      "args": ["-y", "serpagent-mcp"],
      "env": { "SERPAGENT_API_KEY": "sk_..." }
    }
  }
}
```

Direct HTTP alternative: `{ "serpagent": { "url": "https://serp-agent.com/mcp", "headers": { "Authorization": "Bearer sk_..." } } }`

### VS Code (Copilot agent mode)

`.vscode/mcp.json`:

```json
{
  "servers": {
    "serpagent": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "serpagent-mcp"],
      "env": { "SERPAGENT_API_KEY": "sk_..." }
    }
  }
}
```

## Links

- Docs: https://serp-agent.com/docs/mcp
- Agent quickstart (plain REST): https://serp-agent.com/docs/agents
- Machine-readable pricing: https://serp-agent.com/v1/plans
- OpenAPI: https://serp-agent.com/openapi.json

## License

MIT

Lo que la gente pregunta sobre serpagent-mcp

¿Qué es lonchdigital/serpagent-mcp?

+

lonchdigital/serpagent-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala serpagent-mcp?

+

Puedes instalar serpagent-mcp clonando el repositorio (https://github.com/lonchdigital/serpagent-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar lonchdigital/serpagent-mcp?

+

lonchdigital/serpagent-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene lonchdigital/serpagent-mcp?

+

lonchdigital/serpagent-mcp es mantenido por lonchdigital. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a serpagent-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega serpagent-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: lonchdigital/serpagent-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lonchdigital-serpagent-mcp)](https://claudewave.com/repo/lonchdigital-serpagent-mcp)
<a href="https://claudewave.com/repo/lonchdigital-serpagent-mcp"><img src="https://claudewave.com/api/badge/lonchdigital-serpagent-mcp" alt="Featured on ClaudeWave: lonchdigital/serpagent-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a serpagent-mcp