MCP Servers Collection
@mows21
MCP Servers Collection について
Collection of Model Context Protocol (MCP) servers for Cline, Roo, and Claude Desktop
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント