drio
Open app

jarvisMCP

Source

MCP Server of Jarvis

Catalog onlyCatalog onlySTDIO

Overview

jarvisMCP is the MCP (Minecraft) server for the Jarvis project, designed to enhance the gaming experience by providing a dedicated server environment.

To use jarvisMCP, clone the repository from GitHub, set up the server environment, and configure the server settings as per your requirements.

  • Dedicated server for Minecraft gameplay - Customizable server settings - Support for various Minecraft plugins
  1. Hosting multiplayer Minecraft games.
  2. Creating custom game modes and experiences.
  3. Managing player interactions and server events.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "jarvismcp-getharshonline": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jarvismcp-getharshonline"
      ]
    }
  }
}

VS Code (Copilot)

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

.vscode/mcp.json

{
  "servers": {
    "jarvismcp-getharshonline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jarvismcp-getharshonline"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "jarvismcp-getharshonline": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jarvismcp-getharshonline"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "jarvismcp-getharshonline": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jarvismcp-getharshonline"
      ]
    }
  }
}

FAQ

Is jarvisMCP free to use?

Yes! jarvisMCP is open-source and free to use under the MIT license.

Can I customize the server settings?

Yes! jarvisMCP allows for extensive customization of server settings to suit your gameplay needs.

Where can I find support for jarvisMCP?

You can find support and documentation on the GitHub repository.