crowntowncompost mcp for Cursor
io.github.chrischall/crowntowncompost-mcp
Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).
client:Cursor
transport:stdio
runtime:npm
Install crowntowncompost mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crowntowncompost-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crowntowncompost-mcp"
],
"env": {
"CROWNTOWN_SESSION_COOKIE": "<CROWNTOWN_SESSION_COOKIE>",
"CROWNTOWN_USERNAME": "<CROWNTOWN_USERNAME>",
"CROWNTOWN_PASSWORD": "<CROWNTOWN_PASSWORD>",
"CROWNTOWN_SESSION_CACHE": "<CROWNTOWN_SESSION_CACHE>",
"CROWNTOWN_SESSION_FILE": "<CROWNTOWN_SESSION_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs