Install
$ agentstack add mcp-win4r-awesome-claude-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 No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ 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.
About
Awesome Claude MCP Servers 🤖 [](https://awesome.re)
[中文版](./README.zh-CN.md) | English
A curated list of Model Context Protocol (MCP) servers optimized for Claude and other AI assistants.
Contents
- [About MCP](#about-mcp)
- [Getting Started](#getting-started)
- [Core Servers](#core-servers)
- [Extended Capabilities](#extended-capabilities)
- [Development Tools](#development-tools)
- [Community Resources](#community-resources)
About MCP
Model Context Protocol (MCP) is an open protocol enabling AI models like Claude to securely interact with local and remote resources through standardized server implementations. These servers extend Claude's capabilities through file access, database connections, API integrations, and other contextual services.
Getting Started
Legend
🏆 Official Implementation | 🐍 Python | 📱 TypeScript | 🏃 Go | ☁️ Cloud Service | 🏠 Local Service
Core Servers
File Systems 📂
Access and manage files securely across local and cloud storage systems.
- @modelcontextprotocol/server-filesystem 📱 🏠 - Local file system operations with configurable permissions
- @modelcontextprotocol/server-google-drive 📱 ☁️ - Google Drive integration for file management
- mark3labs/mcp-filesystem-server 🏃 🏠 - Go-based implementation for local file access
Search Engines 🔍
Access real-time web information and specialized search capabilities.
- exa-labs/exa-mcp-server 🏆 📱 ☁️ - Real-time web search using Exa AI Search API
- @modelcontextprotocol/server-brave-search 📱 ☁️ - Web search via Brave's Search API
- ac3xx/mcp-servers-kagi 📱 ☁️ - Integration with Kagi search engine
- blazickjp/arxiv-mcp-server 🐍 ☁️ - Research paper search through ArXiv
Databases 🗄️
Query and analyze data while maintaining security.
- @modelcontextprotocol/server-postgres 📱 🏠 - PostgreSQL integration with schema inspection
- @modelcontextprotocol/server-sqlite 🐍 🏠 - SQLite operations with analysis features
Extended Capabilities
Knowledge & Memory 🧠
Maintain context and information across sessions.
- @modelcontextprotocol/server-memory 📱 🏠 - Knowledge graph-based persistent memory system
Version Control 📊
Manage code repositories and development workflows.
- @modelcontextprotocol/server-github 📱 ☁️ - GitHub integration for repos and issues
- @modelcontextprotocol/server-gitlab 📱 ☁️ - GitLab platform management
- @modelcontextprotocol/server-git 🐍 🏠 - Direct Git repository operations
Cloud Integration ☁️
Interact with cloud infrastructure services.
- Cloudflare MCP Server 🏆 📱 ☁️ - Access to Cloudflare services including Workers and KV
Communication 💬
Integrate with team communication platforms.
- @modelcontextprotocol/server-slack 📱 ☁️ - Slack workspace and channel management
Browser Automation 🌐
Access and process web content programmatically.
- @modelcontextprotocol/server-puppeteer 📱 🏠 - Web automation and scraping
- @modelcontextprotocol/server-youtube 📱 ☁️ - YouTube subtitle extraction
Location Services 🗺️
Access geographic and mapping data.
- @modelcontextprotocol/server-google-maps 📱 ☁️ - Maps integration for location and routing
Monitoring 📈
Track application performance and errors.
- @modelcontextprotocol/server-sentry 🐍 ☁️ - Error tracking via Sentry.io
- @modelcontextprotocol/server-raygun 📱 ☁️ - Crash reporting through Raygun
Development Tools
Frameworks 🛠️
Tools for building and extending MCP capabilities.
- Genkit MCP 📱 - Integration between Genkit and MCP
- @modelcontextprotocol/server-langchain 🐍 - LangChain integration for MCP tools
- mark3labs/mcp-go 🏃 - Go SDK for MCP development
Integration Tools 🔧
Specialized tools for specific platforms and use cases.
- pierrebrunelle/mcp-server-openai 🐍 ☁️ - OpenAI models integration
- @modelcontextprotocol/server-everything 📱 🏠 - Comprehensive MCP feature testing
- calclavia/mcp-obsidian 📱 🏠 - Obsidian vault integration
- rusiaaman/wcgw 🐍 🏠 - Shell execution and computer control
Community Resources
Want to ask Claude about Model Context Protocol? Add this file to your project: Claude MCP Instructions
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: win4r
- Source: win4r/Awesome-Claude-MCP-Servers
- License: MIT
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.