Discover Awesome MCP Servers
Extend your agent with 26,519 capabilities via MCP servers.
- All26,519
- 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
Advanced Unity MCP
A bridge that enables controlling Unity Editor through natural language commands via AI assistants, allowing users to create materials, build projects, manage scenes, and configure settings without manual interaction.
Mowen Notes MCP Server
Enables interaction with Mowen Notes to create, edit, and manage rich text content including file uploads and internal note links. It allows users to manage their notes directly within MCP-compatible environments like Cursor or Claude Desktop.
Eventfinda MCP
Provides access to event data from the Eventfinda API, allowing AI agents to search for events by location and retrieve detailed information including descriptions, dates, addresses, and ticket details.
SNC Cribl MCP
Enables querying and exploring Cribl Stream and Edge deployments, providing access to worker groups, fleets, sources, destinations, pipelines, routes, event breakers, and lookups through a structured interface.
OracleDB MCP Server
Enables LLMs to interact with Oracle Databases by providing specific table and column metadata as context. Users can generate SQL statements and retrieve query results directly through natural language prompts.
SEC EDGAR MCP
Server Protokol Konteks Model (MCP) untuk SEC EDGAR
Weather MCP Server
A Model Context Protocol (MCP) server that provides real-time weather alerts and forecasts from the US National Weather Service.
APT Analysis MCP Server
Assists in Advanced Persistent Threat malware analysis by providing tools to securely download samples via jump servers using SSH and SCP. It enables automated retrieval of remote files through a multi-hop configuration for analysis workflows.
Stock Analysis MCP Server
A Model Context Protocol server that provides stock technical analysis tools (moving averages, RSI, trade recommendations) for AI assistants to analyze stocks and offer trading signals.
Linear MCP Server
Enables comprehensive issue tracking and project management through Linear's GraphQL API. Supports creating and managing issues, organizing projects and sprints, team collaboration, and roadmap planning for modern development workflows.
🚀 ARC Model Context Protocol (MCP) Server: AI-Powered Development
Percepat pengembangan dengan ARC MCP
BaaS-MCP
Enables interaction with AIApp BaaS authentication system through keyword-based document search and automatic generation of framework-specific client code. Supports React, Next.js, Vue, and Vanilla JS with TypeScript integration and automatic project ID injection.
ifly-spark-agent-mcp
Ini adalah contoh sederhana penggunaan MCP Server untuk memanggil rantai tugas dari Platform iFlytek SparkAgent.
Calendar MCP Server
A unified Model Context Protocol server for managing calendars across Google Calendar, Microsoft 365, and Exchange On-Premises. It provides tools for scheduling, conflict detection, and event management across multiple provider accounts using a consistent data format.
Biztoc MCP Server
An MCP server that provides access to the Biztoc API for retrieving latest business news, trending topic clusters, and source-specific stories. It enables users to search the news index from the last 14 days and track real-time news wires.
WCAG MCP Server
Provides comprehensive access to WCAG 2.2 accessibility guidelines, including all 87 success criteria with full Understanding documentation, 400+ techniques, glossary terms, and ACT test rules from official W3C data.
mpc-test
Server MCP yang melatih semua fitur protokol MCP
FL Studio MCP Server
Enables AI assistants to control FL Studio through MIDI communication, providing transport control, mixer adjustments, channel rack manipulation, plugin parameter automation, and piano roll note editing capabilities.
Remote MCP Server (Authless)
Enables deployment of MCP servers without authentication on Cloudflare Workers, allowing tools to be accessed remotely from clients like Claude Desktop or Cloudflare AI Playground via Server-Sent Events.
Bar Assistant MCP Server
Enables intelligent cocktail discovery and recipe retrieval from Bar Assistant instances with natural language search, similarity matching, batch processing, and ingredient analysis capabilities.
Evernote MCP Server
Enables AI assistants to search and read your Evernote notes using natural language queries through secure OAuth authentication. Supports containerized deployment with production-ready security features.
StarRocks MCP Server
Bertindak sebagai jembatan antara asisten AI dan database StarRocks, memungkinkan eksekusi SQL langsung dan eksplorasi database tanpa memerlukan pengaturan atau konfigurasi yang rumit.
MCP News Scraper
A Model Control Protocol server that provides news scraping capabilities for Khaleej Times, allowing users to fetch headlines and full article content programmatically.
Outlook MCP Server
Bing Search
Server Protokol Konteks Model yang terintegrasi dengan Microsoft Bing Search API, memungkinkan asisten AI untuk melakukan pencarian web, berita, dan gambar.
DART-MCP
An MCP server that enables Claude to perform financial analysis and visualization of Korean listed companies using the DART API. It supports detailed financial metrics, business unit sales breakdowns, and company comparisons for KOSPI and KOSDAQ stocks.
lkx-mcp
Provides utility tools including weather alerts, GitHub repository analysis, phone model lookup, Chinese ID card parsing, and User-Agent parsing.
Kie.ai MCP Server
Enables AI-powered image generation and editing with Nano Banana, plus professional video creation with Veo3, all through Kie.ai's APIs. Includes task tracking, status monitoring, and 1080p video upgrades.
MCPサーバの作り方 & 使い方
MCP Server/Client refers to the **Minecraft Coder Pack (MCP)**. It's a toolset that helps decompile, deobfuscate, and recompile the Minecraft Java Edition game code. Here's a breakdown of what that means and why it's important: * **Minecraft Java Edition Code:** The core game logic of Minecraft is written in Java. However, the code released by Mojang (the game developer) is obfuscated, meaning it's deliberately made difficult to read and understand. This is done to protect their intellectual property and make it harder to copy or modify the game. * **Decompilation:** MCP uses decompilers to convert the obfuscated Java bytecode back into more readable Java source code. This is the first step in understanding how the game works. * **Deobfuscation:** This is the process of renaming the obfuscated class, method, and field names to more meaningful and descriptive names. This makes the code much easier to understand and work with. MCP uses mappings (translation tables) to achieve this. These mappings are created and maintained by the MCP community. * **Recompilation:** After making changes to the code (e.g., adding a mod), MCP allows you to recompile the modified source code back into Java bytecode that Minecraft can understand. **In essence, MCP provides a bridge between the obfuscated Minecraft code and a more developer-friendly version, enabling modders to:** * **Understand the game's inner workings:** By having access to deobfuscated code, modders can see how different parts of the game interact. * **Modify the game:** Modders can change the game's behavior by altering the code and recompiling it. * **Create mods:** MCP provides a framework for creating and distributing mods. **Server/Client Distinction:** The terms "Server" and "Client" in the context of MCP refer to the two main parts of the Minecraft game: * **Client:** This is the part of the game that runs on the player's computer. It handles rendering, input, and some game logic. * **Server:** This is the part of the game that runs on a server (either a dedicated server or a single-player world). It handles world generation, player interactions, and other core game mechanics. MCP allows you to deobfuscate and modify both the client and server code, depending on what you want to achieve with your mod. Some mods only affect the client (e.g., texture packs), while others affect the server (e.g., adding new game mechanics). Many mods affect both. **Important Note:** MCP is now largely superseded by more modern tools like Forge and Fabric, which provide more robust and easier-to-use modding APIs. However, understanding the basic principles of MCP can still be helpful for understanding how Minecraft modding works.
mcp-servers