aihappey-mcp

achappey/aihappey-mcp
★ 0 stars C# Security Updated today
MCP backend implementing the Model Context Protocol to expose resources, prompts, tools and sampling endpoints through a single interface. Hosts and routes 400+ MCP servers, allowing AI clients to discover and use integrations through a consistent, standards-based endpoint with unified authentication and routing.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aihappey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "achappey/aihappey-mcp"
      ]
    }
  }
}

Topics

model-context-protocol