MCP Directory
Back

demoMCPServers

by SecureCoKevinWu · TypeScript · ★ 0

This is a fork on ModelContextProtocol servers. Voice Agent MCP and SequentialThinking are work on SSE.

Install

npx -y github:SecureCoKevinWu/demoMCPServers

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": {
    "demomcpservers": {
      "command": "npx",
      "args": [
        "-y",
        "github:SecureCoKevinWu/demoMCPServers"
      ]
    }
  }
}

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. The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Typically, each MCP server is implemented with an MCP SDK: - [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk) - [Java MCP SDK](https://github.com/modelcontextprotocol…
Read full README on GitHub →

Related ai & ml servers