playz-mcp-server

joobisb/playz-mcp-server

3.1

If you are the rightful owner of playz-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A remote Model Context Protocol (MCP) server designed for playz.one, utilizing Cloudflare Workers for deployment.

Remote MCP Server

A remote Model Context Protocol (MCP) server built for playz.one using Cloudflare Workers.

Setup

Local Development

  1. Install dependencies:

    npm install
    
  2. Create .dev.vars file with required environment variables:

    SUPABASE_URL=your_supabase_url
    SUPABASE_PUBLISHABLE_KEY=your_supabase_publishable_key
    
  3. Run locally:

    npm run dev
    

Deployment

Simple deployment to Cloudflare Workers for remote MCP functionality.

For detailed setup instructions, see the Cloudflare Workers documentation.

Testing

Test the server using the MCP inspector:

npx @modelcontextprotocol/inspector