my-mcp-hub/cat-mcp-server
3.2
If you are the rightful owner of cat-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured overview of a Model Context Protocol (MCP) server template designed for Node.js applications, offering a foundation for building MCP-compatible servers with support for multiple transport protocols.
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"
]
}
}
}