drio
Open app

My MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

My MCP Server is an open protocol enabling applications to connect language models (LLMs) with various data sources and tools in a standardized way, akin to a USB-C port for AI applications.

To use My MCP Server, download the Claude Desktop application, build the MCP server, and register it in the application's configuration settings.

  • Standardized communication between AI models and data sources. - Easy integration with existing AI applications. - Supports multiple server connections for enhanced data interaction.
  1. Connecting AI applications to local databases for real-time data access.
  2. Integrating web APIs for enhanced functionality in AI applications.
  3. Building custom AI solutions by leveraging multiple data sources seamlessly.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

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

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What is the Model Context Protocol (MCP)?

MCP is an open protocol that standardizes how applications provide context to LLMs, making integration more straightforward.

How do I set up My MCP Server?

Follow the installation instructions provided in the documentation, including downloading the Claude Desktop app and configuring the MCP server.

Can I use My MCP Server on any operating system?

Yes, installation instructions are available for macOS and other operating systems in the official documentation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":766,"uuid":"284b96af-3c37-48a6-a366-ee1c6ba9991d","name":"my-mcp-server","title":"My MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/50891407?v=4","created_at":"2024-12-30T03:30:47.933Z","updated_at":"2025-01-05T02:54:44.632Z","status":"created","author_name":"Alesion30","author_avatar_url":"https://avatars.githubusercontent.com/u/50891407?v=4","tags":"MCP,server,AI-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Alesion30/my-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/Alesion30/my-mcp-server/raw/main/images/mcp-server-setting.png","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"}]]}]

My MCP Server — MCP Registry