Overview
Claude MCP Server Collection is a set of Model Context Protocol servers designed to extend the functionality of the Claude desktop application, allowing it to interact with the computer in various ways, including data analysis and computer control.
To use this collection, clone the repository from GitHub, install the necessary dependencies, and start the relevant servers based on your needs, such as the DuckDB Server for data analysis or the Screen Capture Server for capturing screenshots.
- DuckDB Server for efficient large dataset analysis. - Real-time screen capture capabilities. - Automated mouse and keyboard controls. - API integration via FastAPI. - HTTP request handling through Curl Server.
- Analyzing large CSV files and generating insights.
- Automating repetitive mouse and keyboard tasks.
- Capturing and processing screenshots for documentation.
- Building data processing pipelines with HTTP requests.
Add to your AI client
Use these steps to connect Claude MCP Server Collection in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"claudemcpserver-syedazharmbnr1": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudemcpserver-syedazharmbnr1"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claudemcpserver-syedazharmbnr1": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudemcpserver-syedazharmbnr1"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"claudemcpserver-syedazharmbnr1": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudemcpserver-syedazharmbnr1"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"claudemcpserver-syedazharmbnr1": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudemcpserver-syedazharmbnr1"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claudemcpserver-syedazharmbnr1": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudemcpserver-syedazharmbnr1"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"claudemcpserver-syedazharmbnr1": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudemcpserver-syedazharmbnr1"
]
}
}
}FAQ
What is the prerequisite for running these servers?
You need Python 3.8 or higher, Node.js, and the Claude Desktop Application.
Is there documentation available for each server?
Yes, each server in the collection comes with its own setup instructions and usage guidelines.
Can the servers handle large files?
Yes, particularly the DuckDB Server can analyze multiple CSV files larger than 1GB efficiently.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":113,"uuid":"786dd2f6-0729-4d13-a185-3c69b5834b25","name":"ClaudeMCPServer","title":"Claude MCP Server Collection","description":"MCP Server implementation for Claude","avatar_url":"https://avatars.githubusercontent.com/u/128639611?v=4","created_at":"2024-12-13T09:01:06.323Z","updated_at":"2024-12-13T09:37:59.160Z","status":"created","author_name":"syedazharmbnr1","author_avatar_url":"https://avatars.githubusercontent.com/u/128639611?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/syedazharmbnr1/ClaudeMCPServer","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/syedazharmbnr1/ClaudeMCPServer/raw/main/fastapi/duckdb/assets/duckdb_query1.png","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]