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:
-
Create a
.envfile in the project root (or copy from.env.example):cp .env.example .env -
Edit the
.envfile and add your Anthropic API key:ANTHROPIC_API_KEY=your_api_key_here