An extremely lightweight MCP server implementation for Java applications.
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-light": {
"command": "npx",
"args": [
"-y",
"scorbo2/mcp-light"
]
}
}
}
Run in terminal:
claude mcp add mcp-light npx -y scorbo2/mcp-light
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-light": {
"command": "npx",
"args": [
"-y",
"scorbo2/mcp-light"
]
}
}
}