mcp-server

NawazAli20/mcp-server
★ 0 stars Jupyter Notebook API Integration Updated 3d ago
Create your own 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-server": {
      "command": "npx",
      "args": [
        "-y",
        "NawazAli20/mcp-server"
      ]
    }
  }
}

README Excerpt

Build your first custom Model Context Protocol (MCP) server with Python and FastMCP. This YouTube class shows how to expose two Python functions as MCP tools, read a local course catalog, and test the tools in MCP Inspector. | Tool | Purpose | | --- | --- | | `get_course_list()` | Return the ID and title of each available course. |

Tools (1)

STDIO