mcp-servers

pulsemcp/mcp-servers
★ 64 stars TypeScript 🔒 Security Updated 10d ago
MCP (Model Context Protocol) Servers authored and maintained by the PulseMCP team. We build reliable servers thoughtfully designed specifically for MCP Client-powered workflows.
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": {
    "mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "pulsemcp/mcp-servers"
      ]
    }
  }
}