mcp-servers

nspr-io/mcp-servers
★ 4 stars TypeScript 🤖 AI/LLM Updated 8d ago
Production-ready MCP connectors for popular SaaS tools. Works with Claude Desktop, Cursor, Rebel, and any MCP host.
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",
        "nspr-io/mcp-servers"
      ]
    }
  }
}