MCP-Server-Practice

Rehman047/MCP-Server-Practice
★ 0 stars Python 💻 Code/Dev Tools Updated today
This repository will hold practice code for my MCP server learning journey
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": {
    "mcp-server-practice": {
      "command": "uvx",
      "args": [
        "mcp-server-practice"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-practice