PluginBench
MCP Server
Active

io.github.chrischall/crowntowncompost-mcp MCP Server

io.github.chrischall/crowntowncompost-mcp

What is the io.github.chrischall/crowntowncompost-mcp MCP server?

Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).

How to install io.github.chrischall/crowntowncompost-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CROWNTOWN_USERNAME
    required

    Your portal.crowntowncompost.com username or email address

  • CROWNTOWN_PASSWORD
    required
    secret

    Your Crown Town Compost customer-portal password

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crowntowncompost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "env": {
        "CROWNTOWN_USERNAME": "<YOUR_CROWNTOWN_USERNAME>",
        "CROWNTOWN_PASSWORD": "<YOUR_CROWNTOWN_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "crowntowncompost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "env": {
        "CROWNTOWN_USERNAME": "<YOUR_CROWNTOWN_USERNAME>",
        "CROWNTOWN_PASSWORD": "<YOUR_CROWNTOWN_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "crowntowncompost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "env": {
        "CROWNTOWN_USERNAME": "<YOUR_CROWNTOWN_USERNAME>",
        "CROWNTOWN_PASSWORD": "<YOUR_CROWNTOWN_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "crowntowncompost-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "env": {
        "CROWNTOWN_USERNAME": "<YOUR_CROWNTOWN_USERNAME>",
        "CROWNTOWN_PASSWORD": "<YOUR_CROWNTOWN_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add crowntowncompost-mcp --env CROWNTOWN_USERNAME=<YOUR_CROWNTOWN_USERNAME> --env CROWNTOWN_PASSWORD=<YOUR_CROWNTOWN_PASSWORD> -- npx -y crowntowncompost-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Groupon deals for Claude — search and browse local, goods, and travel deals

2
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →