M
MCP Playground
作者 @Arav-Menon
Testing of mcp servers
创建于 4/4/2026
更新于 about 11 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.
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp-playground
Cursor 配置 (mcp.json)
{
"mcpServers": {
"arav-menon-mcp-playground": {
"command": "npx",
"args": [
"arav-menon-mcp-playground"
]
}
}
}