Claude Code
Terminal
content_copy
Copy
claude mcp add staticx --scope user \
--env STATICX_API_TOKEN=sx_replace_with_your_token \
--env STATICX_API_BASE_URL=https://staticx.site/api/v1 \
-- npx -y staticx-mcp-server
Adds StaticX for your user account. Run claude mcp list to verify the connection.
{
"mcpServers": {
"staticx": {
"command": "npx",
"args": [
"-y",
"staticx-mcp-server"
],
"env": {
"STATICX_API_TOKEN": "sx_replace_with_your_token",
"STATICX_API_BASE_URL": "https://staticx.site/api/v1"
}
}
}
}
Open Cursor Settings > MCP, save the file, then refresh the MCP server list.
Codex
Terminal
content_copy
Copy
codex mcp add staticx \
--env STATICX_API_TOKEN=sx_replace_with_your_token \
--env STATICX_API_BASE_URL=https://staticx.site/api/v1 \
-- npx -y staticx-mcp-server
Adds the local stdio server to Codex without storing the token in a project file.
Cline
~/.cline/mcp.json
content_copy
Copy
{
"mcpServers": {
"staticx": {
"command": "npx",
"args": [
"-y",
"staticx-mcp-server"
],
"env": {
"STATICX_API_TOKEN": "sx_replace_with_your_token",
"STATICX_API_BASE_URL": "https://staticx.site/api/v1"
}
}
}
}
Open Cline > MCP Servers > Configure, add the entry, then enable StaticX.
{
"mcpServers": {
"staticx": {
"command": "npx",
"args": [
"-y",
"staticx-mcp-server"
],
"env": {
"STATICX_API_TOKEN": "sx_replace_with_your_token",
"STATICX_API_BASE_URL": "https://staticx.site/api/v1"
}
}
}
}
Open Cascade MCP settings after saving and enable only the tools your workflow needs.
{
"mcpServers": {
"staticx": {
"command": "npx",
"args": [
"-y",
"staticx-mcp-server"
],
"env": {
"STATICX_API_TOKEN": "sx_replace_with_your_token",
"STATICX_API_BASE_URL": "https://staticx.site/api/v1"
}
}
}
}
Use the local developer configuration, then restart Claude Desktop to load the tools.
{
"context_servers": {
"staticx": {
"command": "npx",
"args": [
"-y",
"staticx-mcp-server"
],
"env": {
"STATICX_API_TOKEN": "sx_replace_with_your_token",
"STATICX_API_BASE_URL": "https://staticx.site/api/v1"
}
}
}
}
Add the entry under context_servers and keep approval enabled for write operations.
{
"mcpServers": {
"staticx": {
"command": "npx",
"args": [
"-y",
"staticx-mcp-server"
],
"env": {
"STATICX_API_TOKEN": "sx_replace_with_your_token",
"STATICX_API_BASE_URL": "https://staticx.site/api/v1"
}
}
}
}
Add the StaticX server to Continue MCP settings and reload the extension.
STATICX_API_TOKEN=sx_replace_with_your_token \
STATICX_API_BASE_URL=https://staticx.site/api/v1 \
npx -y staticx-mcp-server http
# Connect a Streamable HTTP client to:
http://localhost:3100/mcp
This starts a local endpoint for compatible clients and the MCP Inspector. It is not a hosted gateway.