Discover Awesome MCP Servers

Extend your agent with 27,188 capabilities via MCP servers.

All27,188
sentry-mcp-rs

sentry-mcp-rs

Fast and minimal Sentry MCP server written in Rust

Bookmark Manager MCP

Bookmark Manager MCP

A Model Context Protocol server that provides persistent storage, categorization, and retrieval of bookmarks through AI clients like Claude. It allows users to manage web links using custom categories and includes options for local JSON storage or AWS S3 synchronization.

Truecaller Data2 MCP Server

Truecaller Data2 MCP Server

Enables phone number lookup through the Truecaller Data2 API, allowing users to search and retrieve information about phone numbers for identification and verification purposes.

Favro MCP

Favro MCP

An MCP server for interacting with the Favro project management platform. It enables users to manage organizations, boards, columns, and cards through actions like task creation, assignment, and status updates.

GREB-MCP

GREB-MCP

A hybrid search MCP that enables users to find coding chunks like RAG without indexing their codebase, without any vector database. World's first context attention MCP. It gives results in below 5 seconds in a repository as big as VS Code.

Google Cloud MCP Server

Google Cloud MCP Server

An MCP server that enables querying and interacting with Google Cloud services including Logging, Spanner, Monitoring, and Cloud Trace through natural language.

Perplexity MCP Server

Perplexity MCP Server

Este servidor permite que os usuários realizem pesquisas na web usando o Perplexity AI, fornecendo uma ferramenta para recuperar resultados de pesquisa através de uma interface de API simples.

Dice Roller MCP Server

Dice Roller MCP Server

Provides comprehensive dice rolling functionality for tabletop games and RPGs, supporting standard dice notation, D\&D ability score generation, advantage/disadvantage rolls, and skill checks against difficulty classes.

MCP Firebase Server

MCP Firebase Server

A bridge that enables Large Language Models to read from and write to Firebase Firestore collections through Model Context Protocol (MCP) tools.

Sumanshu Arora

Sumanshu Arora

MCP aggregator with many existing NCP templates and allows running external MCP servers too

mc-mcp-server

mc-mcp-server

🚧 Servidor Java MCP para Minecraft

Worksona MCP Server

Worksona MCP Server

Integrates 100+ specialized AI agents with Claude Desktop, providing automated agent discovery, multi-agent coordination, and ready-to-use task templates for complex development and business workflows. Enables users to leverage enterprise-level AI capabilities through actionable resources and intelligent agent matching.

Repsona MCP Server

Repsona MCP Server

Enables integration with Repsona project management platform, allowing users to manage tasks, projects, notes, files, and inbox through natural language interactions with the Repsona API.

superFetch MCP Server

superFetch MCP Server

An MCP server that fetches web pages and extracts clean, AI-friendly Markdown content using Mozilla Readability. It provides secure web access for LLMs with built-in SSRF protection and automated content cleaning for improved context retrieval and summarization.

Pokemon MCP Server

Pokemon MCP Server

Provides tools for LLMs to interact with the PokéAPI to fetch detailed Pokémon information and manage tournament squads. It enables AI agents to retrieve live data on popular picks and specific Pokémon stats using the Model Context Protocol.

Bounteous MCP Server

Bounteous MCP Server

MCP Server repository for managing GitHub operations

ts-refactor-mcp

ts-refactor-mcp

An MCP server that enables AI agents to move TypeScript files and directories while automatically updating all affected imports using a persistent tsserver instance. This ensures atomic, error-free refactoring that maintains project integrity without manual intervention or wasted tokens.

Magic-API MCP Server

Magic-API MCP Server

Provides comprehensive development tools for Magic-API including documentation lookup, API testing, resource management, debugging with breakpoints, backup operations, and code search capabilities. Enables developers to efficiently build, test, and maintain Magic-API projects through natural language interactions.

Douyin MCP

Douyin MCP

Enables automated Douyin video uploads and account management using Playwright for browser simulation. It supports QR code login, cookie persistence, and automated metadata handling for publishing videos through natural language or API commands.

Daraja API MCP Server

Daraja API MCP Server

Provides AI assistants with access to comprehensive Safaricom Daraja API documentation for all 22 M-Pesa APIs through searchable tools, enabling developers to query payment processing, transaction management, and business operations documentation.

YouTube MCP Server

YouTube MCP Server

Provides distraction-free access to YouTube by allowing AI assistants to retrieve subscribed channels, latest videos, and transcripts without algorithmic recommendations. It enables searching within subscriptions and direct reading of video content through simple browser cookie authentication.

Glitchtip MCP Server

Glitchtip MCP Server

Enables interaction with Glitchtip error tracking platform through natural language. Provides access to issues, events, projects, teams, and organization management for comprehensive error monitoring and debugging.

Symphony of One MCP

Symphony of One MCP

A multi-agent orchestration system that enables multiple Claude instances to collaborate through a centralized hub with a shared workspace and real-time communication. It features integrated task management, role assignment, and persistent memory to facilitate complex, synchronized agent workflows.

MCP Math Server

MCP Math Server

Provides basic mathematical operations including arithmetic, square root, and number theory functions like GCD and LCM. Built with TypeScript and includes proper error handling for edge cases like division by zero.

estudIA-MCP

estudIA-MCP

RAG-enabled MCP server that uses Google Gemini for embeddings and Supabase for vector storage, enabling semantic search and document similarity matching through natural language queries.

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

Sai Mcp Server

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

Please be more specific. "MCP server code for Saras" is too vague. To provide you with useful information, I need to know what you're trying to accomplish. For example, are you looking for: * **Code for a Minecraft server using the Mod Coder Pack (MCP) and specifically tailored for a mod called "Saras"?** If so, I need to know what "Saras" is supposed to *do*. What features does this mod add? What are its core mechanics? * **Code that *interacts* with a server running a "Saras" mod?** If so, what kind of interaction are you looking for? Are you trying to send commands, read data, or something else? * **Something else entirely?** The more details you give me, the better I can assist you. In the meantime, here's a general overview of what's involved in creating a Minecraft server with mods using MCP: 1. **Set up your development environment:** * Install Java Development Kit (JDK). * Download and set up your IDE (e.g., IntelliJ IDEA, Eclipse). * Download and set up the Mod Coder Pack (MCP). MCP is used to decompile, deobfuscate, and recompile Minecraft code. It's essential for modding. You'll need to choose the correct MCP version for the Minecraft version you're targeting. 2. **Decompile Minecraft:** Use MCP to decompile the Minecraft server and client code. This will give you readable (though still somewhat obfuscated) source code. 3. **Create your mod project:** Within your IDE, create a new project and set up the necessary dependencies (Minecraft libraries provided by MCP). 4. **Write your mod code:** This is where you implement the features of your "Saras" mod. You'll use the Minecraft API (exposed through MCP) to add new blocks, items, entities, commands, etc. 5. **Build your mod:** Compile your code into a `.jar` file. 6. **Set up a Minecraft server:** * Download the Minecraft server `.jar` file from Mojang. * Create a folder for your server. * Place the server `.jar` file in the folder. * Run the server once to generate the necessary configuration files (e.g., `server.properties`). 7. **Install your mod:** Place your mod's `.jar` file in the `mods` folder within your Minecraft server directory. You may also need to install Forge or Fabric, depending on how your mod is designed. 8. **Configure your server:** Edit the `server.properties` file to customize your server settings (e.g., game mode, difficulty, port). 9. **Run your server:** Start the server and test your mod. **Example (very basic, just to illustrate the structure):** Let's say "Saras" is a simple mod that adds a new block called "SarasBlock". Here's a simplified example of what the code might look like (using Forge): ```java // Example SarasMod.java (main mod class) package com.example.sarasmod; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.item.BlockItem; import net.minecraft.item.Item; import net.minecraft.item.ItemGroup; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.event.RegistryEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.registries.IForgeRegistry; import net.minecraftforge.registries.ObjectHolder; @Mod("sarasmod") // Replace with your mod ID public class SarasMod { public static final String MOD_ID = "sarasmod"; public SarasMod() { FMLJavaModLoadingContext.get().getModEventBus().addListener(this::setup); FMLJavaModLoadingContext.get().getModEventBus().addListener(this::doClientStuff); MinecraftForge.EVENT_BUS.register(this); } private void setup(final FMLCommonSetupEvent event) { // Some common setup code } private void doClientStuff(final FMLClientSetupEvent event) { // Do something that relies on the client only } @Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD) public static class RegistryEvents { @SubscribeEvent public static void onBlocksRegistry(final RegistryEvent.Register<Block> blockRegistryEvent) { blockRegistryEvent.getRegistry().register(new SarasBlock()); } @SubscribeEvent public static void onItemsRegistry(final RegistryEvent.Register<Item> itemRegistryEvent) { itemRegistryEvent.getRegistry().register(new BlockItem(SarasBlock.SARAS_BLOCK, new Item.Properties().group(ItemGroup.MISC)).setRegistryName(SarasBlock.SARAS_BLOCK.getRegistryName())); } } @ObjectHolder(MOD_ID + ":saras_block") public static SarasBlock sarasBlock; } // Example SarasBlock.java package com.example.sarasmod; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.util.ResourceLocation; public class SarasBlock extends Block { public static final SarasBlock SARAS_BLOCK = new SarasBlock(); public SarasBlock() { super(Block.Properties.create(Material.ROCK)); setRegistryName(new ResourceLocation(SarasMod.MOD_ID, "saras_block")); } } ``` **Important Considerations:** * **Minecraft Version:** The code and APIs change between Minecraft versions. Make sure you're using the correct MCP and Forge/Fabric versions for the Minecraft version you're targeting. * **Forge/Fabric:** Forge and Fabric are modding APIs that provide a more stable and easier-to-use interface for modding Minecraft. Most modern mods use one of these. You'll need to choose one and set it up in your development environment. * **Obfuscation:** Minecraft code is obfuscated, meaning the names of classes and methods are deliberately made difficult to understand. MCP helps with deobfuscation, but it's still not perfect. * **Licensing:** Be aware of the licensing terms of Minecraft and any libraries you use in your mod. **To get more specific code, please tell me:** * **What is "Saras"?** Describe the mod's functionality. * **What Minecraft version are you targeting?** * **Are you using Forge or Fabric?** * **What specific part of the server code are you interested in?** (e.g., adding a new command, handling a specific event, modifying existing game mechanics) Once I have this information, I can provide more relevant and helpful code examples.