Install
$ agentstack add mcp-punkpeye-awesome-mcp-servers ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
[](README-th.md) [](README.md) [](README-zhTW.md) [](README-zh.md) [](README-ja.md) [](README-ko.md) [](README-ptBR.md) [](https://glama.ai/mcp/discord) [](https://www.reddit.com/r/mcp/)
> [!IMPORTANT] > Awesome MCP Servers web directory.
A curated list of awesome Model Context Protocol (MCP) servers.
- [What is MCP?](#what-is-mcp)
- [Clients](#clients)
- [Tutorials](#tutorials)
- [Community](#community)
- [Legend](#legend)
- [Server Implementations](#server-implementations)
- [Frameworks](#frameworks)
- [Tips & Tricks](#tips-and-tricks)
What is MCP?
MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services.
Clients
Checkout awesome-mcp-clients and glama.ai/mcp/clients.
Tutorials
- Tool Definition Quality Score (TDQS)
- Model Context Protocol (MCP) Quickstart
- Setup Claude Desktop App to Use a SQLite Database
Community
Legend
- 🎖️ – official implementation
- programming language
- 🐍 – Python codebase
- 📇 – TypeScript (or JavaScript) codebase
- 🏎️ – Go codebase
- 🦀 – Rust codebase
- #️⃣ - C# Codebase
- ☕ - Java codebase
- 🌊 – C/C++ codebase
- 💎 - Ruby codebase
- scope
- ☁️ - Cloud Service
- 🏠 - Local Service
- 📟 - Embedded Systems
- operating system
- 🍎 – For macOS
- 🪟 – For Windows
- 🐧 - For Linux
> [!NOTE] > Confused about Local 🏠 vs Cloud ☁️? > Use local when MCP server is talking to a locally installed software, e.g. taking control over Chrome browser. > Use cloud when MCP server is talking to remote APIs, e.g. weather API.
Server Implementations
> [!NOTE] > We now have a web-based directory that is synced with the repository.
- 🔗 - [Aggregators](#aggregators)
- 🎨 - [Art & Culture](#art-and-culture)
- 📐 - [Architecture & Design](#architecture-and-design)
- 📂 - [Browser Automation](#browser-automation)
- 🧬 - [Biology Medicine and Bioinformatics](#bio)
- ☁️ - [Cloud Platforms](#cloud-platforms)
- 👨💻 - [Code Execution](#code-execution)
- 🤖 - [Coding Agents](#coding-agents)
- 🖥️ - [Command Line](#command-line)
- 💬 - [Communication](#communication)
- 🗣️ - [Conversational AI](#conversational-ai)
- 🔑 - [Cryptography](#cryptography)
- 👤 - [Customer Data Platforms](#customer-data-platforms)
- 🗄️ - [Databases](#databases)
- 📊 - [Data Platforms](#data-platforms)
- 🚚 - [Delivery](#delivery)
- 🛠️ - [Developer Tools](#developer-tools)
- 🧮 - [Data Science Tools](#data-science-tools)
- 📊 - [Data Visualization](#data-visualization)
- 📟 - [Embedded system](#embedded-system)
- 🎓 - [Education](#education)
- 🛒 - [E-Commerce](#e-commerce)
- 🌳 - [Environment & Nature](#environment-and-nature)
- 📂 - [File Systems](#file-systems)
- 💰 - [Finance & Fintech](#finance--fintech)
- 🎮 - [Gaming](#gaming)
- 🏠 - [Home Automation](#home-automation)
- 🧠 - [Knowledge & Memory](#knowledge--memory)
- ⚖️ - [Legal](#legal)
- 🗺️ - [Location Services](#location-services)
- 🎯 - [Marketing](#marketing)
- 📊 - [Monitoring](#monitoring)
- 🎥 - [Multimedia Process](#multimedia-process)
- 🖥️ - [OS Automation](#os-automation)
- 📋 - [Product Management](#product-management)
- 🏠 - [Real Estate](#real-estate)
- 🔬 - [Research](#research)
- 🔎 - [Search & Data Extraction](#search)
- 🔒 - [Security](#security)
- 🌐 - [Social Media](#social-media)
- 🔮 - [Spirituality & Esoterica](#spirituality-and-esoterica)
- 🏃 - [Sports](#sports)
- 🎧 - [Support & Service Management](#support-and-service-management)
- 🌎 - [Translation Services](#translation-services)
- 🎧 - [Text-to-Speech](#text-to-speech)
- 🎙️ - [Speech-to-Text](#speech-to-text)
- 🚆 - [Travel & Transportation](#travel-and-transportation)
- 🔄 - [Version Control](#version-control)
- 🏢 - [Workplace & Productivity](#workplace-and-productivity)
- 🛠️ - [Other Tools and Integrations](#other-tools-and-integrations)
🔗 Aggregators
Servers for accessing many apps and tools through a single MCP server.
- forgemeshlabs/coinopai-mcp [](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp) 📇 - Local stdio MCP server for x402-powered paid crypto intelligence: preflight checks, trade decisions with
decision_id, later audit against real prices, risk state, signal history, and agent automation search over USDC micropayments on Base. - 1mcp/agent 📇 ☁️ 🏠 🍎 🪟 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
- 2s-io/sdk [](https://glama.ai/mcp/servers/2s-io/sdk) 📇 ☁️ 🍎 🪟 🐧 - Unified API for AI agents — 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 — no API keys, no signup.
npx -y @2sio/mcp - 8randonpickart5/alderpost-mcp [](https://glama.ai/mcp/servers/8randonpickart5/alderpost-mcp) 📇 ☁️ - 8 bundled intelligence endpoints (security, company, threat, compliance, sales, sports, property, health) via x402 micropayments on Base.
- GTCC777/pulsenetwork-mcp [](https://glama.ai/mcp/servers/GTCC777/pulsenetwork-mcp) 📇 - One MCP server exposing 66 specialized intelligence APIs (660+ endpoints) — finance, crypto, legal, immigration, healthcare cost, real estate, tax, climate, sports, science, and more — each an x402 pay-per-call tool in USDC on Base and Solana. Includes a
discovermeta-tool over the whole network and a cross-vertical referral graph. No API keys.npx mcp-pulsenetwork - tadas-github/a2asearch-mcp [](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp) 📇 ☁️ - MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install:
npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access". Free, no auth required. - Aganium/agenium 📇 ☁️ 🍎 🪟 🐧 - Bridge any MCP server to the agent:// network — DNS-like identity, discovery, and trust for AI agents. Makes your tools discoverable and callable by other agents via
agent://URIs with mTLS, trust scores, and capability search. - elisymlabs/elisym [](https://glama.ai/mcp/servers/elisymlabs/elisym) 📇 ☁️ 🍎 🪟 🐧 - AI agent discovery and marketplace on Nostr with Solana payments (SOL, USDC). NIP-89 discovery, NIP-90 jobs, NIP-44 v2 encryption, on-chain micropayments.
- espadaw/Agent47 📇 ☁️ - Unified job aggregator for AI agents across 9+ platforms (x402, RentAHuman, Virtuals, etc).
- doggychip/agentforge [](https://glama.ai/mcp/servers/doggychip/agentforge) 📇 ☁️ - Unified API gateway and marketplace for 300+ AI agents. One API key, REST + streaming, 90% creator revenue share, health monitoring. Self-hostable (MIT).
- AgentHotspot 🐍 ☁️ 🏠 🍎 🪟 🐧 - Search, integrate and monetize MCP connectors on the AgentHotspot MCP marketplace
- garasegae/aiskillstore [](https://glama.ai/mcp/servers/garasegae/aiskillstore) ☁️ - Agent-first skill marketplace where AI agents discover, purchase, and integrate skills via MCP protocol. Supports 7+ platforms including Claude, hGPT, and Gemini.
- alexanderclapp/clirank-mcp-server [](https://glama.ai/mcp/servers/alexanderclapp/clirank-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - API intelligence for AI coding agents. 387 APIs scored on agent-friendliness with tools to recommend, compare, check scores, and discover APIs. Install:
npx clirank-mcp-server. Web: clirank.dev. - Work90210/APIFold [](https://glama.ai/mcp/servers/Work90210/APIFold) 📇 ☁️ - Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key.
- alexar76/aimarket-plugins [](https://glama.ai/mcp/servers/alexar76/aimarket-plugins) 📇 ☁️ 🏠 🍎 🪟 🐧 - aimarket-mcp-packager hub plugin: turn AIMarket capabilities into self-hosted MCP servers (Docker image +
mcp_manifest+ Claude DesktopmcpServersconfig). Part of 15-plugin AIMarket Hub (modelmarket.dev); protocol discovery at/.well-known/ai-market.json. Install:pip install aimarket-mcp-packager. - rhein1/agoragentic-integrations [](https://glama.ai/mcp/servers/@rhein1/agoragentic-integrations) 📇 ☁️ - Agent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2.
- arikusi/deepseek-mcp-server [](https://glama.ai/mcp/servers/arikusi/deepseek-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
- ariekogan/ateam-mcp 📇 ☁️ 🏠 🍎 🪟 🐧 - Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environment via stdio or HTTP.
- askbudi/roundtable 📇 ☁️ 🏠 🍎 🪟 🐧 - Meta-MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized MCP interface, providing zero-configuration access to the entire AI coding ecosystem.
- blockrunai/blockrun-mcp 📇 ☁️ 🍎 🪟 🐧 - Access 30+ AI models (GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys. Pay-per-use via x402 micropayments with USDC on Base.
- cinderwright-ai/cinderwright-api [](https://glama.ai/mcp/servers/cinderwright-ai/cinderwright-api) 📇 ☁️ - x402 Discovery Hub. Search engine for the agent economy with 1450+ services indexed. Pay with USDC on Base via x402.
- Continuum-AI-Corp/orcarouter-mcp-server [](https://glama.ai/mcp/servers/Continuum-AI-Corp/orcarouter-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Browse 160+ LLM models (OpenAI, Anthropic, Google, Qwen, DeepSeek, …) with live pricing — no API key required for catalog tools. Routes chat completions through the OrcaRouter gateway with automatic fallback.
npx -y @orcarouter/mcp. - Data-Everything/mcp-server-templates 📇 🏠 🍎 🪟 🐧 - One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interface—ideal for local devs or production agents.
- depwire/depwire [](https://glama.ai/mcp/servers/depwire/depwire) 📇 🐍 🏎️ 🦀 🌊 🏠 - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph.
- duaraghav8/MCPJungle 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents
- edgarriba/prolink 🐍 ☁️ 🏠 🍎 🪟 🐧 - Agent-to-agent marketplace middleware — MCP-native discovery, negotiation, and transaction between AI agents
- entire-vc/evc-spark-mcp [](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets.
- glenngillen/mcpmcp-server ☁️ 📇 🍎 🪟 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow.
- gpu-bridge/mcp-server [](https://glama.ai/mcp/servers/gpu-bridge/mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits.
- carlosahumada89/govrider-mcp-server [](https://glama.ai/mcp/servers/@carlosahumada89-govrider-mcp-server) ☁️ 📇 - Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide.
- gzoonet/cortex [](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex) 📇 🏠 - Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, builds a queryable knowledge graph with web dashboard and CLI. Provides 4 MCP tools: getstatus, listprojects, findentity, query_cortex.
- hamflx/imagen3-mcp 📇 🏠 🪟 🍎 🐧 - A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls.
- hashgraph-online/hashnet-mcp-js 📇 ☁️ 🍎 🪟 🐧 - MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
- HelpCode-ai/anythingmcp [](https://glama.ai/mcp/servers/HelpCode-ai/anythingmcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Self-hosted source-available MCP gateway and API-to-MCP bridge. Converts REST, SOAP/WSDL, GraphQL, and SQL/NoSQL databases (PostgreSQL, MySQL, MariaDB, MSSQL, Oracle, MongoDB, SQLite) into MCP tools — no SDK, no code. Imports OpenAPI / Postman / WSDL / GraphQL specs; bridges multiple MCP servers behind one endpoint. Ships with 29 pre-built adapters (DHL, DATEV, Weclapp, Personio, Handelsregister, Shopware 6, VIES, OpenPLZ, Bundesbank, etc.). OAuth2 (PKCE + Client Credentials), Bearer, API Key, WS-Security, TLS certs. AES-256-GCM credential encryption, full audit log, per-user MCP API keys, tool-level RBAC.
- isaac-levine/forage 📇 🏠 🍎 🪟 🐧 - Self-improving tool discovery for AI agents. Searches registries, installs MCP servers as subprocesses, and persists tool knowledge across sessions — no restarts needed.
- jabbawocky/proposalcraft [](https://glama.ai/mcp/servers/jabbawocky/proposalcraft) 📇 🏠 🍎 🪟 🐧 - MCP server that drafts client proposals in your own voice. Save 2-3 of your winning proposals, paste a new brief, and Claude generates a ready-to-send draft. No API key,
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: punkpeye
- Source: punkpeye/awesome-mcp-servers
- License: MIT
- Homepage: https://glama.ai/mcp/servers
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.