drio
Open app

Model Context Protocol servers

Source

Catalog onlyCatalog onlySTDIO

Overview

Model Context Protocol (MCP) servers are reference implementations that provide secure and controlled access for Large Language Models (LLMs) to various tools and data sources. This repository showcases the versatility of MCP through various server implementations.

To use MCP servers, you can run them directly using npx for TypeScript-based servers or uvx/pip for Python-based servers. For example, to start the Memory server, you can use: sh npx -y @modelcontextprotocol/server-memory

  • A collection of reference implementations for MCP. - Integration with various tools and data sources like AWS, Google Drive, GitHub, and more. - Support for both TypeScript and Python SDKs. - Community-driven development with numerous third-party and official integrations.
  1. Enabling LLMs to interact with cloud services like AWS and Google Drive.
  2. Automating browser tasks and web scraping.
  3. Managing databases and performing data analysis.
  4. Facilitating project management through integrations with tools like Jira and GitHub.

Add to your AI client

Use these steps to connect Model Context Protocol servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-servers-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-w-jeon"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-servers-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-w-jeon"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-servers-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-w-jeon"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-servers-w-jeon": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-w-jeon"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-servers-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-w-jeon"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-servers-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-servers-w-jeon"
      ]
    }
  }
}

FAQ

**What is the Model Context Protocol?**

It is a protocol designed to give LLMs secure access to various tools and data sources.

**Can I create my own MCP server?**

Yes! The documentation provides comprehensive guides on creating custom MCP servers.

**Is there community support available?**

Yes! You can join the GitHub Discussions or the community Discord server for support.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2516,"uuid":"a2ffdd6d-d591-4c09-8607-5a9a0013c7ec","name":"mcp-servers","title":"Model Context Protocol servers","description":"","avatar_url":"https://avatars.githubusercontent.com/u/165885115?v=4","created_at":"2025-03-13T08:31:42.377Z","updated_at":"2025-03-13T08:50:04.878Z","status":"created","author_name":"w-jeon","author_avatar_url":"https://avatars.githubusercontent.com/u/165885115?v=4","tags":"mcp-servers,model-context-protocol,llm-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/w-jeon/mcp-servers","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/57db0da3ca318ae4128b8fac9bceebf8fa7a236b58966ab3ea5416b81158b05b/68747470733a2f2f6178696f6d2e636f2f66617669636f6e2e69636f","type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-12 09:29:05\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]