Skip to main content
ClaudeWave

Sherweb Platform MCP documentation.

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/sherweb/platform-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "platform-mcp": {
      "command": "node",
      "args": ["/path/to/platform-mcp/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/sherweb/platform-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Platform MCP Server

## Overview

This is the MCP server exposing Cumulus MCP tools, prompts (templates) and resources, leveraging Sherweb internal APIs.

## Usage

Connect to the MCP server URI at <https://mcp.sherweb.com> for streamable HTTP transport. Tools can then be discovered by the agent when prompting in natural language. Prompt templates can also be used with slash commands. Follow the steps in this [knowledge base article](https://helpdesk.sherweb.com/en-us/knowledge-base/articles/KA-05021) for a successful journey.

### Authentication

The authentication uses OpenID Connect with either the authorization code with PKCE flow or the client credentials flow. See the [protected resource document](https://mcp.sherweb.com/.well-known/oauth-protected-resource/) for details.

> [!CAUTION]
> It is important to understand the MCP server performs requests in the backend on behalf of authenticated entity (user or client depending on the flow) and when operations are audited (usually non-readonly tool methods)

### Consent

Consent is a key principle of the MCP specification, so human oversight (aka human-in-the-loop or HITL) is maintained. Usually, managing consent is an MCP client responsibility, but it is implemented in this server also, with the following variants:

1. for read operations, the consent is asked once per session and scoped for all read-only tools
1. for update (write) operations, the consent is asked for every tool for every execution (this may seem to hinder the UX, but increases user control over the AI agent).

What people ask about platform-mcp

What is sherweb/platform-mcp?

+

sherweb/platform-mcp is mcp servers for the Claude AI ecosystem. Sherweb Platform MCP documentation. It has 0 GitHub stars and was last updated today.

How do I install platform-mcp?

+

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

Is sherweb/platform-mcp safe to use?

+

sherweb/platform-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains sherweb/platform-mcp?

+

sherweb/platform-mcp is maintained by sherweb. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to platform-mcp?

+

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

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

More MCP Servers

platform-mcp alternatives