MCP Directory
Back

mock_modelcontextprotocol_servers

by yet-another-agent · TypeScript · ★ 0

mock_modelcontextprotocol_servers — MCP server.

Install

npx -y github:yet-another-agent/mock_modelcontextprotocol_servers

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mock-modelcontextprotocol-servers": {
      "command": "npx",
      "args": [
        "-y",
        "github:yet-another-agent/mock_modelcontextprotocol_servers"
      ]
    }
  }
}

From the README

This repository is a collection of *reference implementations* for the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), as well as references to community-built servers and additional resources. > [!IMPORTANT] > If you are looking for a list of MCP servers, you can browse published servers on [the MCP Registry](https://registry.modelcontextprotocol.io/). The repository served by this README is dedicated to housing just the small number of reference servers maintained by the MCP steering group. The servers in this repository showcase the versatility and extensibility of MCP,…
Read full README on GitHub →

Related other servers