MCP-Server

Rudra1402/MCP-Server
★ 1 stars TypeScript 🤖 AI/LLM Updated 25d ago
Implementation of stdio and streamable-http servers for Agentic hosts that support MCP clients
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Rudra1402/MCP-Server"
      ]
    }
  }
}