Discover Awesome MCP Servers

Extend your agent with 14,313 capabilities via MCP servers.

All14,313
MCP-BAMM

MCP-BAMM

A Model Context Protocol server that enables interaction with Borrow Automated Market Maker (BAMM) contracts on the Fraxtal blockchain, allowing users to manage positions, borrow against LP tokens, and perform other BAMM-related operations.

BlenderMCP

BlenderMCP

Connects Blender to Claude AI through the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling, scene creation, and manipulation.

Express MCP Handler

Express MCP Handler

A utility that integrates Model Context Protocol (MCP) into Express applications, offering both stateful session management and stateless request handling options.

MCP TTS Server

MCP TTS Server

Wrapper de servidor MCP para motores TTS (Kokoro TTS e OpenAI TTS)

Bargainer MCP Server

Bargainer MCP Server

A Model Context Protocol server that aggregates and compares deals from multiple sources including Slickdeals, RapidAPI marketplace, and web scraping, enabling users to search, filter, and compare deals through a chat interface.

Gemini Context MCP Server

Gemini Context MCP Server

Espelho de

MCP Enabled PDF Reader

MCP Enabled PDF Reader

Servidor de Protocolo de Contexto do Modelo (MCP) para ler um único documento PDF.

MCP Generate UUID Server

MCP Generate UUID Server

Real Estate MCP Server

Real Estate MCP Server

Enables real estate property searches with location and criteria filtering, plus comprehensive mortgage calculations including monthly payments and affordability analysis. Currently uses mock data for property searches but provides full mortgage calculation functionality.

Square Model Context Protocol Server

Square Model Context Protocol Server

Enables AI assistants to interact with Square's Connect API through the Model Context Protocol standard, allowing for operations like managing customers, processing payments, and handling inventory.

Memory MCP 服务器

Memory MCP 服务器

Here are a few possible translations, depending on the specific context: **Option 1 (Focus on simplicity and directness):** * **Iniciar o memory mcp com um clique e fornecer serviço SSE.** (This is the most straightforward translation.) **Option 2 (Adding a bit more technical clarity):** * **Iniciar o memory mcp com um único clique/comando e disponibilizar serviço SSE externamente.** (This emphasizes the single action and the external availability of the service.) **Option 3 (More formal and detailed):** * **Executar o memory mcp com um único clique/comando para fornecer um serviço SSE.** (This is a more formal and slightly more verbose option.) **Explanation of terms:** * **一键启动 (yī jiàn qǐ dòng):** "One-click start" or "Start with one click/command". I've translated this as "com um clique" or "com um único clique/comando". * **memory mcp:** This is kept as "memory mcp" as it's likely a specific application or module name. * **对外提供 (duì wài tí gōng):** "Provide externally" or "Make available externally". Translated as "fornecer externamente" or "disponibilizar externamente". * **SSE 服务 (SSE fú wù):** "SSE service". Translated as "serviço SSE". **Recommendation:** I would recommend **Option 1: Iniciar o memory mcp com um clique e fornecer serviço SSE.** unless you have more context that suggests a more technical or formal translation is needed.

Micro.blog Books MCP Server

Micro.blog Books MCP Server

Enables management of Micro.blog book collections through natural language, allowing users to organize bookshelves, add/move books, and track reading goals. Built with FastMCP for reliable integration with Claude Desktop.

ScreenshotOne MCP Server

ScreenshotOne MCP Server

Connects AI assistants to ScreenshotOne.com API for capturing website screenshots with customizable options including viewport size, full-page captures, and multiple output formats.

AI Book Agent MCP Server

AI Book Agent MCP Server

Provides AI assistants with intelligent access to ML textbook content for creating accurate, source-grounded documentation using local models for privacy and cost efficiency.

PathScan MCP Server

PathScan MCP Server

Enables website security scanning and vulnerability assessment by integrating dirsearch path scanning with firecrawl web scraping. Provides structured vulnerability reports categorized by risk level and detailed content analysis of high-risk URLs.

Google Search Server

Google Search Server

MikroTik MCP

MikroTik MCP

A bridge between AI assistants and MikroTik RouterOS devices, allowing natural language interaction to manage network configurations including VLANs, firewalls, DNS settings, and more.

Model Context Protocol

Model Context Protocol

Here are some resources to understand MCPs (Managed Configuration Profiles) and how to interact with an MCP server, focusing primarily on Apple's implementation as it's the most common use case: **Understanding Managed Configuration Profiles (MCPs):** * **Apple's Documentation (Mobile Device Management (MDM) Protocol Reference):** This is the definitive source. While technical, it's essential for a deep understanding. Look for sections on: * **Configuration Profiles:** Explains the structure and purpose of configuration profiles. * **MDM Protocol:** Details the communication between the MDM server and the device. * **Payloads:** Describes the different settings you can manage (e.g., Wi-Fi, VPN, restrictions). * **Device Management:** Covers enrollment, commands, and status reporting. * **Where to find it:** Search for "Apple MDM Protocol Reference" on the Apple Developer website. It's usually a PDF document. * **Apple's Configuration Profile Reference:** This document lists all the available keys and settings you can use in a configuration profile. It's invaluable for building profiles. * **Where to find it:** Search for "Apple Configuration Profile Reference" on the Apple Developer website. * **MDM Vendors' Documentation:** MDM vendors (e.g., Jamf, Microsoft Intune, VMware Workspace ONE) often have excellent documentation that explains MCPs in the context of their specific product. Even if you're not using their product, their explanations can be helpful. * **Online Articles and Tutorials:** Search for articles and tutorials on topics like: * "What is an MDM?" * "How to create a configuration profile for iOS/macOS" * "MDM enrollment process" * "Payload types in configuration profiles" **Interacting with an MCP Server (MDM Server):** * **MDM Vendor's API Documentation:** If you're using a specific MDM vendor, their API documentation is crucial. It will tell you how to: * Enroll devices * Send commands (e.g., install apps, lock devices, erase devices) * Retrieve device information * Manage configuration profiles * **MDM Protocol (for direct implementation):** If you're building your own MDM server or a tool that interacts directly with the MDM protocol, you'll need to understand the protocol itself. This involves: * **HTTPS Communication:** MDM communication is typically done over HTTPS. * **XML or JSON Payloads:** Commands and responses are usually formatted as XML or JSON. * **Certificate-Based Authentication:** Devices and the MDM server authenticate each other using certificates. * **Push Notifications (APNs):** The MDM server uses Apple Push Notification service (APNs) to wake up devices and initiate communication. * **Tools for Creating and Testing Configuration Profiles:** * **Apple Configurator 2 (macOS):** A free tool from Apple that allows you to create, edit, and install configuration profiles on iOS and macOS devices. It's great for testing and learning. * **ProfileCreator (macOS):** A free, open-source tool for creating configuration profiles. It has a more modern interface than Apple Configurator 2. * **Text Editors (with XML or JSON support):** You can create configuration profiles manually using a text editor, but it's more error-prone. * **Programming Languages and Libraries:** * **Python:** A popular choice for MDM scripting and automation. Libraries like `requests` can be used for making HTTPS requests. * **Swift/Objective-C:** Used for developing MDM client apps or extensions on iOS and macOS. * **Java/Kotlin:** Common for building MDM server-side components. * **Node.js:** Can be used for building MDM server components or command-line tools. **Key Concepts to Understand:** * **Enrollment:** The process of registering a device with the MDM server. * **Provisioning:** The process of installing configuration profiles and apps on a device. * **Commands:** Instructions sent from the MDM server to the device (e.g., `InstallProfile`, `RemoveProfile`, `DeviceLock`, `EraseDevice`). * **Status Reporting:** The device's ability to report its status (e.g., battery level, installed apps, compliance status) to the MDM server. * **SCEP (Simple Certificate Enrollment Protocol):** A protocol used to automatically request and install certificates on devices. * **DEP (Device Enrollment Program) / Apple Business Manager (ABM):** Programs that allow organizations to automatically enroll devices into MDM during the initial setup process. **Example Workflow (Simplified):** 1. **Enrollment:** A user enrolls their device with the MDM server. This usually involves installing an enrollment profile. 2. **Profile Installation:** The MDM server sends a command to the device to install a configuration profile. 3. **Settings Enforcement:** The device applies the settings defined in the configuration profile (e.g., Wi-Fi settings, password policies). 4. **Command Execution:** The MDM server can send commands to the device to perform actions (e.g., install an app, lock the device). 5. **Status Reporting:** The device sends status reports to the MDM server, providing information about its configuration and status. **Important Considerations:** * **Security:** MDM is a powerful tool, so security is paramount. Use strong authentication, encryption, and access controls. * **Privacy:** Be mindful of user privacy when collecting device information. Comply with all applicable privacy regulations. * **Testing:** Thoroughly test your configuration profiles and MDM workflows before deploying them to production devices. This comprehensive list should provide you with a solid foundation for understanding MCPs and interacting with MCP servers. Remember to start with Apple's official documentation and then explore the resources specific to your MDM vendor or implementation. --- **Translation to Portuguese:** Aqui estão alguns recursos para entender os MCPs (Perfis de Configuração Gerenciados) e como interagir com um servidor MCP, focando principalmente na implementação da Apple, pois é o caso de uso mais comum: **Entendendo os Perfis de Configuração Gerenciados (MCPs):** * **Documentação da Apple (Referência do Protocolo de Gerenciamento de Dispositivos Móveis (MDM)):** Esta é a fonte definitiva. Embora técnica, é essencial para uma compreensão profunda. Procure por seções sobre: * **Perfis de Configuração:** Explica a estrutura e o propósito dos perfis de configuração. * **Protocolo MDM:** Detalha a comunicação entre o servidor MDM e o dispositivo. * **Payloads (Cargas Úteis):** Descreve as diferentes configurações que você pode gerenciar (por exemplo, Wi-Fi, VPN, restrições). * **Gerenciamento de Dispositivos:** Abrange o registro, os comandos e os relatórios de status. * **Onde encontrar:** Pesquise por "Apple MDM Protocol Reference" no site Apple Developer. Geralmente é um documento PDF. * **Referência do Perfil de Configuração da Apple:** Este documento lista todas as chaves e configurações disponíveis que você pode usar em um perfil de configuração. É inestimável para construir perfis. * **Onde encontrar:** Pesquise por "Apple Configuration Profile Reference" no site Apple Developer. * **Documentação dos Fornecedores de MDM:** Os fornecedores de MDM (por exemplo, Jamf, Microsoft Intune, VMware Workspace ONE) geralmente têm excelente documentação que explica os MCPs no contexto de seu produto específico. Mesmo que você não esteja usando o produto deles, as explicações podem ser úteis. * **Artigos e Tutoriais Online:** Pesquise artigos e tutoriais sobre tópicos como: * "O que é um MDM?" * "Como criar um perfil de configuração para iOS/macOS" * "Processo de registro MDM" * "Tipos de payload em perfis de configuração" **Interagindo com um Servidor MCP (Servidor MDM):** * **Documentação da API do Fornecedor de MDM:** Se você estiver usando um fornecedor de MDM específico, a documentação da API é crucial. Ela informará como: * Registrar dispositivos * Enviar comandos (por exemplo, instalar aplicativos, bloquear dispositivos, apagar dispositivos) * Recuperar informações do dispositivo * Gerenciar perfis de configuração * **Protocolo MDM (para implementação direta):** Se você estiver construindo seu próprio servidor MDM ou uma ferramenta que interaja diretamente com o protocolo MDM, precisará entender o protocolo em si. Isso envolve: * **Comunicação HTTPS:** A comunicação MDM é normalmente feita via HTTPS. * **Payloads XML ou JSON:** Comandos e respostas são geralmente formatados como XML ou JSON. * **Autenticação Baseada em Certificado:** Dispositivos e o servidor MDM se autenticam usando certificados. * **Notificações Push (APNs):** O servidor MDM usa o Apple Push Notification service (APNs) para ativar os dispositivos e iniciar a comunicação. * **Ferramentas para Criar e Testar Perfis de Configuração:** * **Apple Configurator 2 (macOS):** Uma ferramenta gratuita da Apple que permite criar, editar e instalar perfis de configuração em dispositivos iOS e macOS. É ótimo para testar e aprender. * **ProfileCreator (macOS):** Uma ferramenta gratuita e de código aberto para criar perfis de configuração. Tem uma interface mais moderna do que o Apple Configurator 2. * **Editores de Texto (com suporte a XML ou JSON):** Você pode criar perfis de configuração manualmente usando um editor de texto, mas é mais propenso a erros. * **Linguagens de Programação e Bibliotecas:** * **Python:** Uma escolha popular para scripting e automação de MDM. Bibliotecas como `requests` podem ser usadas para fazer requisições HTTPS. * **Swift/Objective-C:** Usado para desenvolver aplicativos cliente MDM ou extensões no iOS e macOS. * **Java/Kotlin:** Comum para construir componentes do lado do servidor MDM. * **Node.js:** Pode ser usado para construir componentes do servidor MDM ou ferramentas de linha de comando. **Conceitos Chave para Entender:** * **Registro (Enrollment):** O processo de registrar um dispositivo no servidor MDM. * **Provisionamento:** O processo de instalar perfis de configuração e aplicativos em um dispositivo. * **Comandos:** Instruções enviadas do servidor MDM para o dispositivo (por exemplo, `InstallProfile`, `RemoveProfile`, `DeviceLock`, `EraseDevice`). * **Relatório de Status:** A capacidade do dispositivo de relatar seu status (por exemplo, nível da bateria, aplicativos instalados, status de conformidade) ao servidor MDM. * **SCEP (Simple Certificate Enrollment Protocol):** Um protocolo usado para solicitar e instalar automaticamente certificados em dispositivos. * **DEP (Device Enrollment Program) / Apple Business Manager (ABM):** Programas que permitem que as organizações registrem automaticamente dispositivos no MDM durante o processo de configuração inicial. **Exemplo de Fluxo de Trabalho (Simplificado):** 1. **Registro:** Um usuário registra seu dispositivo no servidor MDM. Isso geralmente envolve a instalação de um perfil de registro. 2. **Instalação do Perfil:** O servidor MDM envia um comando para o dispositivo para instalar um perfil de configuração. 3. **Aplicação das Configurações:** O dispositivo aplica as configurações definidas no perfil de configuração (por exemplo, configurações de Wi-Fi, políticas de senha). 4. **Execução de Comandos:** O servidor MDM pode enviar comandos para o dispositivo para executar ações (por exemplo, instalar um aplicativo, bloquear o dispositivo). 5. **Relatório de Status:** O dispositivo envia relatórios de status para o servidor MDM, fornecendo informações sobre sua configuração e status. **Considerações Importantes:** * **Segurança:** MDM é uma ferramenta poderosa, então a segurança é fundamental. Use autenticação forte, criptografia e controles de acesso. * **Privacidade:** Esteja atento à privacidade do usuário ao coletar informações do dispositivo. Cumpra todas as regulamentações de privacidade aplicáveis. * **Teste:** Teste minuciosamente seus perfis de configuração e fluxos de trabalho MDM antes de implantá-los em dispositivos de produção. Esta lista abrangente deve fornecer uma base sólida para entender os MCPs e interagir com os servidores MCP. Lembre-se de começar com a documentação oficial da Apple e, em seguida, explorar os recursos específicos do seu fornecedor ou implementação de MDM.

Context Continuation MCP Server

Context Continuation MCP Server

Provides intelligent context management for AI development sessions, allowing users to track token usage, manage conversation context, and seamlessly restore context when reaching token limits.

ODIADEV MCP Server

ODIADEV MCP Server

Nigeria's AI infrastructure server that provides business automation agents including WhatsApp automation, university support, travel management, and legal document processing. Integrates payment processing, text-to-speech capabilities, and webhook handling for Nigerian businesses.

CLI MCP Server

CLI MCP Server

A simplified MCP server for terminal command execution

Trapper Keeper MCP

Trapper Keeper MCP

An MCP server that automatically manages and organizes project documentation using the document reference pattern, keeping CLAUDE.md files clean and under 500 lines while maintaining full context for AI assistants.

Hubble MCP Server

Hubble MCP Server

A Python-based Model Context Protocol server that integrates with Claude Desktop, allowing users to connect to Hubble API services by configuring the server with their Hubble API key.

Wix MCP Server

Wix MCP Server

Wix MCP Server

SAS Data Sets MCP Server by CData

SAS Data Sets MCP Server by CData

SAS Data Sets MCP Server by CData

Pangea MCP Server

Pangea MCP Server

A Model Context Protocol server that provides Claude with access to Pangea's security services, including AI Guard, Domain Intel, Embargo checks, IP Intelligence, Redaction, Secure Audit Log, URL Intelligence, and Vault services.

中国城市天气查询 MCP 服务

中国城市天气查询 MCP 服务

Flexible Key-Value Extracting MCP Server

Flexible Key-Value Extracting MCP Server

Extracts structured key-value pairs from arbitrary, noisy, or unstructured text using LLMs and provides output in multiple formats (JSON, YAML, TOML) with type safety.

MCP Documentation Server

MCP Documentation Server

A server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.

Weekly Weather

Weekly Weather

Weather forecast server which returns 7 days of detailed weather anywhere in the world, using the OpenWeatherMap One Call API 3.0.