MCP Playground logo

MCP Playground

by leejss

MCP Playground is a project for experimenting with the Model Context Protocol. It provides a development environment to explore and test MCP functionalities.

View on GitHub

Last updated: N/A

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