mcp-servers

himanshu0807/mcp-servers
★ 0 stars JavaScript File System Updated 2d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "himanshu0807/mcp-servers"
      ]
    }
  }
}

README Excerpt

A collection of MCP (Model Context Protocol) servers for various integrations. | Server | Description | |--------|-------------| | [google-forms-mcp](./google-forms-mcp/) | Google Forms management — create forms, add questions, collect responses, export to Sheets | Each subdirectory contains a standalone MCP server with its own README, dependencies, and build instructions. Navigate into any server folder to get started.