Author avatar

mcp-playground

by leejss

Server

Tags

4.8 (120)

MCP Playground

A playground for experimenting with Model Context Protocol (MCP).

Getting Started

Prerequisites

  • Node.js v16+
  • npm

Installation

# Install dependencies
npm install

Environment Setup

This project uses dotenv for environment variable management. You need to set up a .env file with your API keys:

  1. Create a .env file in the project root (or copy from .env.example):

    cp .env.example .env
    
  2. Edit the .env file and add your Anthropic API key:

    ANTHROPIC_API_KEY=your_api_key_here
    

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →