SerpScoop

April 17, 2025 ยท View on GitHub

This is a fun & basic implementation of an MCP server - Build a functional MCP server - Integrate with clients of your choice.

Prerequisites

  • MCP SDK
  • UV pkg manager

Get Started

Connecting to Clients

Edit config file of your client to add the MCP servers of your choice.

{
  "mcpServers": {
        "serpscoop": {
        "command": "uv",
        "args": [
          "--directory",
          "path/to-your-/project-dir",
          "run",
          "main.py"
        ]
      }
  }
}

MCP Python SDK Documentation

https://github.com/modelcontextprotocol/python-sdk