mcp-server-playground
@piyoppi
About mcp-server-playground
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"my-mcp-server": {
"type": "http",
"url": "http://localhost:3001/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-playground?
mcp-server-playground is a minimal Model Context Protocol (MCP) server example that can be started using npx tsx index.tsx and communicates via SSE on localhost:3001. It is intended for testing and development purposes.
How to use mcp-server-playground?
Run npx tsx index.tsx to start the server. In Visual Studio Code, configure an MCP server with type "sse" and URL "http://localhost:3001/sse" under the mcp.servers setting (e.g., my-mcp-server).
Key features of mcp-server-playground
- Quick start with
npx tsx index.tsx - Uses SSE transport
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Comments