Skip to content
Cursor

SassyMCP for Cursor

io.github.sassyconsultingllc/sassymcp

One MCP server that replaces 75+ — 278 tools in a single exe, smart-loaded.

client:Cursor transport:stdio runtime:pypi

Install SassyMCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sassymcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sassymcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SassyMCP in other clients