Lite
Freeby MCP Community
A small, fetch-first implementation of the Model Context Protocol (MCP) server APIs.
v0.10.0Added Apr 12, 2026
Lite MCP Server
A small, fetch-first implementation of the Model Context Protocol (MCP) server APIs.
Installation
Reviews
Installation
Quick install
npx -y mcp-lite
Add to claude_desktop_config.json
{
"mcpServers": {
"lite": {
"command": "npx",
"args": ["-y", "mcp-lite"]
}
}
}