MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by ppdanbo

Created 12/29/2025
Updated about 3 hours ago
Repository documentation and setup instructions

Download uv

irm https://astral.sh/uv/install.ps1 | iex

Create a virtual environment:

uv venv

Activate it:

.venv\Scripts\activate

Add packages

uv add mcp[cli]

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/ppdanbo/lab-mcp-acp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "ppdanbo-lab-mcp-acp": { "command": "git", "args": [ "clone", "https://github.com/ppdanbo/lab-mcp-acp" ] } } }