Skip to main content
ClaudeWave
powmcp avatar
powmcp

mcp-server-guide

Ver en GitHub

Official connection guides and registry metadata for PowMCP hosted MCP servers. The hosted implementation is proprietary.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/powmcp/mcp-server-guide
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "guide": {
      "command": "node",
      "args": ["/path/to/mcp-server-guide/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/powmcp/mcp-server-guide and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# PowMCP MCP server guide

PowMCP provides hosted, task-specific MCP servers. This repository documents three of them, their remote connection URLs, and their public MCP Registry descriptors. The hosted server implementation is proprietary and is not contained in this repository. You do not need to install or run code from this repository to use the servers.

| Server | Remote MCP endpoint | Tools | Guide | Registry descriptor |
| --- | --- | --- | --- | --- |
| [SSL Certificate Check](https://powmcp.com/apps/ssl-certificate-check/) | `https://powmcp.com/ssl-certificate-check/mcp` | `ssl_check` | [SSL guide](docs/ssl-certificate-check.md) | [server.json](servers/ssl-certificate-check/server.json) |
| [Ebook File Check](https://powmcp.com/apps/epub-check/) | `https://powmcp.com/epub-check/mcp` | `ebook_check`, `ebook_compare` | [EPUB guide](docs/epub-check.md) | [server.json](servers/epub-check/server.json) |
| [Caption File Check](https://powmcp.com/apps/caption-file-check/) | `https://powmcp.com/caption-file-check/mcp` | `caption_check`, `caption_compare` | [Caption guide](docs/caption-file-check.md) | [server.json](servers/caption-file-check/server.json) |

Each URL is a separate remote MCP server using Streamable HTTP. Add only the URL for the tool you need to an MCP client that supports remote servers. For example, a client that accepts an `mcpServers` JSON entry can use:

```json
{
  "mcpServers": {
    "powmcp-ssl-certificate-check": {
      "type": "http",
      "url": "https://powmcp.com/ssl-certificate-check/mcp"
    }
  }
}
```

Replace the name and URL with one of the other entries above to connect another server. The [individual app pages](https://powmcp.com/apps/) also provide client-specific connection buttons and commands. If your client requests authorization, complete its native sign-in flow. Client support for PowMCP account linking varies; consult the connection instructions on the app page. Usage allowances and any paid options are shown on the [PowMCP apps and usage page](https://powmcp.com/apps/).

The guides explain each tool's input and what its result can establish. For help with connection or results, contact [support@powmcp.com](mailto:support@powmcp.com). See [support and security](docs/support-and-security.md) for reporting guidance.

The [MIT license](LICENSE) applies to documentation, descriptors, and example configuration in this repository. It does not grant a license to the proprietary hosted implementation or to PowMCP's names and logos. References to third-party validation standards and components in the guides do not imply ownership of them by PowMCP.

Lo que la gente pregunta sobre mcp-server-guide

¿Qué es powmcp/mcp-server-guide?

+

powmcp/mcp-server-guide es mcp servers para el ecosistema de Claude AI. Official connection guides and registry metadata for PowMCP hosted MCP servers. The hosted implementation is proprietary. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.

¿Cómo se instala mcp-server-guide?

+

Puedes instalar mcp-server-guide clonando el repositorio (https://github.com/powmcp/mcp-server-guide) 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 powmcp/mcp-server-guide?

+

Nuestro agente de seguridad ha analizado powmcp/mcp-server-guide y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene powmcp/mcp-server-guide?

+

powmcp/mcp-server-guide es mantenido por powmcp. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a mcp-server-guide?

+

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

Despliega mcp-server-guide 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: powmcp/mcp-server-guide
[![Featured on ClaudeWave](https://claudewave.com/api/badge/powmcp-mcp-server-guide)](https://claudewave.com/repo/powmcp-mcp-server-guide)
<a href="https://claudewave.com/repo/powmcp-mcp-server-guide"><img src="https://claudewave.com/api/badge/powmcp-mcp-server-guide" alt="Featured on ClaudeWave: powmcp/mcp-server-guide" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-server-guide