What is the Statec Lu MCP server?
STATEC (Institut national de la statistique et des études économiques du
How to install Statec Lu
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"statec-lu": {
"url": "https://gateway.pipeworx.io/statec-lu/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"statec-lu": {
"serverUrl": "https://gateway.pipeworx.io/statec-lu/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"statec-lu": {
"type": "http",
"url": "https://gateway.pipeworx.io/statec-lu/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"statec-lu": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/statec-lu/mcp"
]
}
}
}Claude Code
claude mcp add --transport http statec-lu https://gateway.pipeworx.io/statec-lu/mcp