MCP Server implementation for Claude
MCP Server implementation for Claude. The claude collection mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.
This repository contains a collection of Model Context Protocol (MCP) servers designed to enhance Claude's desktop application capabilities. Each server provides specific functionality that allows Claude to interact with your computer in different ways.
The project consists of several MCP servers: 1. Screen Capture Server - Captures and processes screenshots 2. Computer Control Server - Enables keyboard and mouse automation 3. FastAPI Integration Server - Handles data processing and API endpoints 4. Curl Server - Provides HTTP request capabilities 5. DuckDB Server - Enables large-scale data analysis
Everything the assistant can do here goes through one of these:
Configuration — 1. Copy the claude_desktop_config.json to your Claude Desktop app configuration directoryLogging — The Logging tool exposed by this serverYou will need 2 environment variables: PYTHONPATH, PORT. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Claude Collection's toolset — Configuration, Logging — is a fair guide to whether it matches your workflow. It is maintained by syedazharmbnr1; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Claude Collection's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Configuration | 1. Copy the claude_desktop_config.json to your Claude Desktop app configuration directory |
| Logging | The Logging tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| PYTHONPATH | Filesystem location the server is allowed to use. | Optional |
| PORT | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.