MCP Configtypescript

tsparticles MCP Config

MCP server configuration from tsparticles/tsparticles

View Source
.mcp.json
{
    "mcpServers": {
        "nx-mcp": {
            "type": "stdio",
            "command": "npx",
            "args": [
                "nx",
                "mcp"
            ]
        }
    }
}