A collection of MCP servers designed for rapid prototyping in CS experimentation workshops.
Achieve "5-minute magic" - go from concept to working experiment in under 5 minutes using AI-collaborative development with Model Context Protocol servers.
This project implements a comprehensive Model Context Protocol (MCP) server ecosystem designed specifically for rapid CS experimentation. Built for Mac Studio M3 Ultra optimization, it provides seamless integration between AI assistants and development tools.
# Get the starter kit for a 5-minute setup
cd mcp-starter-kit/
./setup.sh
# Or with 1Password integration:
./setup-with-1password.sh
# Restart Claude Desktop and you're ready! 🚀
# Clone the repository
git clone https://github.com/slcc2c/mcp-workshop-servers.git
cd mcp-workshop-servers
# Install dependencies
npm install
# Set up 1Password integration (recommended)
./scripts/add-database-connections.sh
# Start all MCP servers
npm run mcp:start
📚 Read the Quick Start Guide for detailed setup instructions.
# Run the interactive attachment script
./scripts/attach-project.sh
# Follow the prompts to:
# 1. Select your project directory
# 2. Choose a project name
# 3. Configure filesystem + memory access
# Restart Claude Desktop and start coding!
📎 Read the Project Attachment Guide for detailed instructions and advanced configurations.
Use our pre-configured templates for common project types:
# View available templates
ls templates/
# Use a template
cp -r templates/web-app/* /path/to/your/project/
Configure Claude Desktop by adding to claude_config.json
:
{
"mcpServers": {
"mcp-workshop": {
"command": "node",
"args": ["/path/to/mcp-workshop-servers/dist/index.js"],
"env": {
"GITHUB_TOKEN": "${GITHUB_TOKEN}",
"WORKSHOP_MODE": "true"
}
}
}
}
We welcome contributions! Please see our Contributing Guide for details.
MIT License - see LICENSE for details.
Built on the Model Context Protocol by Anthropic, leveraging the vibrant MCP ecosystem and community servers.
Navigate and explore the Model Context Protocol specification with dynamic markdown tree generation and intelligent section navigation.
Control Android devices using the Android Debug Bridge (ADB).
An AI agent for the Playwright MCP server, enabling automated web testing and interaction.
An MCP server for interacting with Juniper Junos network devices using LLMs.
Access the Codacy API to analyze code quality, coverage, and security for your repositories.
Single tool to control all 100+ API integrations, and UI components
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.
A JSON diff tool to compare two JSON strings.
Image generation using Google's Gemini API.