Best of mcpMarch 2025

  1. 1
    Article
    Avatar of communityCommunity Picks·1y

    chatmcp/mcp-directory: directory for Awesome MCP Servers

    A comprehensive guide on setting up a directory for Awesome MCP Servers. The instructions cover cloning the repository, installing dependencies, setting up a database with Supabase, configuring environment variables, and running a development server.

  2. 2
    Video
    Avatar of fireshipFireship·1y

    I gave Claude root access to my server... Model Context Protocol explained

    Developers are increasingly adopting the model context protocol (mCP), which is a new standard for building APIs that provides better context for large language models (LLMs). By connecting resources and tools in a server environment, mCP allows these models to perform tasks like writing to databases or managing cloud infrastructure. The post explains how to set up an mCP server, highlights its advantages over traditional API architectures, and discusses the future impact of AI-generated code.

  3. 3
    Article
    Avatar of communityCommunity Picks·1y

    modelcontextprotocol/servers: Model Context Protocol Servers

    The repository contains reference implementations of Model Context Protocol (MCP) servers, showcasing their versatility and extensibility. These servers allow Large Language Models (LLMs) to securely access tools and data sources. The implementations use TypeScript and Python SDKs, and cover various applications such as AI image generation, secure file operations, database interaction, and web content retrieval. Official integrations and community-built servers are also highlighted, along with guidance for contributing and setting up MCP servers.