Heads up This site is currently under heavy development.
← all datasets
◆ MCP servers

MCP Reference Servers

license: see source Runs code

The Model Context Protocol's reference server implementations — the baseline for testing MCP clients and gateways.

Summary

This repository is a collection of reference implementations for the Model Context Protocol (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.
from the project README
Formats
mcp
License
license: see source
Added
2026-09-10

Get it

From the project’s own instructions where it documents any; otherwise a plain clone.

  1. shell
    $ npx -y @modelcontextprotocol/server-memory

    TypeScript servers run straight from npm (Memory shown). Read the scripts it bundles before installing.

  2. shell
    $ uvx mcp-server-git

    Python servers run with uvx (Git shown). Each server is its own package.

Contents

156 files 29.0 MB repository

  • .ts 76
  • .md 23
  • (no ext) 18
  • .py 14
  • .json 12
  • .yml 6
  • .lock 3
  • .toml 3

Use it with

Commands are curated, not yet run by us.

Claude Code — Register one of the reference servers (here, filesystem scoped to the current directory) with Claude Code.

sample.mcp
$ claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem ./
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →

    Send us feedback