Discover Awesome MCP Servers

Extend your agent with 60,922 capabilities via MCP servers.

All60,922
Frontier Intelligence

Frontier Intelligence

A personal monitoring and trend synthesis system that collects signals from multiple sources, processes them through LangChain/GigaChat, stores them in vector and knowledge graphs, and delivers insights via MCP to Codex/Claude projects with workspace isolation.

Zeplin MCP Server

Zeplin MCP Server

Connects AI agents to Zeplin to access component and screen specs, documentation, and design tokens for generating UI code that matches designs.

Ecomm MCP Server

Ecomm MCP Server

Enables product search and retrieval from e-commerce APIs, returning markdown-formatted product listings with clickable links and prices for easy shopping assistance.

mcp-pr-reviewer

mcp-pr-reviewer

Analyzes GitHub Pull Requests using AI via MCP, providing detailed feedback and approve/reject decisions.

mcp-ytmusic

mcp-ytmusic

Enables users to search the YouTube Music catalog and manage playlists using natural language. It provides tools for searching songs, albums, and artists, as well as performing playlist operations like creating, adding, and deleting tracks.

Device MCP Server

Device MCP Server

A comprehensive MCP server for network device management via SSH/Telnet. Supports multiple vendors such as Cisco IOS and BDCOM, enabling AI assistants to execute commands and manage routers, switches, and firewalls.

VS Claude

VS Claude

MCP server that integrates with VS Code to enable file operations, git diffs, and line highlighting via MCP clients like Claude.

Chat Human MCP Server

Chat Human MCP Server

Enables AI agents to send messages to human users via chat platforms (currently Discord) and optionally wait for human responses, facilitating human-in-the-loop interactions.

proxmox-mcp

proxmox-mcp

A Python MCP server for Proxmox VE that lets AI agents read cluster status, power guests on/off, and provision new VMs/containers through natural language, while preventing any destructive actions.

altium-mcp

altium-mcp

Use Claude to control or ask questions about your Altium project.

who_reps-mcp

who_reps-mcp

Given a U.S. street address, returns the people who represent it (U.S. Senators, House member, Governor, and state legislators) using free public data, with no API keys required for federal officials.

video-editor

video-editor

An MCP server that enables natural language video editing using FFmpeg, supporting operations like trimming, merging, format conversion, and more with real-time progress tracking.

mcp-server-google-cloud-logging

mcp-server-google-cloud-logging

Para obter registros do Logging usando o gcloud, você pode usar o comando `gcloud logging read`. Aqui estão algumas maneiras de usá-lo: **1. Obter os registros mais recentes:** ```bash gcloud logging read ``` Este comando exibirá os registros mais recentes do seu projeto atual. **2. Obter registros de um determinado período de tempo:** ```bash gcloud logging read --start-time="2023-10-27T00:00:00Z" --end-time="2023-10-28T00:00:00Z" ``` Este comando exibirá os registros entre 27 de outubro de 2023 e 28 de outubro de 2023. Certifique-se de ajustar as datas e horários conforme necessário. O formato da data/hora deve ser ISO 8601 (como no exemplo). **3. Filtrar registros por severidade:** ```bash gcloud logging read --severity=ERROR ``` Este comando exibirá apenas os registros com severidade ERROR. Outras opções de severidade incluem: `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`, `ALERT`, `EMERGENCY`. **4. Filtrar registros por um filtro específico:** ```bash gcloud logging read "resource.type=gce_instance AND logName:\"projects/YOUR_PROJECT_ID/logs/YOUR_LOG_NAME\"" ``` Substitua `YOUR_PROJECT_ID` pelo ID do seu projeto do Google Cloud e `YOUR_LOG_NAME` pelo nome do log que você deseja consultar. Este exemplo filtra registros de instâncias GCE (máquinas virtuais) e de um log específico. **5. Salvar os registros em um arquivo:** ```bash gcloud logging read > logs.txt ``` Este comando salvará todos os registros recuperados no arquivo `logs.txt`. **6. Limitar o número de registros retornados:** ```bash gcloud logging read --limit=100 ``` Este comando retornará apenas os 100 registros mais recentes. **7. Especificar o projeto:** Se você não estiver no projeto padrão, você pode especificar o projeto usando a flag `--project`: ```bash gcloud logging read --project=YOUR_PROJECT_ID ``` Substitua `YOUR_PROJECT_ID` pelo ID do seu projeto. **Recursos adicionais:** * **Documentação oficial do `gcloud logging read`:** [https://cloud.google.com/sdk/gcloud/reference/logging/read](https://cloud.google.com/sdk/gcloud/reference/logging/read) * **Documentação sobre filtros de registro:** [https://cloud.google.com/logging/docs/view/advanced-queries](https://cloud.google.com/logging/docs/view/advanced-queries) **Dicas:** * Use aspas duplas para envolver filtros complexos. * Você pode combinar várias opções para criar consultas mais específicas. * Para obter ajuda com o comando `gcloud logging read`, execute `gcloud logging read --help`. Lembre-se de substituir os valores de espaço reservado (como `YOUR_PROJECT_ID` e `YOUR_LOG_NAME`) pelos valores reais do seu ambiente.

ENSP-MCP AI

ENSP-MCP AI

Enables AI clients to manage Huawei eNSP simulated network devices, execute CLI commands, apply configurations, and perform network diagnostics through natural language, with topology upload and visualization via a web UI.

1c-mcp

1c-mcp

Enables Claude to interact with 1C:Enterprise via OData REST API, allowing natural language queries for inventory, orders, prices, and order creation.

motion-mcp-server

motion-mcp-server

Bridges Motion's API with LLMs to manage tasks, projects, schedules, and more through natural language.

Nexus MCP Server

Nexus MCP Server

A production-ready Model Context Protocol server that brings AI-powered web search directly into development environments, providing intelligent search results with proper citations in Claude Desktop, Cursor, or any MCP-compatible client.

Robinhood Chain EVM MCP

Robinhood Chain EVM MCP

A zero-dependency MCP server that bridges AI agents to Robinhood Chain and Arbitrum Orbit L2 networks, enabling querying balances, simulating transactions, and signing/broadcasting EVM transactions via JSON-RPC tools.

mcp-scryfall

mcp-scryfall

MCP server for live Magic: The Gathering card lookup via the Scryfall API. Grounds card references against live Scryfall data, with tools for exact, fuzzy, and search queries.

FAL Reve MCP Server

FAL Reve MCP Server

Enables high-quality text-to-image generation and image editing using FAL AI's Reve model. Supports batch processing, multiple aspect ratios and formats, with automatic local image downloads and both real-time and async processing modes.

Elasticsearch MCP Server

Elasticsearch MCP Server

MCP server that provides tools and resources to interact with Elasticsearch clusters, including listing indices, searching, and retrieving mappings.

Figma AI Bridge

Figma AI Bridge

Enables AI assistants to control Figma in real-time through Model Context Protocol, allowing design creation, editing, and reading operations directly from VS Code.

OpenSCAD MCP Server

OpenSCAD MCP Server

An intelligent assistant for 3D modeling with OpenSCAD and 3D printing workflow, including a Gradio app to test different LLMs.

Spotter-SAST

Spotter-SAST

Enterprise-grade MCP server for static application security testing with multi-tool integration, compliance verification, AI-powered remediation, and multi-tenant management.

claude-bridge

claude-bridge

Shared MCP server enabling two Claude Code instances to collaborate over the internet by sharing messages, memory, tasks, and files through a common URL and room key.

sbl-debugger

sbl-debugger

Enables AI assistants to debug ARM Cortex-M targets via GDB and OpenOCD, supporting attach, breakpoints, stepping, register/memory inspection, and SVD peripheral decoding.

News Digest

News Digest

Fetches news from Telegram and RSS sources and serves them to LLM agents via MCP.

IBKR TWS MCP Server

IBKR TWS MCP Server

Enables LLM clients to interact with Interactive Brokers Trader Workstation for automated trading workflows. Supports market data retrieval, portfolio management, and order execution through the TWS API.

sombra-mcp

sombra-mcp

A stdio-to-HTTP bridge for connecting to Sombra's remote MCP server, enabling AI agents to save, search, and organize web content.

Search MCP Server

Search MCP Server

A Model Context Protocol (MCP) server for integrating Google Search capabilities into AI applications.