Playground
Freeby MCP Community
A playground for Model Context Protocol (MCP) server built with TypeScript and Streamable HTTP transport
v1.1.2Added Apr 12, 2026
mcpmodel-context-protocoltypescriptplaygroundserver
Playground MCP Server
A playground for Model Context Protocol (MCP) server built with TypeScript and Streamable HTTP transport
Installation
npx -y @chrisleekr/mcp-server-playground
Reviews
Installation
Quick install
npx -y @chrisleekr/mcp-server-playground
Add to claude_desktop_config.json
{
"mcpServers": {
"playground": {
"command": "npx",
"args": ["-y", "@chrisleekr/mcp-server-playground"]
}
}
}