mcp-servers

shaik-noor/mcp-servers
★ 1 stars TypeScript File System Updated 5d 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",
        "shaik-noor/mcp-servers"
      ]
    }
  }
}

README Excerpt

This repository is a collection of Model Context Protocol (MCP) servers. - **[OneNote MCP](./onenote-mcp)**: An MCP server that connects Claude with Microsoft OneNote via the Microsoft Graph API. It enables searching, reading, creating, and updating OneNote pages. To add a new MCP server: 1. Create a subdirectory under this root folder.