Discover Awesome MCP Servers

Extend your agent with 23,704 capabilities via MCP servers.

All23,704
Knowledge MCP Server

Knowledge MCP Server

Provides centralized knowledge management for projects, allowing users to store, search, and maintain project-specific knowledge that persists across sessions.

Cloudflare Remote MCP Server Template

Cloudflare Remote MCP Server Template

A template for deploying remote Model Context Protocol servers to Cloudflare Workers without authentication. It enables hosting custom tools via Server-Sent Events for integration with clients like Claude Desktop and the Cloudflare AI Playground.

MCP-BOS

MCP-BOS

Kerangka kerja server Protokol Konteks Model yang modular dan dapat diperluas, dirancang untuk Claude Desktop, yang menggunakan penemuan modul otomatis berbasis konvensi untuk dengan mudah memperluas fungsionalitas aplikasi AI tanpa memodifikasi kode inti.

RocketReach MCP Server

RocketReach MCP Server

A Model Context Protocol server that connects to RocketReach API, enabling AI assistants to find professional/personal emails, phone numbers, and enrich company data.

Letta Agents MCP Server

Letta Agents MCP Server

Kontrol pembuatan dan modifikasi agen AI melalui MCP.

Bitbucket MCP

Bitbucket MCP

A Model Context Protocol server that enables AI assistants to interact with Bitbucket repositories, pull requests, and other resources through Bitbucket Cloud and Server APIs.

Magic Component Platform

Magic Component Platform

Alat berbasis AI yang membantu pengembang membuat komponen UI yang indah secara instan melalui deskripsi bahasa alami, terintegrasi dengan IDE populer seperti Cursor, Windsurf, dan VSCode.

mcp-talib

mcp-talib

Server Protokol Konteks Model (MCP) yang menyediakan fungsi-fungsi dari ta-lib-python.

TomTom MCP Server

TomTom MCP Server

Provides seamless access to TomTom's location services including search, routing, traffic and static maps data, enabling easy integration of precise geolocation data into AI workflows and development environments.

MCP Security Scanner

MCP Security Scanner

Automatically discovers and tests MCP services for security vulnerabilities including command injection, SQL injection, SSRF, path traversal, and sensitive data exposure with detailed reports and remediation guidance.

Doxygen MCP Server

Doxygen MCP Server

A comprehensive server that enables AI assistants to generate, configure, and manage Doxygen documentation for various programming languages through a clean interface.

PhoneLCDParts MCP Server

PhoneLCDParts MCP Server

A web scraping server that retrieves product information (name, price, URL, image) from phonelcdparts.com for any search query.

Jules MCP Server

Jules MCP Server

Enables orchestration of multiple Jules AI workers for tasks like code generation, bug fixing, and review using the Google Jules API. It features git integration, a shared memory system, and real-time activity monitoring for complex, multi-agent development workflows.

Neon MCP Server

Neon MCP Server

A lightweight Model Control Protocol server that allows agents like Cursor to interface with the Neon database REST API through Cloudflare Workers.

Document Processing Server

Document Processing Server

Menyediakan pemrosesan dokumen yang komprehensif, termasuk membaca, mengonversi, dan memanipulasi berbagai format dokumen dengan kemampuan pemrosesan teks dan HTML tingkat lanjut.

MCP Server for Awesome-llms-txt

MCP Server for Awesome-llms-txt

Okay, I understand. You want me to create an MCP (presumably referring to a Minecraft Server Provider) server setup for the SecretiveShell/Awesome-llms-txt project. You also want me to integrate documentation directly into our conversation, using MCP resources if possible. This is a complex request, as it involves several steps and assumptions: **Assumptions:** * **MCP (Minecraft Server Provider):** I'm assuming you want to host the `SecretiveShell/Awesome-llms-txt` project on a Minecraft server, likely using a mod or plugin that allows you to interact with the project's functionality within the Minecraft environment. This is an unusual request, as `Awesome-llms-txt` is a collection of resources related to Large Language Models and text processing, not typically something run *inside* a Minecraft server. Please confirm if this is your intention. If not, please clarify what you mean by "MCP." * **Interaction Method:** I'm assuming you want to interact with the LLMs and text processing capabilities of `Awesome-llms-txt` *through* the Minecraft server. This would require a bridge between the Minecraft environment and the Python code (or whatever language the LLMs are implemented in). * **MCP Resources:** You want me to use resources provided by the Minecraft Server Provider (MCP) to document the process. This is difficult without knowing *which* MCP you are using. Common MCPs include: * **Apex Hosting** * **Shockbyte** * **MCProHosting** * **BisectHosting** * **GGServers** * ...and many others. **Challenges:** * **Security:** Exposing LLM functionality through a Minecraft server could pose significant security risks. Careful consideration must be given to input validation, rate limiting, and access control. * **Performance:** Running LLMs can be resource-intensive. A Minecraft server might not be the ideal environment for this, especially if it's already handling many players. * **Implementation Complexity:** Bridging the gap between Minecraft and the LLM code will require significant programming effort. **Here's a general outline of the steps involved, along with considerations for documentation (assuming you clarify the MCP and confirm the Minecraft integration):** **1. Choose an MCP and Server Type:** * **MCP Selection:** Tell me which MCP you're using. This will allow me to find relevant documentation. * **Server Type:** Decide whether you want a Vanilla, Bukkit/Spigot/Paper, or Forge server. Bukkit/Spigot/Paper are common for plugins, while Forge is common for mods. A plugin-based approach is likely easier for this project. **Documentation (MCP Resources):** * **MCP Website:** The MCP's website will have documentation on server setup, configuration, and plugin/mod installation. * **Knowledge Base/FAQ:** Look for articles on common server management tasks. * **Support Tickets:** If you get stuck, contact the MCP's support team. **2. Set Up the Minecraft Server:** * **Follow the MCP's instructions** to create and configure your server. * **Choose a suitable server location** based on your target audience. * **Configure server settings** (e.g., difficulty, game mode, player limits). **Documentation (MCP Resources):** * **Server Setup Guides:** The MCP will provide step-by-step guides for setting up your server. * **Configuration File Reference:** Documentation on the `server.properties` file and other configuration files. **3. Develop the Minecraft Plugin/Mod (The Hard Part):** * **Choose a programming language:** Java is the standard for Minecraft plugins. * **Use the Bukkit/Spigot/Paper API (for plugins) or the Forge API (for mods):** These APIs allow you to interact with the Minecraft world. * **Implement a communication mechanism:** This is how your plugin/mod will communicate with the LLM code. Possible options include: * **Sockets:** Open a socket connection between the Minecraft server and the LLM server. * **HTTP Requests:** The plugin/mod can send HTTP requests to an API endpoint that exposes the LLM functionality. * **Message Queues (e.g., RabbitMQ, Kafka):** A more robust solution for asynchronous communication. * **Implement input validation and security measures:** Protect your server from malicious input. * **Implement rate limiting:** Prevent abuse of the LLM functionality. * **Implement access control:** Restrict access to the LLM functionality to authorized players. **Documentation (General Programming Resources):** * **Bukkit/Spigot/Paper API Documentation:** [https://www.spigotmc.org/wiki/spigot-plugin-development/](https://www.spigotmc.org/wiki/spigot-plugin-development/) * **Forge API Documentation:** [https://mcforge.readthedocs.io/en/latest/](https://mcforge.readthedocs.io/en/latest/) * **Java Programming Tutorials:** Numerous online resources are available. * **LLM API Documentation:** Refer to the documentation for the specific LLMs you are using. **4. Deploy the Plugin/Mod and LLM Code:** * **Install the plugin/mod on your Minecraft server:** Follow the MCP's instructions for installing plugins/mods. * **Deploy the LLM code to a separate server or service:** This could be a cloud server, a virtual machine, or even your local machine (for testing). * **Configure the plugin/mod to connect to the LLM server/service.** **Documentation (MCP Resources):** * **Plugin/Mod Installation Guides:** The MCP will provide instructions on how to install plugins/mods. **5. Test and Refine:** * **Thoroughly test the integration** to ensure it works as expected. * **Monitor performance** and optimize the code as needed. * **Address any security vulnerabilities** that are discovered. **Example (Conceptual - Using HTTP Requests):** Let's say you want to use the OpenAI API to generate text. Your Minecraft plugin could have a command like `/llm <prompt>`. When a player executes this command, the plugin would: 1. **Validate the input:** Check the length of the prompt, etc. 2. **Send an HTTP request to the OpenAI API:** Include the prompt in the request. 3. **Receive the response from the OpenAI API:** This will be the generated text. 4. **Display the generated text to the player in the Minecraft chat.** **Indonesian Translation of Key Terms:** * **MCP (Minecraft Server Provider):** Penyedia Server Minecraft * **Plugin:** Plugin * **Mod:** Modifikasi (Mod) * **Server:** Server * **Documentation:** Dokumentasi * **Configuration:** Konfigurasi * **API (Application Programming Interface):** Antarmuka Pemrograman Aplikasi (API) * **HTTP Request:** Permintaan HTTP * **Socket:** Soket * **Security:** Keamanan * **Performance:** Kinerja **Next Steps:** 1. **Please confirm that you want to integrate `Awesome-llms-txt` into a Minecraft server.** If not, please clarify your goal. 2. **Tell me which MCP you are using.** 3. **Tell me which LLMs you plan to use.** Once I have this information, I can provide more specific and helpful guidance. This is a challenging project, but I'm here to help you through it.

Weather & Prayer Times MCP Server

Weather & Prayer Times MCP Server

Enables users to get weather information and Islamic prayer (Namaz) times, along with motivational prompts and random quotes. Integrates with OpenWeatherMap and Aladhan APIs to provide location-based weather data and prayer schedules.

OpenWeather MCP Server

OpenWeather MCP Server

Provides real-time weather data and forecasts for locations worldwide using the OpenWeatherMap API. It enables AI assistants to retrieve current conditions, temperature, and forecasts through a simple tool-based interface.

Vite React MCP

Vite React MCP

Geekbot MCP

Geekbot MCP

Sebuah server yang menjembatani Claude AI dari Anthropic dengan alat manajemen standup Geekbot, memungkinkan pengguna untuk mengakses dan memanfaatkan data Geekbot dalam percakapan Claude.

TIDAL MCP Server

TIDAL MCP Server

Enables interaction with TIDAL music streaming service through 27 tools for searching music, managing playlists, favorites, and discovering artists and albums.

UniFi MCP Server

UniFi MCP Server

Enables managing UniFi networks through natural language, allowing users to monitor clients, check network health, and perform device actions like blocking or restarting access points. It securely connects UniFi Controllers to MCP clients with features like Google OAuth authentication.

EPA Air Quality System (AQS) MCP Server

EPA Air Quality System (AQS) MCP Server

Provides access to EPA's Air Quality System API with 31 tools for querying air quality data, monitoring sites, and pollution measurements across the United States through natural language.

Bitrix24 MCP Server

Bitrix24 MCP Server

Enables AI agents to interact with Bitrix24 CRM through comprehensive tools for managing contacts, deals, leads, companies, tasks, and users, with advanced filtering, search capabilities, and sales team performance monitoring.

Airtable MCP

Airtable MCP

Menghubungkan alat AI secara langsung ke Airtable, memungkinkan pengguna untuk menanyakan, membuat, memperbarui, dan menghapus rekaman menggunakan bahasa alami.

MCP Terminal Server

MCP Terminal Server

Provides cross-platform terminal access through MCP, enabling AI assistants to create and manage interactive terminal sessions, execute commands, and capture visual snapshots on Windows, Linux, and macOS.

Quran Cloud MCP Server

Quran Cloud MCP Server

Connects LLMs to the Quran API (alquran.cloud) to retrieve accurate Quranic text on-demand, reducing hallucinations when working with sensitive religious content.

MCP Voice Notification

MCP Voice Notification

Provides voice notifications using Grok's text-to-speech API to alert users when Claude Code completes tasks, with support for both local and remote server configurations.

view-image-mcp

view-image-mcp

Enables Claude Code to display images inline within supported terminals like Ghostty and Kitty using the Kitty graphics protocol on macOS. It allows users to view various image formats including PNG, JPEG, GIF, and WebP directly in the terminal interface.

monarch-mcp-server

monarch-mcp-server

MCP Server for Monarch Money, utilizing an unofficial api.