Discover Awesome MCP Servers

Extend your agent with 26,843 capabilities via MCP servers.

All26,843
Veo 3.1 MCP Server

Veo 3.1 MCP Server

Enables high-quality AI video generation using Google's Veo 3.1 model for text-to-video, style-guided, and frame-interpolation tasks. It features token-efficient reference image handling, batch processing, and video extension capabilities with built-in cost estimation.

MCP Book Search Server

MCP Book Search Server

An intelligent book search server that leverages Aladin Book API and OpenAI GPT to transform natural language search requests into structured search parameters for finding relevant books.

MCP Server Demo

MCP Server Demo

A demonstration MCP server that provides calculator tools for arithmetic operations, personalized greeting resources, and code review prompt templates. Enables users to perform basic math calculations, generate dynamic greetings, and access reusable code review templates through the Model Context Protocol.

Google Drive MCP Server

Google Drive MCP Server

Enables AI agents to efficiently access and process Google Drive documents by converting them to markdown and offering selective content extraction. Features intelligent caching, advanced search capabilities, and respect for Drive permissions to optimize context window usage.

mcp-test

mcp-test

Unfortunately, "mcp server" is a very ambiguous term. It could refer to several things, making it difficult to provide specific tutorials on integrating it with LLM (Large Language Model) applications. To give you the most helpful information, I need to know what you mean by "mcp server." Here are some possibilities and how I can help if you clarify: **1. If "mcp server" refers to a Minecraft Server:** * **What kind of integration are you looking for?** Examples: * **Chatbot Integration:** Using an LLM to create a chatbot that interacts with players in the Minecraft server. The LLM could answer questions, provide guidance, or even generate quests. * **World Generation:** Using an LLM to generate terrain, structures, or stories within the Minecraft world. * **Game Mastering:** Using an LLM to act as a game master, creating dynamic events and challenges for players. * **What programming language are you using?** (e.g., Python, Java, JavaScript) * **What Minecraft server software are you using?** (e.g., Vanilla, Spigot, Paper, Fabric) * **What LLM are you planning to use?** (e.g., OpenAI's GPT models, Google's PaLM, open-source models like Llama 2) **Example (Hypothetical - Minecraft Chatbot with Python and OpenAI):** If you wanted to create a chatbot in Python that interacts with a Spigot Minecraft server using OpenAI's GPT models, you would need to: 1. **Set up a Spigot Minecraft Server:** Follow a Spigot setup tutorial. 2. **Install a Spigot Plugin:** You'd need to write a Spigot plugin (in Java) that: * Listens for chat messages from players. * Sends those messages to your Python script. * Receives responses from your Python script. * Sends those responses back to the Minecraft chat. 3. **Write a Python Script:** This script would: * Receive chat messages from the Spigot plugin. * Send the messages to the OpenAI API. * Receive the LLM's response. * Send the response back to the Spigot plugin. **Translation (Vietnamese):** Nếu "mcp server" là máy chủ Minecraft, bạn muốn tích hợp nó với ứng dụng LLM (Mô hình Ngôn ngữ Lớn) như thế nào? Ví dụ: * **Tích hợp Chatbot:** Sử dụng LLM để tạo chatbot tương tác với người chơi trong máy chủ Minecraft. LLM có thể trả lời câu hỏi, cung cấp hướng dẫn hoặc tạo nhiệm vụ. * **Tạo Thế Giới:** Sử dụng LLM để tạo địa hình, công trình hoặc câu chuyện trong thế giới Minecraft. * **Quản Trò Chơi:** Sử dụng LLM để đóng vai trò quản trò chơi, tạo ra các sự kiện và thử thách động cho người chơi. Bạn đang sử dụng ngôn ngữ lập trình nào? (ví dụ: Python, Java, JavaScript) Bạn đang sử dụng phần mềm máy chủ Minecraft nào? (ví dụ: Vanilla, Spigot, Paper, Fabric) Bạn định sử dụng LLM nào? (ví dụ: GPT của OpenAI, PaLM của Google, các mô hình mã nguồn mở như Llama 2) **2. If "mcp server" refers to something else (e.g., a specific software product, a custom server application):** * **Please provide more details about what "mcp server" is.** What software is it? What is its purpose? Where can I find documentation about it? **Once you provide more information, I can give you more specific and helpful tutorials and examples.** **General Considerations for LLM Integration:** Regardless of what "mcp server" is, here are some general things to keep in mind when integrating with LLMs: * **API Keys and Authentication:** You'll need to obtain API keys from the LLM provider (e.g., OpenAI) and handle authentication securely. * **Rate Limiting:** LLM APIs often have rate limits. You'll need to implement strategies to avoid exceeding these limits (e.g., caching responses, using queues). * **Prompt Engineering:** The quality of the LLM's output depends heavily on the prompts you provide. Experiment with different prompts to get the desired results. * **Error Handling:** Handle errors gracefully, such as network errors, API errors, and invalid responses. * **Security:** Be careful about sending sensitive data to the LLM. Consider sanitizing inputs to prevent prompt injection attacks. * **Cost:** LLM APIs can be expensive. Monitor your usage and optimize your prompts to reduce costs. **Translation (Vietnamese):** **Các cân nhắc chung khi tích hợp LLM:** Bất kể "mcp server" là gì, đây là một số điều chung cần ghi nhớ khi tích hợp với LLM: * **Khóa API và Xác thực:** Bạn cần lấy khóa API từ nhà cung cấp LLM (ví dụ: OpenAI) và xử lý xác thực một cách an toàn. * **Giới hạn Tốc độ:** API LLM thường có giới hạn tốc độ. Bạn cần triển khai các chiến lược để tránh vượt quá các giới hạn này (ví dụ: lưu trữ phản hồi, sử dụng hàng đợi). * **Kỹ thuật Prompt:** Chất lượng đầu ra của LLM phụ thuộc nhiều vào các prompt bạn cung cấp. Thử nghiệm với các prompt khác nhau để có được kết quả mong muốn. * **Xử lý Lỗi:** Xử lý lỗi một cách duyên dáng, chẳng hạn như lỗi mạng, lỗi API và phản hồi không hợp lệ. * **Bảo mật:** Cẩn thận khi gửi dữ liệu nhạy cảm đến LLM. Cân nhắc làm sạch đầu vào để ngăn chặn các cuộc tấn công chèn prompt. * **Chi phí:** API LLM có thể tốn kém. Theo dõi mức sử dụng của bạn và tối ưu hóa các prompt của bạn để giảm chi phí. Please provide more details about what you mean by "mcp server" so I can give you more specific guidance.

@squidlerio/mcp

@squidlerio/mcp

An MCP proxy that connects AI clients to the remote Squidler MCP server while providing local Chrome session management for testing localhost URLs. It enables transparent tool forwarding and allows browser-based test cases to run through a local browser instead of cloud instances.

MISP MCP Server

MISP MCP Server

Một máy chủ Giao thức Ngữ cảnh Mô hình (MCP) tích hợp với MISP (Nền tảng Chia sẻ Thông tin về Phần mềm độc hại) để cung cấp các khả năng tình báo về mối đe dọa cho các Mô hình Ngôn ngữ Lớn.

Tavily Web Search MCP Server

Tavily Web Search MCP Server

Enables web search capabilities through the Tavily API, allowing users to search the web for information using natural language queries. Demonstrates MCP (Model Context Protocol) server implementation with stdio transport mode.

Wordle MCP (Python)

Wordle MCP (Python)

Fetches Wordle solutions from the Wordle API for dates ranging from May 19, 2021 to 23 days in the future.

Financial MCP Server

Financial MCP Server

Provides professional-grade access to financial and economic data from Yahoo Finance and the Federal Reserve Economic Data (FRED). It enables users to perform comprehensive stock analysis, screen equities, and retrieve a wide range of macroeconomic indicators and historical data.

Credit Optimizer v5

Credit Optimizer v5

AI-powered credit optimization for Manus AI. Reduces credit consumption by 30-75% through intelligent model routing, context hygiene, and smart task processing. Audited across 53 scenarios with zero quality loss.

SuiAgentic

SuiAgentic

A FastAPI-based application that enables document embedding and semantic retrieval using Qdrant vector database, allowing users to convert documents into embeddings and retrieve relevant content through natural language queries.

Elysia MCP Plugin

Elysia MCP Plugin

A comprehensive ElysiaJS plugin for building Model Context Protocol (MCP) servers with HTTP transport, session management, and support for tools, resources, and prompts.

Flights MCP

Flights MCP

Flights MCP

Interzoid Global Time API Server

Interzoid Global Time API Server

An MCP server that allows users to get global time information via Interzoid's GetGlobalTime API, enabling access to time data across different regions through natural language.

Weather & Stock MCP Server

Weather & Stock MCP Server

Cung cấp cảnh báo thời tiết theo thời gian thực, dự báo thời tiết, giá cổ phiếu, dữ liệu lịch sử và tin tức liên quan đến cổ phiếu thông qua giao diện MCP.

Youtube Transcript Download

Youtube Transcript Download

MCP Azure DevOps Server

MCP Azure DevOps Server

An open-source server that enables AI agents to interact with Azure DevOps projects through the Model Context Protocol, providing tools for managing work items, wikis, and repositories to streamline development workflows.

Rowan MCP Server

Rowan MCP Server

Enables molecular design and simulation through 45 chemistry tools including pKa calculations, geometry optimization, conformer searches, docking, protein cofolding, and ADMET predictions powered by Rowan's computational chemistry platform.

Vibe Preprocessing and Analysis MCP Server

Vibe Preprocessing and Analysis MCP Server

Enables users to preprocess, analyze, and visualize CSV data through comprehensive tools for data manipulation, statistical analysis, and graph generation.

Jokes MCP Server

Jokes MCP Server

An MCP server implementation that delivers various joke types (Chuck Norris, Dad jokes, etc.) to Microsoft Copilot Studio and GitHub Copilot through the Model Context Protocol.

powerbi-tabular-mcp

powerbi-tabular-mcp

tabular-mcp

Meeting Room MCP Server

Meeting Room MCP Server

A simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.

atlas-browser-mcp

atlas-browser-mcp

Enables AI agents to navigate the web visually using screenshot-based interaction and Set-of-Mark labeling for interactive elements. It supports humanized browsing behaviors, anti-detection measures, and complex tasks like multi-click CAPTCHA solving.

qasphere-mcp

qasphere-mcp

Máy chủ QA Sphere MCP cho phép các Mô hình Ngôn ngữ Lớn tương tác trực tiếp với các trường hợp kiểm thử của hệ thống quản lý kiểm thử, hỗ trợ quy trình phát triển dựa trên AI và khám phá các trường hợp kiểm thử.

MCP Planning Server

MCP Planning Server

Provides structured task planning and tracking capabilities with 40 tools for managing requirements, solutions, architectural decisions, and hierarchical implementation phases with progress tracking.

MCP Server Tools

MCP Server Tools

Provides basic utility tools including calculator for arithmetic operations, text processor for string transformations, and JSON formatter for validating and formatting JSON data.

NetBox Read/Write MCP Server

NetBox Read/Write MCP Server

A Model Context Protocol server that provides safe, intelligent read/write access to NetBox instances, designed with safety-first principles for Large Language Model automation.

MCP Excel Server

MCP Excel Server

An MCP server that enables AI agents to automate Excel file operations including workbook creation, worksheet management, and data manipulation. It provides a standardized interface for reading, writing, merging, and filtering cell ranges within Excel documents.

CodeAnalysis MCP Server

CodeAnalysis MCP Server

Một máy chủ Giao thức Ngữ cảnh Mô hình toàn diện cho phân tích mã nâng cao, cung cấp các công cụ cho phân tích cú pháp, trực quan hóa sự phụ thuộc và hỗ trợ quy trình phát triển được hỗ trợ bởi AI.