PluginBench
MCP Server
Maintained
MIT

io.github.Koneisto/no-as-a-service MCP Server

io.github.Koneisto/no-as-a-service

What is the io.github.Koneisto/no-as-a-service MCP server?

1000+ creative ways to say no. Polite, humorous, professional rejection responses.

How to install io.github.Koneisto/no-as-a-service

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "no-as-a-service": {
      "command": "npx",
      "args": [
        "-y",
        "no-as-service"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "no-as-a-service": {
      "command": "npx",
      "args": [
        "-y",
        "no-as-service"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "no-as-a-service": {
      "command": "npx",
      "args": [
        "-y",
        "no-as-service"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "no-as-a-service": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "no-as-service"
      ]
    }
  }
}
Claude Code
claude mcp add no-as-a-service -- npx -y no-as-service

Related MCP servers

Control Home Assistant lights and scenes. Lights only by design for safety.

0
JavaScript
MIT
View repository →