modelcontextprotocol_servers
by rajareddykr · TypeScript · ★ 0
modelcontextprotocol_servers — MCP server.
Install
npx -y github:rajareddykr/modelcontextprotocol_servers Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"modelcontextprotocol-servers": {
"command": "npx",
"args": [
"-y",
"github:rajareddykr/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.
> [!WARNING]
> The servers in this repository are intended as **reference implemen…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related security servers
servers
modelcontextprotocol
Official ★ 84,814
Model Context Protocol Servers
Security · TypeScript
typescript-sdk
modelcontextprotocol
Official ★ 12,307
The official TypeScript SDK for Model Context Protocol servers and clients
Security · TypeScript
grafbase
grafbase
★ 1,228
[Acquired by The Guild] The Grafbase GraphQL Federation Gateway
Security · Rust
vulnerable-mcp-servers-lab
appsecco
★ 255
A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.
Security · JavaScript
claude-ai-mcp
anthropics
Official ★ 236
claude-ai-mcp — MCP server.
Security
dedalus-mcp-python
dedalus-labs
★ 154
A simple and performant Model Context Protocol framework for Python.
Security · Python