Skip to content
Cursor

meowfacts mcp for Cursor

io.github.mrfentmen/meowfacts-mcp

Random cat facts from the free MeowFacts API.

client:Cursor transport:stdio runtime:npm

Install meowfacts mcp in Cursor

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

{
  "mcpServers": {
    "meowfacts-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "meowfacts-mcp"
      ]
    }
  }
}

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

meowfacts mcp in other clients