Discover Awesome MCP Servers

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

All23,495
Gmail MCP Server

Gmail MCP Server

Enables sending emails through Gmail using your Gmail credentials. Provides a simple send_email tool that accepts recipient, subject, and plain text body parameters.

TOS MCP Server

TOS MCP Server

Typecast API MCP Server

Typecast API MCP Server

Model Context Protocolを介してTypecast APIとのシームレスな統合を可能にし、クライアントが標準化された方法で音声の管理、テキストの音声変換、およびオーディオの再生を行えるようにします。

Parliament MCP Server

Parliament MCP Server

An MCP server that provides tools for parliamentary research by allowing users to search constituencies, elections, members, government posts, debates, and Hansard records, with additional semantic search capabilities over parliamentary data.

Attendance Management MCP Server

Attendance Management MCP Server

出席情報の照会、従業員の休暇申請、残業申請、およびスケジュール管理を可能にするモデルコンテキストプロトコルサーバー。

Weather MCP Server

Weather MCP Server

A simple MCP server that provides a tool to fetch current weather information for cities using the Open-Meteo API, communicating through stdin/stdout.

Rework MCP Server

Rework MCP Server

Enables AI agents to manage Rework projects, tasks, and workflows through a standardized protocol. It supports task creation, job tracking, user management, and custom field configuration using natural language.

mcp-for-azure-devops-boards

mcp-for-azure-devops-boards

MCP for Azure DevOps Boards is a MCP server that lets your favourite AI browse, query and update Azure DevOps work items as if it were a project manager. Written in Rust and optimized for tokens usagem, It runs via stdio or HTTP mode and uses standard Azure authentication with az login.

Xray MCP Server

Xray MCP Server

Enables generation and validation of Xray-core proxy configurations using natural language. Supports VLESS, VMess, Trojan, and Shadowsocks protocols with automatic key generation and multiple transport/security options including REALITY.

Phalcon MCP Server

Phalcon MCP Server

BlockSecと連携するMCPサーバー

langfuse-mcp

langfuse-mcp

MCP server for Langfuse observability. Query traces, debug exceptions, analyze sessions, and manage prompts and datasets for your LLM applications.

Discogs MCP Server

Discogs MCP Server

Discogs用MCPサーバー

DBA MCP Server

DBA MCP Server

A multi-vendor database management tool that enables LLMs to query, migrate, and synchronize schemas across SQL engines like PostgreSQL, MySQL, and Oracle. It features persistent knowledge management for storing AI-generated context about database structures and business rules.

MCP Servers (OnePiece & Geolocalizar)

MCP Servers (OnePiece & Geolocalizar)

A collection of two MCP servers that enable querying One Piece anime characters and geolocating public IP addresses.

Mcp Difyworkflow Server

Mcp Difyworkflow Server

mcp-difyworkflow-server は、Difyワークフローのクエリと呼び出しを実装するmcpサーバToolsアプリケーションです。複数のカスタムDifyワークフローのオンデマンド操作をサポートします。ai, mcp, mcp-server

ifly-spark-agent-mcp

ifly-spark-agent-mcp

これは、MCPサーバーを使用してiFlytek SparkAgentプラットフォームのタスクチェーンを呼び出す簡単な例です。

custom_mcp_server

custom_mcp_server

Building custom MCP server

Gemini MCP

Gemini MCP

An AI-powered Model Context Protocol server for Claude Code that provides code intelligence tools including codebase analysis, task management, component generation, and deployment configuration.

WCAG MCP Server

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.

MedGemma Vertex

MedGemma Vertex

MCP server that routes medical questions and images to MedGemma models hosted on Vertex AI, enabling interaction with text-only and multimodal medical AI systems.

Kie.ai MCP Server

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サーバの作り方 & 使い方

MCP (Mod Coder Pack) Server/Client refers to the server and client components of the Mod Coder Pack, a tool used for decompiling, deobfuscating, and re-compiling the Minecraft source code. It's essentially the backbone for creating Minecraft mods. Here's a breakdown: * **MCP (Mod Coder Pack):** This is the overall toolset. It's not just a server or client, but a collection of scripts and tools. * **MCP Server:** This isn't a separate, standalone server application in the way you might think of a Minecraft server. Instead, the "server" aspect within MCP refers to the *decompiled and deobfuscated* Minecraft server code. MCP allows you to work with the server-side code of Minecraft, making it readable and modifiable. When people talk about "MCP Server," they're usually referring to the *process* of using MCP to decompile and work with the Minecraft server code. * **MCP Client:** Similar to the server, the "client" aspect refers to the *decompiled and deobfuscated* Minecraft client code. MCP allows you to work with the client-side code of Minecraft, making it readable and modifiable. When people talk about "MCP Client," they're usually referring to the *process* of using MCP to decompile and work with the Minecraft client code. **In short, MCP Server/Client isn't about running a game server or a game client. It's about having access to the readable source code of both the server and client versions of Minecraft so you can create mods.** Here's a translation into Japanese: **MCP Server/Clientとは?** MCP (Mod Coder Pack) Server/Clientとは、Minecraftのソースコードを逆コンパイル、難読化解除、再コンパイルするために使用されるツールであるMod Coder Packのサーバーおよびクライアントコンポーネントを指します。これは基本的にMinecraftのModを作成するための基盤です。 内訳は以下の通りです。 * **MCP (Mod Coder Pack):** これはツールセット全体です。単なるサーバーやクライアントではなく、スクリプトとツールのコレクションです。 * **MCP Server:** これは、Minecraftサーバーのように独立したスタンドアロンのサーバーアプリケーションではありません。代わりに、MCP内の「サーバー」の側面は、*逆コンパイルおよび難読化解除された*Minecraftサーバーコードを指します。MCPを使用すると、Minecraftのサーバー側のコードを操作して、読みやすく変更可能にすることができます。「MCP Server」について話す場合、通常はMCPを使用してMinecraftサーバーコードを逆コンパイルして操作する*プロセス*を指します。 * **MCP Client:** サーバーと同様に、「クライアント」の側面は、*逆コンパイルおよび難読化解除された*Minecraftクライアントコードを指します。MCPを使用すると、Minecraftのクライアント側のコードを操作して、読みやすく変更可能にすることができます。「MCP Client」について話す場合、通常はMCPを使用してMinecraftクライアントコードを逆コンパイルして操作する*プロセス*を指します。 **要するに、MCP Server/Clientは、ゲームサーバーやゲームクライアントを実行することではありません。Minecraftのサーバー版とクライアント版の両方の読みやすいソースコードにアクセスして、Modを作成できるようにすることです。**

mcp-servers

mcp-servers

Bar Assistant MCP Server

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

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

StarRocks MCP Server

AIアシスタントとStarRocksデータベースの橋渡し役として機能し、複雑な設定や構成を必要とせずに、直接SQLを実行したり、データベースを探索したりすることを可能にします。

China Weather MCP Server

China Weather MCP Server

Enables querying weather forecasts (1-7 days) and meteorological warnings for Chinese cities using the QWeather API. Supports detailed weather data including temperature, humidity, wind, precipitation, UV index, and real-time weather alerts.

MCP客户端应用

MCP客户端应用

モバイルアプリをCloudflare MCPサーバーに接続する

Jekyll MCP Server

Jekyll MCP Server

Indexes and searches Jekyll blog content, enabling AI assistants to search posts by keyword/category/tags, retrieve full post content, compare drafts against published posts, and analyze blog categories and tags.

ai-dev-mcp-server-test-1743930903451

ai-dev-mcp-server-test-1743930903451

AI 기반 개발 MCP 서버