# Awesome Mcp Servers

> A curated list of MCP (Model Context Protocol) servers, tools, frameworks, and resources

- **Type:** MCP server
- **Install:** `agentstack add mcp-sagargupta16-awesome-mcp-servers`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Sagargupta16](https://agentstack.voostack.com/s/sagargupta16)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** CC0-1.0
- **Upstream author:** [Sagargupta16](https://github.com/Sagargupta16)
- **Source:** https://github.com/Sagargupta16/awesome-mcp-servers
- **Website:** https://github.com/Sagargupta16/awesome-mcp-servers#readme

## Install

```sh
agentstack add mcp-sagargupta16-awesome-mcp-servers
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Awesome MCP Servers [](https://awesome.re)

> A curated list of [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers, tools, frameworks, and resources.

MCP is an open protocol that lets AI assistants (Claude, GPT, Cursor, Windsurf, etc.) connect to local and remote data sources through standardized server implementations. This list favors **vendor-maintained** and **actively-developed** servers over abandoned forks.

## Contents

- [Official](#official)
- [Servers](#servers)
  - [Data & Databases](#data--databases)
  - [Developer Tools](#developer-tools)
  - [Cloud & Infrastructure](#cloud--infrastructure)
  - [Productivity](#productivity)
  - [Search & Knowledge](#search--knowledge)
  - [Communication](#communication)
  - [File Systems & Storage](#file-systems--storage)
  - [AI & ML](#ai--ml)
  - [Finance](#finance)
  - [Monitoring & Observability](#monitoring--observability)
  - [Design & Creative](#design--creative)
  - [Testing & QA](#testing--qa)
  - [Security](#security)
  - [Web Browsing & Scraping](#web-browsing--scraping)
  - [Media & Entertainment](#media--entertainment)
  - [Travel & Location](#travel--location)
  - [E-commerce](#e-commerce)
  - [Game Development](#game-development)
  - [IoT & Home Automation](#iot--home-automation)
  - [Marketing & Analytics](#marketing--analytics)
  - [Knowledge Management](#knowledge-management)
- [Frameworks & Libraries](#frameworks--libraries)
- [Clients](#clients)
- [Tutorials & Articles](#tutorials--articles)
- [Videos](#videos)
- [Community](#community)

---

## Official

- [MCP Specification](https://modelcontextprotocol.io/specification) - The official protocol specification.
- [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) - Official TypeScript/Node.js SDK.
- [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) - Official Python SDK.
- [MCP Servers (Reference)](https://github.com/modelcontextprotocol/servers) - Official reference server implementations (everything, fetch, filesystem, git, memory, sequentialthinking, time).
- [MCP Inspector](https://github.com/modelcontextprotocol/inspector) - Visual testing tool for MCP servers.
- [MCP Registry](https://github.com/modelcontextprotocol/registry) - Official community-driven registry for MCP servers.

## Servers

### Data & Databases

| Server | Description | Language |
|--------|-------------|----------|
| [PostgreSQL MCP (Pro)](https://github.com/crystaldba/postgres-mcp) | Query, analyze and optimize PostgreSQL databases | Python |
| [MongoDB MCP](https://github.com/mongodb-js/mongodb-mcp-server) | Official MongoDB and Atlas cluster management | TypeScript |
| [Redis MCP](https://github.com/redis/mcp-redis) | Official Redis cache and data structures | Python |
| [MySQL MCP](https://github.com/benborla/mcp-server-mysql) | MySQL database queries and management | TypeScript |
| [Supabase MCP](https://github.com/supabase/mcp) | Supabase database, auth, and storage | TypeScript |
| [Neon MCP](https://github.com/neondatabase/mcp-server-neon) | Neon serverless Postgres branching and management | TypeScript |
| [Upstash MCP](https://github.com/upstash/mcp-server) | Upstash Redis and Vector databases | TypeScript |
| [SQL Database MCP](https://github.com/executeautomation/mcp-database-server) | SQLite, Postgres and SQL Server unified server | TypeScript |
| [ClickHouse MCP](https://github.com/ClickHouse/mcp-clickhouse) | Official ClickHouse columnar analytics | Python |
| [MotherDuck / DuckDB MCP](https://github.com/motherduckdb/mcp-server-motherduck) | Local DuckDB and MotherDuck cloud access | Python |
| [BigQuery MCP](https://github.com/ergut/mcp-bigquery-server) | Query Google BigQuery datasets and tables | TypeScript |
| [Snowflake MCP](https://github.com/Snowflake-Labs/mcp) | Official Snowflake Cortex AI + SQL orchestration | Python |
| [Elasticsearch MCP](https://github.com/elastic/mcp-server-elasticsearch) | Official Elasticsearch query interface | Rust |
| [Qdrant MCP](https://github.com/qdrant/mcp-server-qdrant) | Official Qdrant vector database server | Python |
| [Chroma MCP](https://github.com/chroma-core/chroma-mcp) | Official Chroma vector DB for RAG workflows | Python |
| [Pinecone MCP](https://github.com/pinecone-io/pinecone-mcp) | Official Pinecone vector database | TypeScript |
| [Weaviate MCP](https://github.com/weaviate/mcp-server-weaviate) | Official Weaviate vector database | Go |
| [GCP MCP Toolbox](https://github.com/googleapis/mcp-toolbox) | Official Google DB toolbox (Postgres, MySQL, Spanner) | Go |
| [dbt MCP](https://github.com/dbt-labs/dbt-mcp) | Official dbt Labs server for dbt projects | Python |
| [Airflow MCP](https://github.com/yangkyeongmo/mcp-server-apache-airflow) | Apache Airflow DAG management and runs | Python |
| [Wikipedia MCP](https://github.com/timjuenemann/wikipedia-mcp) | Wikipedia article search and retrieval | TypeScript |

### Developer Tools

| Server | Description | Language |
|--------|-------------|----------|
| [GitHub MCP](https://github.com/github/github-mcp-server) | Official GitHub — repos, issues, PRs, Actions | Go |
| [GitLab MCP](https://github.com/zereight/gitlab-mcp) | GitLab API integration (repos, MRs, issues) | TypeScript |
| [Hephaestus](https://github.com/agentlas-ai/Hephaestus) | Routes coding agents and skills over MCP across Claude Code, Codex and Cursor | Python |
| [Atlassian MCP (Jira + Confluence)](https://github.com/sooperset/mcp-atlassian) | Jira and Confluence integration | Python |
| [Bitbucket MCP](https://github.com/aashari/mcp-server-atlassian-bitbucket) | Bitbucket Cloud repos, PRs, pipelines | TypeScript |
| [Linear MCP](https://github.com/jerhadf/linear-mcp-server) | Linear project management | TypeScript |
| [Sentry MCP](https://github.com/getsentry/sentry-mcp) | Official Sentry error and performance tracking | TypeScript |
| [Docker MCP](https://github.com/ckreiling/mcp-server-docker) | Docker container management | Python |
| [Kubernetes MCP](https://github.com/strowk/mcp-k8s-go) | Kubernetes cluster operations | Go |
| [kubectl MCP](https://github.com/rohitg00/kubectl-mcp-server) | Natural-language kubectl operations (CNCF listed) | Python |
| [Playwright MCP](https://github.com/microsoft/playwright-mcp) | Browser automation and testing | TypeScript |
| [Figma Context MCP](https://github.com/GLips/Figma-Context-MCP) | Figma design file access for coding agents | TypeScript |
| [Postman MCP](https://github.com/postmanlabs/postman-mcp-server) | Official Postman API collections server | TypeScript |
| [CircleCI MCP](https://github.com/CircleCI-Public/mcp-server-circleci) | Official CircleCI workflow integration | TypeScript |
| [Jupyter MCP](https://github.com/datalayer/jupyter-mcp-server) | Jupyter notebook cell execution | Python |
| [MartinLoop MCP](https://github.com/Keesan12/martin-loop/tree/main/packages/mcp) | Governed runtime for AI coding agents with budget caps, verifier gates, and inspectable runs | TypeScript |
| [mcp-probe](https://github.com/alvabillwu/mcp-probe) | CLI tool to probe and inspect any MCP server — lists tools, resources, prompts, validates schemas, tests connectivity | Go |
| [mcp-factory](https://github.com/alvabillwu/mcp-factory) | MCP server scaffolding CLI — generate new MCP server projects from templates | TypeScript |
| [mcpindex](https://github.com/alvabillwu/mcpindex) | MCP server search and discovery directory | TypeScript |

### Cloud & Infrastructure

| Server | Description | Language |
|--------|-------------|----------|
| [AWS MCP Servers](https://github.com/awslabs/mcp) | Official AWS MCP servers (S3, Lambda, CDK, Bedrock, etc.) | Multiple |
| [Cloudflare MCP](https://github.com/cloudflare/mcp-server-cloudflare) | Cloudflare Workers, KV, R2, D1 | TypeScript |
| [Google Cloud MCP](https://github.com/googleapis/gcloud-mcp) | Official gcloud CLI wrapper for GCP services | TypeScript |
| [Azure MCP](https://github.com/microsoft/mcp) | Official Azure cloud services | C# |
| [Terraform MCP](https://github.com/hashicorp/terraform-mcp-server) | Official HashiCorp Terraform / OpenTofu | Go |
| [Vercel MCP Handler](https://github.com/vercel/mcp-handler) | Official Vercel MCP handler for Next.js / Nuxt / Svelte | TypeScript |
| [Vercel Next DevTools MCP](https://github.com/vercel/next-devtools-mcp) | Official Next.js dev tools for coding agents | TypeScript |
| [Railway MCP](https://docs.railway.com/cli/mcp) | Official Railway MCP server built into the Railway CLI | Rust |
| [Render MCP](https://github.com/render-oss/render-mcp-server) | Official Render deployment server | Go |
| [DigitalOcean MCP](https://github.com/digitalocean-labs/mcp-digitalocean) | Official DO droplets, apps, databases | Go |
| [Heroku MCP](https://github.com/heroku/heroku-mcp-server) | Official Heroku platform CLI wrapper | TypeScript |
| [Helm MCP](https://github.com/zekker6/mcp-helm) | Helm package manager for Kubernetes | Go |
| [KubeStellar Console kc-agent](https://github.com/kubestellar/console) | MCP server for multi-cluster Kubernetes AI operations (CNCF Sandbox) | Go |
| [Nomad MCP](https://github.com/kocierik/mcp-nomad) | HashiCorp Nomad cluster operations | Go |

### Productivity

| Server | Description | Language |
|--------|-------------|----------|
| [Google Drive MCP](https://github.com/felores/gdrive-mcp-server) | Google Drive file access and search | TypeScript |
| [Slack MCP](https://github.com/korotovsky/slack-mcp-server) | Slack workspace integration | TypeScript |
| [Notion MCP](https://github.com/makenotion/notion-mcp-server) | Official Notion API integration | TypeScript |
| [Google Calendar MCP](https://github.com/nspady/google-calendar-mcp) | Google Calendar management | TypeScript |
| [Outlook MCP](https://github.com/ryaker/outlook-mcp) | Outlook email and calendar via MS Graph | JavaScript |
| [Microsoft 365 MCP](https://github.com/Softeria/ms-365-mcp-server) | Full M365 suite (Outlook, OneDrive, Teams, Excel) | TypeScript |
| [Todoist MCP](https://github.com/abhiz123/todoist-mcp-server) | Todoist task management | TypeScript |
| [Airtable MCP](https://github.com/domdomegg/airtable-mcp-server) | Airtable base read/write | TypeScript |
| [Asana MCP](https://github.com/roychri/mcp-server-asana) | Asana tasks, projects, workspaces | TypeScript |
| [Trello MCP](https://github.com/delorenj/mcp-server-trello) | Trello boards, lists, cards | TypeScript |
| [Coda MCP](https://github.com/orellazri/coda-mcp) | Coda documents and tables | TypeScript |

### Search & Knowledge

| Server | Description | Language |
|--------|-------------|----------|
| [Brave Search MCP](https://github.com/brave/brave-search-mcp-server) | Official Brave Search API | TypeScript |
| [Exa MCP](https://github.com/exa-labs/exa-mcp-server) | Exa AI-powered search | TypeScript |
| [Tavily MCP](https://github.com/tavily-ai/tavily-mcp) | Tavily AI search for agents | Python |
| [Perplexity MCP](https://github.com/perplexityai/modelcontextprotocol) | Official Perplexity search API | TypeScript |
| [DuckDuckGo MCP](https://github.com/nickclyde/duckduckgo-mcp-server) | DuckDuckGo search with content fetching | Python |
| [Kagi MCP](https://github.com/kagisearch/kagimcp) | Official Kagi search API | Python |
| [SerpAPI MCP](https://github.com/serpapi/serpapi-mcp) | Official SerpAPI Google search results | Python |
| [Algolia MCP](https://github.com/algolia/mcp) | Official Algolia search index management | Go |
| [Meilisearch MCP](https://github.com/meilisearch/meilisearch-mcp) | Official Meilisearch index server | Python |
| [Context7 MCP](https://github.com/upstash/context7) | Up-to-date library documentation | TypeScript |
| [DeepWiki MCP](https://github.com/regenrek/deepwiki-mcp) | Fetch deepwiki.com repo docs as markdown | TypeScript |
| [Firecrawl MCP](https://github.com/firecrawl/firecrawl-mcp-server) | Web scraping and crawling | TypeScript |
| [Apify MCP](https://github.com/apify/apify-mcp-server) | Web scraping actors and automation | TypeScript |

### Communication

| Server | Description | Language |
|--------|-------------|----------|
| [Discord MCP](https://github.com/v-3/discordmcp) | Discord bot and channel management | Python |
| [Telegram MCP](https://github.com/chigwell/telegram-mcp) | Telegram messaging | Python |
| [WhatsApp MCP](https://github.com/lharries/whatsapp-mcp) | WhatsApp messaging via web client | Python |
| [Microsoft Teams MCP](https://github.com/InditexTech/mcp-teams-server) | Teams channels, messages, meetings | Python |
| [Matrix MCP](https://github.com/mjknowles/matrix-mcp-server) | Matrix chat protocol server | TypeScript |
| [Resend MCP](https://github.com/resend/resend-mcp) | Official Resend transactional email | TypeScript |

### File Systems & Storage

| Server | Description | Language |
|--------|-------------|----------|
| [Filesystem MCP](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) | Local filesystem operations | TypeScript |
| [S3 Tables MCP](https://github.com/awslabs/mcp/tree/main/src/s3-tables-mcp-server) | Official AWS S3 Tables | Python |
| [PDF MCP](https://github.com/Sohaib-2/pdf-mcp-server) | Extract text and metadata from PDF files | TypeScript |
| [Box MCP](https://github.com/box/mcp-server-box-remote) | Official Box remote MCP server for enterprise content | Remote |
| [Dropbox Dash MCP](https://github.com/dropbox/mcp-server-dash) | Official Dropbox Dash search server | Python |
| [OneDrive / SharePoint MCP](https://github.com/ftaricano/mcp-onedrive-sharepoint) | OneDrive and SharePoint document access | TypeScript |
| [IPFS MCP](https://github.com/alexbakers/mcp-ipfs) | IPFS pin, get, publish operations | TypeScript |

### AI & ML

| Server | Description | Language |
|--------|-------------|----------|
| [HuggingFace MCP](https://github.com/huggingface/hf-mcp-server) | Official HF Hub models, datasets, Spaces | TypeScript |
| [OpenAI MCP](https://github.com/pierrebrunelle/mcp-server-openai) | OpenAI API access | Python |
| [Ollama MCP](https://github.com/patruff/ollama-mcp-bridge) | Local Ollama model management | TypeScript |
| [LangChain MCP Adapters](https://github.com/langchain-ai/langchain-mcp-adapters) | Official LangChain / LangGraph MCP bridge | Python |
| [LlamaCloud MCP](https://github.com/run-llama/llamacloud-mcp) | Official LlamaIndex Cloud index query | Python |
| [Replicate MCP](https://replicate.com/docs/reference/mcp) | Official Replicate hosted MCP server | Remote |
| [RunAPI MCP](https://github.com/runapi-ai/mcp) | Model discovery, pricing lookup, task creation, and LLM chat | TypeScript |
| [Weights & Biases MCP](https://github.com/wandb/wandb-mcp-server) | Official W&B Models + Weave | Python |
| [prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) | Image generation across 30+ models via unified API | JavaScript |

### Finance

| Server | Description | Language |
|--------|-------------|----------|
| [Stripe MCP](https://github.com/stripe/ai) | Stripe payments and billing | TypeScript |
| [Coinbase MCP](https://github.com/coinbase/agentkit) | Coinbase crypto trading and wallet | TypeScript |
| [Yahoo Finance MCP](https://github.com/Alex2Yang97/yahoo-finance-mcp) | Stock data and financial info | Python |
| [Financial Datasets MCP](https://github.com/financial-datasets/mcp-server) | Stock financials, prices, insider trades | Python |
| [Financial Modeling Prep MCP](https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server) | FMP market data and fundamentals | TypeScript |
| [Alpaca MCP](https://github.com/alpacahq/alpaca-mcp-server) | Official Alpaca stocks / ETF / crypto trading | Python |
| [QuickBooks MCP](https://github.com/intuit/quickbooks-online-mcp-server) | Official Intuit QuickBooks Online | TypeScript |
| [Square MCP](https://github.com/square/square-mcp-server) | Official Square payments and commerce | TypeScript |
| [Ramp MCP](https://github.com/ramp-public/ramp_mcp) | Official Ramp corporate cards + expenses |

…

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Sagargupta16](https://github.com/Sagargupta16)
- **Source:** [Sagargupta16/awesome-mcp-servers](https://github.com/Sagargupta16/awesome-mcp-servers)
- **License:** CC0-1.0
- **Homepage:** https://github.com/Sagargupta16/awesome-mcp-servers#readme

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-sagargupta16-awesome-mcp-servers
- Seller: https://agentstack.voostack.com/s/sagargupta16
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
