Skip to content

my-mcp-hub/cat-mcp-server

Repository files navigation

Cat MCP Server

A cat mcp server

Setup

Usage

To use with Desktop APP, such as Claude, VSCode, Cline, Cherry Studio, Cursor, and so on, add the MCP server config below.

On Mac system:

{
  "mcpServers": {
    "cat-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cat-mcp-server"
      ]
    }
  }
}

On Window system:

{
  "mcpServers": {
    "cat-mcp-server": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "cat-mcp-server"
      ]
    }
  }
}

License

MIT

About

A cat mcp server

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •