mcpbeat Sign in

Crowntowncompost MCP Server

local only

Crowntowncompost MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 410 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 377 · avg 14
a month agotoday
410
Installs / week
npm · crowntowncompost-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Crowntowncompost MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add crowntowncompost-mcp -- npx -y crowntowncompost-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crowntowncompost-mcp": {
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crowntowncompost-mcp]
command = "npx"
args = ["-y", "crowntowncompost-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "crowntowncompost-mcp": {
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crowntowncompost-mcp": {
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CROWNTOWN_SESSION_COOKIE (A Cookie header from an already-signed-in portal session ("sessionid=...; csrftoken=..."). Supply this and no password is needed — the login is skipped entirely.), CROWNTOWN_USERNAME (Your portal.crowntowncompost.com username or email address. Needed only if you are not supplying CROWNTOWN_SESSION_COOKIE.), CROWNTOWN_PASSWORD (Your Crown Town Compost customer-portal password. Needed only if you are not supplying CROWNTOWN_SESSION_COOKIE.), CROWNTOWN_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), CROWNTOWN_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.crowntowncompost-mcp/session.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Crowntowncompost MCP

same job, measured the same way
C
Syncrosecure
by syncrosecure

Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.

answering
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
Syncro
by wyre-ai

MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.

local only
Syncro
by wyre-technology

MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.

local only
Orb
by usefulapi

Read Orb customers, subscriptions, invoices, usage and costs; create or update customers.

26 tools answering
Quickbooks
by pipeworx-io

QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.

41 tools answering
Apollo Invoicing
by 404-studio

Manage Apollo invoices and customers with entity-scoped OAuth and optional read/write access.

answering

Crowntowncompost MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Crowntowncompost MCP?
Crowntowncompost MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package crowntowncompost-mcp was installed 410 times last week.
How do I connect Crowntowncompost MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls crowntowncompost-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Crowntowncompost MCP?
The npm package crowntowncompost-mcp was installed 410 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Crowntowncompost MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.