Claude MCP Server Collection
@syedazharmbnr1
Claude MCP Server Collection について
MCP Server implementation for Claude
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ClaudeMCPServer": {
"command": "python3",
"args": [
"-m",
"venv",
".env"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Claude MCP Server Collection?
Claude MCP Server Collection is a set of Model Context Protocol servers that extend Claude’s desktop application with screen capture, computer control, data analysis (DuckDB), HTTP requests (Curl), and FastAPI integration.
How to use Claude MCP Server Collection?
Clone the repository, create a Python virtual environment, install dependencies with pip install -r requirements.txt, then configure and start individual servers (e.g., python mcp_screen_server.py for screen capture, python fastapi/duckdb/main.py for DuckDB). Copy and update claude_desktop_config.json to integrate with the Claude Desktop app.
Key features of Claude MCP Server Collection
- Real‑time screen capture with dynamic image compression
- Mouse and keyboard automation with screen position tracking
- Fast SQL queries on CSV files larger than 1 GB via DuckDB
- HTTP request capabilities through a dedicated Curl server
- FastAPI integration for data processing and API endpoints
Use cases of Claude MCP Server Collection
- Analyze multi‑gigabyte CSV files directly in Claude Desktop
- Automate repetitive computer tasks (mouse clicks, keyboard shortcuts)
- Capture and process screenshots for visual context in conversations
- Make HTTP requests to external APIs from within Claude
- Build custom data processing pipelines using FastAPI endpoints
FAQ from Claude MCP Server Collection
What are the prerequisites?
Python 3.8 or higher, Node.js and npm (for the filesystem server), the Claude Desktop application, and Git.
How do I resolve port conflicts?
Default ports are: Screen Server 8767, FastAPI Server 8000, DuckDB Server 8010, and Integration Server 8768. Change them in the startup commands or environment variables.
What should I do if I get permission errors?
Make sure all Python scripts and shell scripts are executable by running chmod +x *.py and chmod +x Curl_Server/*.sh.
Where can I find error logs?
Each server component writes to its own log file; also check debug.log for detailed error messages.
What security precautions are mentioned?
Store GitHub tokens securely, never commit them to the repository, and configure filesystem paths carefully to limit access to necessary directories only.
「AI とエージェント」の他のコンテンツ
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
コメント