Server
Freeby MCP Community
Model Context Protocol implementation for TypeScript - Server package
v2.0.0-alpha.2Added Apr 12, 2026
modelcontextprotocolmcpserver
Server MCP Server
Model Context Protocol implementation for TypeScript - Server package
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server"]
}
}
}