drio
Open app

yop-mcp-server

Source

Catalog onlyCatalog onlySTDIO

Overview

The yop-mcp-server is a Java project developed using Roo Code, aimed at providing a server-side solution for various applications.

To use yop-mcp-server, clone the repository from GitHub, set up your Java environment, and follow the instructions in the README file to run the server.

  • Built with Java and Roo Code for efficient development. - Modular architecture for easy customization and scalability. - Supports various server-side functionalities.
  1. Developing backend services for web applications.
  2. Creating RESTful APIs for mobile applications.
  3. Implementing microservices architecture.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What programming language is used in yop-mcp-server?

The project is developed in Java.

Is there any documentation available?

Yes, documentation is provided in the GitHub repository.

What license is yop-mcp-server under?

The project is licensed under the Apache-2.0 license.