drio
Open app

Mcp Bets

Source

bets mcp

Catalog onlyCatalog onlySTDIO

Overview

Mcp Bets is a directory for Awesome MCP Servers, providing users with a centralized resource to find and connect with various MCP servers.

To use Mcp Bets, clone the repository from GitHub, install the necessary dependencies, set up a database with Supabase, configure environment variables, and run the development server to preview the site.

  • Comprehensive directory of MCP servers - Easy setup and installation process - Community support through Telegram and Discord
  1. Finding and joining MCP servers for gaming.
  2. Connecting with other MCP server enthusiasts.
  3. Contributing to the MCP server community.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

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

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

How do I set up the database?

You can create a database using Supabase and run the SQL file provided in the repository.

Is there community support available?

Yes! You can join the MCP Server Telegram and Discord channels for community support.

Can I contribute to the directory?

Absolutely! Contributions to the directory are welcome.