M
MCP Playground
by @Arav-Menon
Testing of mcp servers
Created 4/4/2026
Updated about 10 hours ago
README
Repository documentation and setup instructions
mcp-testing
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.1. Bun is a fast all-in-one JavaScript runtime.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-playground
Cursor configuration (mcp.json)
{
"mcpServers": {
"arav-menon-mcp-playground": {
"command": "npx",
"args": [
"arav-menon-mcp-playground"
]
}
}
}