Discover Awesome MCP Servers

Extend your agent with 28,410 capabilities via MCP servers.

All28,410
Linux Desktop MCP Server

Linux Desktop MCP Server

Enables AI assistants to interact with native Linux desktop applications through AT-SPI2 accessibility interfaces. Provides semantic element targeting, natural language search, and automation capabilities (clicking, typing, keyboard shortcuts) across GTK, Qt, and Electron applications.

cronometer-mcp

cronometer-mcp

An MCP server that provides access to Cronometer nutrition data, enabling users to pull food logs, macro and micronutrient summaries, and biometric data into Claude or Cursor. It supports daily nutrition tracking and raw CSV exports by interfacing with the Cronometer web protocol.

EnvCP

EnvCP

for environmental variables security

Remote MCP Server on Cloudflare

Remote MCP Server on Cloudflare

Bio-MCP FastQC Server

Bio-MCP FastQC Server

Enables AI assistants to perform quality control analysis on high-throughput sequencing data using FastQC and MultiQC. It supports single-file and batch processing of FASTQ/FASTA files and generates comprehensive, interactive summary reports.

Apache Hadoop Hive MCP Server by CData

Apache Hadoop Hive MCP Server by CData

Apache Hadoop Hive MCP Server by CData

Saffron MCP Server

Saffron MCP Server

Enables AI assistants to interact with Saffron recipe management functionality, including creating and updating recipes, importing from websites or text, and organizing cookbooks. Provides comprehensive recipe management capabilities through Saffron's API with support for ingredients, instructions, timing, and metadata.

Gemini Docs Server

Gemini Docs Server

Gemini API를 통해 엄선된 문서에 접근하여 사용자가 문맥 및 검색 제한을 극복하고 기술 문서를 효과적으로 쿼리하고 상호 작용할 수 있도록 합니다.

Google Jules MCP

Google Jules MCP

Enables automation of Google Jules AI coding assistant through task creation, code review automation, repository management, and AI-powered development workflows. Supports multiple session modes including cloud deployment with persistent authentication.

inflow-mcp

inflow-mcp

MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

mcp-mifosx

mcp-mifosx

Mifos X는 금융 기관을 위한 오픈 소스 코어 뱅킹 솔루션입니다. 고객, 대출, 예금, 주식, 금융 거래 관리 및 재무 보고서 생성에 유용합니다. Mifos X를 위한 MCP 서버를 통합하세요.

Help Scout MCP Server

Help Scout MCP Server

Connects Claude and other AI assistants to Help Scout customer support data with advanced search capabilities, conversation analysis, and enterprise-grade security features including PII redaction.

test-mcp-servers-in-vs-code

test-mcp-servers-in-vs-code

NWO Robotics

NWO Robotics

Control real robots and IoT devices through AI agents. Self-register with wallet authentication, pay with ETH for tier upgrades, and execute Vision-Language-Action commands. Features robot control, sensor monitoring, multi-agent coordination, and autonomous payments.

Punjab Technical Education MCP Server

Punjab Technical Education MCP Server

This MCP server enables interaction with the Punjab State Board of Technical Education and Industrial Training API, allowing access to technical education services and information through natural language.

Enhanced QR Code MCP Server

Enhanced QR Code MCP Server

Generates QR codes and automatically saves them as PNG files with metadata tracking, batch processing capabilities, and organized file management for production workflows.

AgentScore MCP Server

AgentScore MCP Server

Provides access to the AgentScore Registry on Base Sepolia to retrieve agent reputation scores, history, and registration details. It enables trustless querying of agent performance metrics through standard Model Context Protocol tools.

MCP SVG Converter

MCP SVG Converter

SVG 코드를 상세한 사용자 정의 옵션을 통해 고품질 PNG 및 JPG 이미지로 변환하는 도구를 제공하는 모델 컨텍스트 프로토콜 서버입니다.

Sigma MCP Server

Sigma MCP Server

Enables users to interact with the Sigma Computing API to analyze documents and manage analytics data via a serverless AWS architecture. It features document search and analytics capabilities with DynamoDB-backed caching for optimized performance.

Cloud Manage MCP Server

Cloud Manage MCP Server

A Model Context Protocol server for managing cloud servers, particularly DigitalOcean droplets, allowing users to identify providers via IP addresses and perform operations like power management, status monitoring, and resource usage tracking.

MCP Dynamics 365 Commerce Server

MCP Dynamics 365 Commerce Server

Enables AI assistants to interact with Dynamics 365 Commerce systems through 125+ tools covering customer management, sales orders, cart operations, product searches, inventory tracking, and store operations. Provides comprehensive mock data for development and testing purposes.

Discord MCP Server

Discord MCP Server

Enables direct interaction with Discord servers to send messages, read channel history, and post rich embeds through natural conversation. It provides tools for listing channels and managing communication within Discord guilds using the Model Context Protocol.

Taksi MCP Server

Taksi MCP Server

A Model Context Protocol server for Turkish taxi services that enables fare estimation, ride booking, and real-time tracking across providers like BiTaksi, iTaksi, and Uber.

SAI MCP Server in WebAssembly Go

SAI MCP Server in WebAssembly Go

사이 Mcp 서버

HaloPSA MCP Tools

HaloPSA MCP Tools

Model Context Protocol server for interacting with the HaloPSA API, enabling AI assistants like Claude to manage tickets, users, and assets in HaloPSA through natural language.

saras-mcp

saras-mcp

I cannot provide you with MCP (Mod Coder Pack) server code specifically for "Saras." Here's why, and what I *can* offer: * **MCP is a Tool, Not a Mod:** MCP is a tool used to decompile, deobfuscate, and recompile Minecraft code. It's not a mod itself. It provides the *environment* to *create* mods. * **"Saras" is Unclear:** I don't know what "Saras" refers to. It could be: * A specific mod: If it's a mod, I can't give you the *source code* directly. That would be a copyright violation. * A concept for a mod: If it's an idea, I can help you with *how* to start coding it using MCP. * Something else entirely. **What I Need to Help You:** 1. **Clarify "Saras":** What *is* "Saras"? Is it a mod you're trying to create? Is it a mod that already exists? If it's an existing mod, I cannot provide the source code. 2. **What are you trying to do?** Are you trying to: * Create a new mod from scratch? * Modify an existing mod? * Understand how a specific part of Minecraft works? **If you want to create a new mod, here's how to get started with MCP:** 1. **Download and Set Up MCP:** * Download the correct MCP version for the Minecraft version you want to mod. You can usually find MCP on sites like Mod Coder Pack's official website or related forums. * Follow the MCP setup instructions carefully. This usually involves extracting the MCP files and running a command to decompile Minecraft. 2. **Set up your Development Environment:** * Use an IDE (Integrated Development Environment) like Eclipse or IntelliJ IDEA. These IDEs have features that make coding much easier. * Configure your IDE to work with MCP. This usually involves setting up the classpath to include the MCP libraries. 3. **Start Coding:** * Create a new Java project in your IDE. * Create your mod's main class. This class will be the entry point for your mod. * Use the Minecraft API (provided by MCP) to add your mod's features. **Example (Very Basic):** ```java package com.example.sarasmod; // Replace with your mod's package import net.minecraft.init.Blocks; import net.minecraft.item.ItemStack; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventHandler; import net.minecraftforge.fml.common.event.FMLInitializationEvent; import net.minecraftforge.fml.common.registry.GameRegistry; @Mod(modid = SarasMod.MODID, version = SarasMod.VERSION) public class SarasMod { public static final String MODID = "sarasmod"; public static final String VERSION = "1.0"; @EventHandler public void init(FMLInitializationEvent event) { // Some example code System.out.println("DIRT BLOCK >> " + Blocks.dirt.getUnlocalizedName()); // Example: Add a recipe to craft dirt into something GameRegistry.addRecipe(new ItemStack(Blocks.stone), "XX", "XX", 'X', Blocks.dirt); } } ``` **Explanation:** * `@Mod`: This annotation tells Forge that this is a mod. * `MODID`: A unique identifier for your mod. * `VERSION`: The version number of your mod. * `@EventHandler`: This annotation marks methods that handle specific events. * `FMLInitializationEvent`: This event is fired when the game is initializing. * `GameRegistry.addRecipe`: This adds a crafting recipe. **Important Notes:** * **Minecraft Forge:** You'll need to use Minecraft Forge to load your mod. Forge is a modding API that makes it easier to create mods. * **Documentation:** Refer to the Minecraft Forge documentation and tutorials for more information on how to create mods. * **Java Knowledge:** You'll need a good understanding of Java programming to create Minecraft mods. Please provide more details about what you're trying to achieve, and I'll do my best to help you.

Pocha MCP Server

Pocha MCP Server

KISA 개발팀의 포차 프로젝트를 위한 내부 MCP 서버 테스트 중

T-SQL Analyzer

T-SQL Analyzer

T-SQL Analyzer

Weather MCP Server

Weather MCP Server

Provides current weather conditions and 5-day forecasts for any location using the OpenWeatherMap API. Supports flexible location queries including city names, coordinates, and zip codes.

PowerPoint MCP Server

PowerPoint MCP Server

AI 모델이 금융 차트, 서식 지정, 템플릿 관리와 같은 고급 기능을 사용하여 PowerPoint 프레젠테이션을 생성하고 조작할 수 있도록 하는 모델 컨텍스트 프로토콜 서버.