MCP.so
Sign In

mcp-server-playground

@piyoppi

About mcp-server-playground

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

piyoppi

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

Comments

More Other MCP servers