pulsemcp-server

orliesaurus/pulsemcp-server
★ 28 stars JavaScript 📦 Other Updated 3mo ago
An MCP server that helps you find MCP servers that are listed on PulseMCP.com
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pulsemcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "orliesaurus/pulsemcp-server"
      ]
    }
  }
}