Skip to main content
ClaudeWave
powmcp avatar
powmcp

mcp-server-guide

View on GitHub

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

MCP ServersOfficial Registry0 stars0 forksMITUpdated 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.
Use cases

MCP Servers overview

# 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.

What people ask about mcp-server-guide

What is powmcp/mcp-server-guide?

+

powmcp/mcp-server-guide is mcp servers for the Claude AI ecosystem. Official connection guides and registry metadata for PowMCP hosted MCP servers. The hosted implementation is proprietary. It has 0 GitHub stars and its last recorded update is dated 2026-09-22.

How do I install mcp-server-guide?

+

You can install mcp-server-guide by cloning the repository (https://github.com/powmcp/mcp-server-guide) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is powmcp/mcp-server-guide safe to use?

+

Our security agent has analyzed powmcp/mcp-server-guide and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains powmcp/mcp-server-guide?

+

powmcp/mcp-server-guide is maintained by powmcp. The last recorded GitHub activity is dated 2026-09-22, with 0 open issues.

Are there alternatives to mcp-server-guide?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server-guide to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

mcp-server-guide alternatives