Simpliq Server runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi.
Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add simpliq-server -- uvx simpliq-mcp-server-dev-test
{
"mcpServers": {
"simpliq-server": {
"args": [
"simpliq-mcp-server-dev-test"
],
"command": "uvx"
}
}
}
[mcp_servers.simpliq-server]
command = "uvx"
args = ["simpliq-mcp-server-dev-test"]
{
"mcpServers": {
"simpliq-server": {
"args": [
"simpliq-mcp-server-dev-test"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"simpliq-server": {
"args": [
"simpliq-mcp-server-dev-test"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.