drio
Open app

My MCP Servers 🛠

Source

A collection of my MCP servers.

Catalog onlyCatalog onlySTDIO

Overview

My MCP Servers is a collection of servers that utilize the Model Context Protocol (MCP) to enable standardized integration and communication between tools and AI applications.

To use My MCP Servers, follow the quickstart tutorial to set up your server, install dependencies, and run it locally. You can also monitor your server using the MCP Inspector tool.

  • Seamless integration between MCP servers and clients. - Easy setup and development of new servers. - Monitoring tools for server development.
  1. Creating weather data servers for AI applications.
  2. Developing custom tools that can be accessed via MCP.
  3. Integrating various applications with standardized communication protocols.

Add to your AI client

Use these steps to connect My MCP 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": {
    "my-mcp-servers-nengelmann": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-my-mcp-servers-nengelmann"
      ]
    }
  }
}

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": {
    "my-mcp-servers-nengelmann": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-my-mcp-servers-nengelmann"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What is the Model Context Protocol (MCP)?

MCP is a protocol that serves tools and agents similarly to how REST APIs serve applications, enabling standardized integration.

How do I create a new MCP server?

You can create a new server by following the setup structure and running the provided commands in the development guide.

Is there documentation available for My MCP Servers?

Yes! Essential links and a quickstart tutorial are provided in the project documentation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1419,"uuid":"02632964-3d0e-4945-a990-a703465be729","name":"my-mcp-servers","title":"My MCP Servers 🛠","description":"A collection of my MCP servers.","avatar_url":"https://avatars.githubusercontent.com/u/120744129?v=4","created_at":"2025-02-20T15:42:13.426Z","updated_at":"2025-02-23T07:21:38.341Z","status":"created","author_name":"nengelmann","author_avatar_url":"https://avatars.githubusercontent.com/u/120744129?v=4","tags":"mcp,server,development","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/nengelmann/my-mcp-servers","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/770df5747235689e039bc398b6bd1ab08de65cbef94973824b912dddc8bec1fc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d43502d5365727665722d626c7565","type":null,"metadata":null,"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"}]]}]