MCP.so
Sign In
Servers

MCPLite

@acesanderson

MCP client/server framework from scratch

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "MCPLite": {
      "command": "python",
      "args": [
        "my_server.py"
      ]
    }
  }
}

More from Other