S
Freeby MCP Community
Welcome to the **Hello World MCP Server**! This project demonstrates how to set up a server using the [Model Context Protocol (MCP)](https://github.com/modelcon
v1.0.8Added Apr 12, 2026
S MCP Server
Welcome to the Hello World MCP Server! This project demonstrates how to set up a server using the [Model Context Protocol (MCP)](https://github.com/modelcon
Installation
Reviews
Installation
Quick install
npx -y mcp-servers
Add to claude_desktop_config.json
{
"mcpServers": {
"s": {
"command": "npx",
"args": ["-y", "mcp-servers"]
}
}
}