MCP Servers Collection
@mows21
About MCP Servers Collection
Collection of Model Context Protocol (MCP) servers for Cline, Roo, and Claude Desktop
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cline-internal": {
"command": "docker",
"args": [
"exec",
"-i",
"cline-mcp-server",
"python",
"main.py"
]
},
"roo-automation": {
"command": "docker",
"args": [
"exec",
"-i",
"roo-mcp-server",
"python",
"main.py"
]
},
"claude-desktop-local": {
"command": "docker",
"args": [
"exec",
"-i",
"claude-desktop-mcp-server",
"python",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Servers Collection?
MCP Servers Collection is a suite of Model Context Protocol (MCP) servers designed for Cline, Roo, and Claude Desktop AI assistants. It enables AI agents to interact with local and remote resources through a standardized protocol.
How to use MCP Servers Collection?
Clone the repository and start all servers with docker-compose up -d. For manual installation, install dependencies per server with pip install -r requirements.txt and run each with python main.py. Integrate with Claude Desktop by adding entries to claude_desktop_config.json as shown in the README.
Key features of MCP Servers Collection
- Three dedicated servers for Cline, Roo, and Claude Desktop
- Internal workflow orchestration and memory management
- Web scraping, browser automation, and screenshot capture
- Local file operations, shell commands, and desktop notifications
- Docker-based network isolation and token-based authentication
- Unified JSON-RPC endpoints with event-driven architecture
Use cases of MCP Servers Collection
- Automate web scraping and form filling with browser control
- Execute agent tasks and complex workflows for AI assistants
- Manage files, run shell commands, and send desktop notifications
- Integrate LLMs like Ollama for on‑device AI interactions
FAQ from MCP Servers Collection
What servers are included in this collection?
Three servers: Cline MCP Server (port 8080, workflow orchestration), Roo MCP Server (port 8081, web scraping and automation), and Claude Desktop MCP Server (port 8082, local file operations and LLM integration).
What are the runtime requirements?
Docker is recommended for containerized deployment. Manual installation requires Python and pip, plus Playwright for the Roo server and Ollama for the Claude Desktop server.
How are the servers secured?
Security features include network isolation via Docker, token-based authentication, input validation and sanitization, and resource limits with health checks.
What transport protocol do the servers use?
The servers communicate through unified /mcp endpoints using the JSON-RPC protocol with an event-driven architecture.
Can I run the servers manually without Docker?
Yes. Clone the repository, install requirements per server with pip install -r requirements.txt, and start each server individually by running python main.py in its directory.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments