e18e for Claude Desktop
dev.e18e/e18e
The official e18e MCP server keeping your agent in check from installing bloated dependencies.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:3
Install e18e in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"e18e": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.e18e.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs