Discover Awesome MCP Servers
Extend your agent with 20,281 capabilities via MCP servers.
- All20,281
- 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
Basecamp MCP Server
Enables AI assistants to interact with Basecamp projects through natural language commands. Supports managing projects, to-do lists, messages, and creating tasks with full content rendering capabilities.
UniCloudDB-MCP
A database operation tool for uniCloud based on MCP protocol that allows AI assistants to perform database CRUD operations through standardized interfaces.
Playwright MCP Server
LLM이 웹 페이지와 상호 작용하고, 스크린샷을 찍고, 테스트 코드를 생성하고, 웹 페이지를 스크랩하고, 실제 브라우저 환경에서 JavaScript를 실행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버.
SaaSus Docs MCP Server
Enables searching and retrieving documentation content from SaaSus Platform through MCP-compatible clients like Claude Desktop and Cursor. Provides tools to search for relevant articles, get full content from specific URLs, and access the complete sitemap of SaaSus documentation.
mcp-server-hai
YOURLS-MCP
A Model Control Protocol server that enables Claude Desktop to interact with your self-hosted YOURLS URL shortener, allowing Claude to automatically shorten URLs, expand short URLs, and retrieve click statistics.
Twenty CRM MCP Server
Enables interaction with Twenty CRM through a Model Context Protocol server. Provides comprehensive CRM operations including managing people, companies, opportunities, notes, tasks, and custom objects with support for filtering, pagination, and AI-powered automations.
Mercado Livre MCP Server
Mercado Livre MCP Server
Build a MCP Server
훈련된 Random Forest 모델을 Bee Framework와 통합하여 AI 도구 및 에이전트를 위한 ReAct 상호 작용을 가능하게 하는 서버.
MCP Perplexity Server
Model Context Protocol server implementation for Perplexity API
Astra MCP Server
Enables interaction with DataStax Astra DB through the Model Context Protocol. Provides database connectivity and operations for Astra DB instances via secure token-based authentication.
Uranium MCP Server
Enables creation and management of NFT collections and assets through the Uranium API. Supports uploading files as NFTs, managing ERC721 and ERC1155 collections, and bulk operations across multiple collections.
Mcp Server Again
MCP 서버 다시
tipdotmd
tipdotmd
Simple Timer MCP Server
An MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.
MCP Duty Pharma
MCP Duty Pharma
mcp-tts-server
Reddit MCP Server
Enables comprehensive Reddit research through a three-layer architecture that discovers relevant communities, provides operation guidance, and executes multi-subreddit content fetching with proper citations. Supports searching, post fetching, comment analysis, and batch operations across multiple subreddits for thorough content analysis.
Notion MCP Server
Enables interaction with Notion workspaces through the Notion API, allowing users to search, read, comment on, and create pages and databases using natural language commands.
Binance MCP Server
Enables AI agents to interact with Binance cryptocurrency exchange for trading operations, real-time market data access, portfolio management, and account monitoring through secure API integration.
Marketo MCP Server by CData
Marketo MCP Server by CData
Xava Labs MCP Template
A template repository for bootstrapping Model Context Protocol (MCP) servers with WebSocket and SSE support, enabling real-time bidirectional communication and server-to-client streaming in Cloudflare Workers.
Rover MCP Server
A ModelContextProvider server that enables secure querying of Red Hat internal groups API using client certificate authentication.
Database Mcp
# 데이터베이스 MCP 서비스 GORM을 통해 여러 데이터베이스 유형을 지원하는 데이터베이스 기능을 갖춘 MCP (Metoro Control Protocol) 서비스입니다. ## 기능 - 여러 데이터베이스 유형 지원: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - 다음을 통한 구성: - 구성 파일 (YAML) - 명령줄 인수 - 환경 변수 - MCP 프로토콜 통합 - GORM ORM 지원 ## 설치 1. 저장소 복제 2. 종속성 설치: ```bash go mod tidy ``` ## 구성 ### 구성 파일 (config.yaml) 다음 구조로 `config.yaml` 파일을 생성합니다. ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # postgres 용 file: "database.db" # sqlite 용 ``` ### 명령줄 인수 명령줄 인수를 사용하여 구성 파일 설정을 재정의할 수 있습니다. ```bash ./database-mcp --config=config.yaml \ --db-type=mysql \ --db-host=localhost \ --db-port=3306 \ --db-user=root \ --db-pass=password \ --db-name=mydb \ --db-ssl-mode=disable \ --db-file=database.db ``` 사용 가능한 명령줄 인수: - `--config`: 구성 파일 경로 (기본값: "config.yaml") - `--db-type`: 데이터베이스 유형 (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: 데이터베이스 호스트 - `--db-port`: 데이터베이스 포트 - `--db-user`: 데이터베이스 사용자 이름 - `--db-pass`: 데이터베이스 비밀번호 - `--db-name`: 데이터베이스 이름 - `--db-ssl-mode`: SSL 모드 (PostgreSQL 용) - `--db-file`: 데이터베이스 파일 (SQLite 용) ## 사용법 1. 서비스 시작: ```bash ./database-mcp ``` 2. 서비스는 다음을 수행합니다. - 파일 및/또는 명령줄에서 구성 로드 - 데이터베이스 연결 초기화 - MCP 서버 시작 - 사용 가능한 도구 및 리소스 등록 ## MCP 구성 MCP 서비스를 사용하려면 MCP 클라이언트에서 MCP 엔드포인트를 구성하십시오. ``` http://127.0.0.1:8080/sse ``` 이렇게 하면 MCP 클라이언트가 8080 포트에서 실행되는 로컬 서비스에 연결됩니다. ## MCP 도구 이 서비스는 다음과 같은 MCP 도구를 제공합니다. 1. `get_tables`: 데이터베이스의 모든 테이블 가져오기 - 이름과 주석이 있는 테이블 목록을 반환합니다. 2. `get_table_detail`: 특정 테이블에 대한 자세한 정보 가져오기 - 인수: - `table_name`: 세부 정보를 가져올 테이블 이름 - 다음을 포함한 테이블 정보를 반환합니다. - 테이블 이름 및 주석 - 열 정보 (이름, 유형, 주석, nullable, 기본값) 3. `execute_sql`: SQL 쿼리 실행 - 인수: - `query`: 실행할 SQL 쿼리 - 반환 값: - SELECT 쿼리의 경우: 결과 배열 - 다른 쿼리의 경우: 영향을 받은 행 수 ## 라이선스 MIT 라이선스
Memento
Rust Docs MCP Server
🦀 AI 어시스턴트가 오래된 Rust 코드 제안을 하는 것을 방지합니다. 이 MCP 서버는 최신 크레이트 문서를 가져오고, 임베딩/LLM을 사용하여 도구 호출을 통해 정확한 컨텍스트를 제공합니다.
AI Agent Template MCP Server
An MCP server that enhances AI agents' coding capabilities by providing zero hallucinations, improved code quality, security-first approach, high test coverage, and efficient context management.
Whois MCP
AI 에이전트가 브라우저 검색 없이 WHOIS 조회를 수행하여 소유권, 등록 날짜, 사용 가능 여부 등 도메인 등록 정보를 검색할 수 있도록 합니다.
Skeleton MCP Server
A template project for building Model Context Protocol servers with FastMCP framework, providing example CRUD API implementations, Docker support, and development best practices.
Spotify MCP Server
Connects Claude with Spotify, allowing users to control playback, search for content, get music information, and manage the Spotify queue.