Best of mcpMay 2025

  1. 1
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·45w

    The Full MCP Blueprint

    MCP (Model Context Protocol) provides a standardized way for LLMs to interact with tools and capabilities, solving the M×N integration problem where every tool needs manual connection to every model. The protocol enables dynamic tool discovery, plug-and-play interoperability between systems like Claude and Cursor, and transforms AI development from prompt engineering to systems engineering. MCP uses a Host-Client-Server architecture with JSON-RPC communication and supports various transport mechanisms including Stdio and HTTP.

  2. 2
    Article
    Avatar of communityCommunity Picks·46w

    Arindam200/awesome-ai-apps: Collection of AI Applications

    A curated collection of AI application examples and tutorials featuring popular frameworks like LangChain, LlamaIndex, CrewAI, and Pydantic AI. The repository includes practical implementations of chatbots, AI agents, and LLM-powered applications, along with integration examples for various tools and APIs. It provides setup instructions, video tutorials, and welcomes community contributions for building modern AI applications.

  3. 3
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·46w

    Build an MCP Server to Connect to 200+ Data Sources

    A guide to building a Model Context Protocol (MCP) server using MindsDB that can connect to over 200 data sources including Slack, Gmail, GitHub, and Hacker News. The setup uses Docker for local hosting and integrates with Cursor IDE, providing tools to list databases and query federated data through a unified interface. The implementation demonstrates practical use cases like fetching Hacker News data, sending formatted summaries to Slack, and retrieving Gmail messages.

  4. 4
    Video
    Avatar of bytegradByteGrad·46w

    Build Next.js MCP - Your Website & MCP-Server In 1 App!

    A comprehensive tutorial demonstrating how to build a Next.js application that includes both a traditional website and an MCP (Model Context Protocol) server in a single app. The guide covers creating MCP tools that AI agents can invoke, implementing course recommendation functionality based on user experience level, deploying to Vercel with Redis integration, and testing the MCP server with GitHub Copilot. The tutorial also showcases CodeRabbit for automated code reviews and includes practical examples of AI agent interactions with custom MCP endpoints.

  5. 5
    Article
    Avatar of communityCommunity Picks·50w

    php-mcp/server: Core PHP implementation for the Model Context Protocol (MCP) server

    php-mcp/server is a PHP library designed to simplify the creation of Model Context Protocol (MCP) compliant servers. It facilitates exposing PHP methods as MCP Tools, Resources, or Prompts using PHP 8 Attributes, supporting a specific protocol version and integrating with various MCP clients. The library is PSR-compliant, allowing flexible configurations and integration with different PHP frameworks. Users can set up MCP elements using attribute-based definitions or manual registration, and the package supports multiple transport mechanisms including stdio and HTTP+SSE.

  6. 6
    Article
    Avatar of hnHacker News·47w

    chatmcp/mcpso: directory for Awesome MCP Servers

    Guidance on setting up and running an MCP server directory, using Supabase for database creation and management. Includes steps for cloning a repository, installing dependencies, setting environment variables, and running a development server for preview.