Model Context Protocol Server Directory
Curated directory of trusted MCP servers (10+ β)
Navigate the rapidly growing Model Context Protocol ecosystem with confidence. From 600+ servers launched in the first month, we highlight the most established and community-verified ones.
E2B MCP Server
# E2B MCP Server: Code-AusfΓΌhrung fΓΌr Claude Desktop Der E2B MCP Server ist eine leistungsstarke Erweiterung fΓΌr Claude Desktop, die es ermΓΆglicht, Code direkt in der Anwendung auszufΓΌhren[1]. Diese Integration erfolgt ΓΌber die E2B Sandbox und erweitert damit die FunktionalitΓ€t von Claude um echte Code-Interpreting-FΓ€higkeiten[1]. **Installation und Einrichtung:** Die Installation kann besonders einfach ΓΌber Smithery durchgefΓΌhrt werden, mit nur einem Befehl: ```bash npx @smithery/cli install e2b --client claude ``` **Hauptfunktionen:** - Nahtlose Integration mit Claude Desktop - Sichere Code-AusfΓΌhrung in der E2B Sandbox - UnterstΓΌtzung verschiedener Programmiersprachen - Direktes Code-Interpreting innerhalb der Claude-Umgebung Der E2B MCP Server ist ein Open-Source-Projekt, das die MΓΆglichkeiten von Claude Desktop erheblich erweitert und damit die Entwicklungsarbeit effizienter gestaltet[2]. Die Kombination aus Claude's KI-FΓ€higkeiten und der Code-AusfΓΌhrung ΓΌber E2B schafft eine besonders produktive Entwicklungsumgebung.
Postman MCP Server
MCP Server that bridges Postman's API capabilities with Model Context Protocol ## Core Features **Collection Management** - Full CRUD operations for Postman collections - Folder and request organization capabilities - Version control with fork and merge support - Response management and commenting system[3] **Environment Handling** - Environment creation and management - Comprehensive CRUD operation support - Multi-environment setup capabilities[3][4] ## Technical Implementation **Server Configuration** ```json { "mcpServers": { "postman": { "command": "node", "args": ["/path/to/postman-api-server/build/index.js"], "env": { "POSTMAN_API_KEY": "your_api_key_here" } } } } ``` **Development Setup** ```bash pnpm install pnpm run build # For development with auto-reload pnpm run watch ``` ## Advanced Capabilities **Authentication & Security** - API key-based authentication - Role-based access control - Workspace-level permission management[3] **Enterprise Features** - Private API network management - Webhook integration support - Advanced SCIM support for enterprise environments[4] ## Development Tools **Debugging Support** The MCP Inspector provides comprehensive debugging capabilities: ```bash pnpm run inspector # Access debug tools at http://localhost:5173 ``` Currently at version 0.2.0, this project is under active development and was generated using Claude 3.5 Sonnet[3]. It operates under the MIT License and represents a significant advancement in AI-powered API management capabilities.