Discover Awesome MCP Servers
Extend your agent with 14,499 capabilities via MCP servers.
- All14,499
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2

Avro MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Avro (beta): https://www.cdata.com/download/download.aspx?sku=JNZK-V&type=beta

Mode Manager MCP
MCP Memory Agent Server - A VS Code chatmode and instruction manager with library integration
Terminal Commander
MCP Server Tutorial
Model Context Protocol (MCP) Server Project

MSI Metadata MCP Server
Enables reading MSI installer metadata, analyzing Windows software packages, and generating silent installation commands. Provides comprehensive MSI file analysis including features, components, and registry-based installed application management.
mcp_docs_server
## MCP 서버 구축 도우미 MCP (Minecraft Coder Pack) 서버 구축을 도와드리겠습니다. MCP 서버는 Minecraft 소스 코드를 디컴파일하고 수정하여 자신만의 모드를 개발하거나 기존 모드를 수정하는 데 사용됩니다. 다음은 MCP 서버 구축을 위한 단계별 가이드입니다. **1. 필요한 도구 설치:** * **Java Development Kit (JDK):** Minecraft 및 MCP는 Java로 작성되었으므로 JDK가 필요합니다. 최신 버전의 JDK를 설치하는 것이 좋습니다. [https://www.oracle.com/java/technologies/javase-downloads.html](https://www.oracle.com/java/technologies/javase-downloads.html) 에서 다운로드할 수 있습니다. * **Python:** MCP 스크립트는 Python으로 작성되었으므로 Python이 필요합니다. Python 3.x 버전을 설치하는 것이 좋습니다. [https://www.python.org/downloads/](https://www.python.org/downloads/) 에서 다운로드할 수 있습니다. * **MCP (Minecraft Coder Pack):** MCP는 Minecraft 소스 코드를 디컴파일하고 리컴파일하는 데 사용되는 도구입니다. [https://mcpbot.oceanlabs.cc/](https://mcpbot.oceanlabs.cc/) 에서 최신 버전의 MCP를 다운로드할 수 있습니다. **2. MCP 설치 및 설정:** 1. 다운로드한 MCP 압축 파일을 원하는 위치에 압축 해제합니다. 2. MCP 폴더로 이동합니다. 3. `conf` 폴더를 찾습니다. 4. `mcp.cfg` 파일을 텍스트 편집기로 엽니다. 5. 다음 설정을 확인하고 필요에 따라 수정합니다. * `ClientVersion`: 사용할 Minecraft 버전을 지정합니다. (예: `1.19.4`) * `ServerVersion`: 사용할 Minecraft 서버 버전을 지정합니다. (예: `1.19.4`) * `MCPDeobfuscate`: `true`로 설정하여 MCP가 코드를 디컴파일할 때 난독화 해제를 수행하도록 합니다. * `PythonDir`: Python 실행 파일의 경로를 지정합니다. (예: `C:\Python39\python.exe`) * `JavaDir`: Java 실행 파일의 경로를 지정합니다. (예: `C:\Program Files\Java\jdk-17.0.2\bin\java.exe`) 6. `mcp.cfg` 파일을 저장하고 닫습니다. **3. Minecraft 서버 파일 다운로드:** 1. `jars` 폴더를 찾습니다. 2. `minecraft_server.jar` 파일을 Minecraft 공식 웹사이트에서 다운로드하여 `jars` 폴더에 넣습니다. 다운로드할 Minecraft 버전은 `mcp.cfg` 파일에 설정한 `ServerVersion`과 일치해야 합니다. [https://www.minecraft.net/en-us/download/server](https://www.minecraft.net/en-us/download/server) 에서 다운로드할 수 있습니다. **4. MCP 환경 설정:** 1. 명령 프롬프트 또는 터미널을 열고 MCP 폴더로 이동합니다. 2. 다음 명령을 실행하여 MCP 환경을 설정합니다. ```bash python ./mcp.py update ``` 이 명령은 Minecraft 서버 파일을 다운로드하고 필요한 데이터를 추출합니다. 3. 다음 명령을 실행하여 Minecraft 서버 코드를 디컴파일합니다. ```bash python ./mcp.py decompile ``` 이 명령은 시간이 오래 걸릴 수 있습니다. **5. 서버 코드 수정 (선택 사항):** 1. 디컴파일된 서버 코드는 `src/minecraft_server` 폴더에 있습니다. 2. 원하는 대로 코드를 수정합니다. **6. 서버 코드 리컴파일:** 1. 명령 프롬프트 또는 터미널에서 MCP 폴더로 이동합니다. 2. 다음 명령을 실행하여 서버 코드를 리컴파일합니다. ```bash python ./mcp.py recompile ``` 이 명령은 수정된 코드를 다시 컴파일합니다. 3. 다음 명령을 실행하여 리컴파일된 코드를 패치합니다. ```bash python ./mcp.py reobfuscate ``` 이 명령은 코드를 다시 난독화하고 최종 서버 파일을 생성합니다. **7. 서버 실행:** 1. `jars` 폴더에서 `minecraft_server.jar` 파일을 찾습니다. 2. 명령 프롬프트 또는 터미널에서 `jars` 폴더로 이동합니다. 3. 다음 명령을 실행하여 서버를 시작합니다. ```bash java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui ``` `-Xmx1024M` 및 `-Xms1024M`은 서버에 할당할 최대 및 최소 메모리 양을 지정합니다. 필요에 따라 값을 조정할 수 있습니다. **문제 해결:** * **오류 메시지:** 오류 메시지를 주의 깊게 읽고 문제의 원인을 파악합니다. * **로그 파일:** MCP 로그 파일 (`logs` 폴더)을 확인하여 오류에 대한 자세한 정보를 얻습니다. * **온라인 커뮤니티:** Minecraft 및 MCP 관련 온라인 커뮤니티 (포럼, Discord 서버 등)에 질문하여 도움을 받습니다. **주의 사항:** * MCP는 복잡한 도구이며 사용하기 어려울 수 있습니다. * Minecraft 소스 코드를 수정하면 게임의 안정성에 영향을 미칠 수 있습니다. * Minecraft 최종 사용자 라이선스 계약 (EULA)을 준수해야 합니다. 이 가이드라인이 MCP 서버 구축에 도움이 되기를 바랍니다. 궁금한 점이 있으면 언제든지 질문하십시오.

OpenManager Vibe V4 MCP Server
A natural language-based server analysis and monitoring system that automatically processes user queries about server status and provides detailed responses with visualizations.

Investidor10 MCP Server
Investidor10 MCP Server

MCP Server for macOS
A modern, extensible server that provides a unified interface to control and interact with various macOS applications through plugins.
MCPez - 微服务命令代理管理平台
마이크로 통합 MCP 서버

Ramp MCP Server
A Model Context Protocol server that enables LLMs to interact with Ramp's financial data by retrieving, analyzing, and running tasks through Ramp's Developer API, using an in-memory SQLite database to overcome token limitations.
Google Workspace MCP Server
mcp_repo_4a01eabf
이 저장소는 GitHub용 MCP 서버의 테스트 스크립트에 의해 생성되었습니다.

ProxmoxMCP-Plus
An enhanced Python-based MCP server that enables complete VM lifecycle management and monitoring of Proxmox virtualization platforms through natural language, with 11 REST API endpoints for seamless integration.

docmcp
docmcp
Azure Data Explorer MCP Server
거울
Super Windows CLI MCP Server
거울

MCP Product Development Lifecycle Server
Enables AI agents to track and manage product development projects through structured 7-phase lifecycles with sprint tracking, role-based collaboration, and multi-project support. Provides phase management, progress tracking, and team coordination tools for complete product development workflows.
Ransomware Live MCP Server
랜섬웨어 라이브 MCP 서버 ✨🔐

Advanced TTS MCP Server
Provides high-quality text-to-speech synthesis with 10 natural voices, emotion control, and dynamic pacing for professional applications requiring expressive speech output.
strava-mcp
스트라바용 MCP 서버

O'RLY MCP Server
Generates O'Reilly parody book covers that display directly in Claude Desktop application, allowing users to create custom covers with titles, subtitles, authors, and visual themes.

Python MCP Server Examples
A collection of Python-based Model Context Protocol servers that extend AI assistant capabilities with tools for calculations, AWS services (S3 and RDS), and PostgreSQL database operations.

MCP AI Memory
Enables AI agents to store, retrieve, and manage contextual knowledge across sessions using semantic search with PostgreSQL and vector embeddings. Supports memory relationships, clustering, multi-agent isolation, and intelligent caching for persistent conversational context.
AverbePorto-MCP
아베르베포르투 MCP 서버

Build MCP Server
Enables AI assistants to manage development workflows by running build commands, executing tests, analyzing package.json files, installing dependencies, and performing code linting. Supports multiple package managers (npm, yarn, pnpm) and provides detailed error reporting for development operations.

Android MCP
A lightweight bridge enabling AI agents to perform real-world tasks on Android devices such as app navigation, UI interaction, and automated QA testing without requiring computer-vision pipelines or preprogrammed scripts.
MCP-demo-blog-analyzer
MCP 블로그 분석기 클라이언트와 웹페이지 방문자 서버를 테스트하기 위한 퀵스타트 가이드

OWL-MCP
A Model-Context-Protocol server that enables AI assistants to create, edit, and manage Web Ontology Language (OWL) ontologies through function calls using OWL functional syntax.