Setting up Claude AI with the MCP Server
Claude by Anthropic is a powerful conversational assistant that can be connected to the MCP server to access real-time SEO data from the SISTRIX API.
With this setup, Claude becomes more than a chatbot, it becomes a direct interface to your data. You can ask questions like:
“What’s the Visibility Index for sistrix.de today?”
“Which keywords did my site ranks for?”
Claude will automatically query the MCP server, retrieve the correct data via the SISTRIX API, and reply in natural language.
To set it up, just follow these four simple steps:
Step 1: Navigate to Developer Settings in Claude
Go into your Claude settings and navigate to the Developer Settings section. This is where you can define external tool integrations like MCP.

Step 2: Edit the Configuration
Click on Edit Config. A new window should open where you can select or edit a configuration file.
In most cases, a config file is already selected by default. Click to open it. This is where you’ll define the connection to the MCP server.

Step 3: Add the MCP Connection
Claude supports external tools via Bearer authentication.
To connect with the SISTRIX MCP server, insert the following JSON block into the existing structure of your config file and save it:
"sistrix": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.sistrix.com/mcp/",
"--header",
"Authorization: Bearer <API_KEY>"
]
}
}
Replace <API_KEY>
with your personal SISTRIX API key.
If you don’t have one yet, you can generate it here.
Now your config file should look like this:

Step 4: Restart Claude and Verify the Integration
To apply your changes, shut down Claude completely and restart it.
Once relaunched, open any of your chats and click on the “Search and Tools” button (located next to the + icon).
If everything worked correctly, you should now see SISTRIX listed as an available tool, ready to answer your SEO-related questions directly via the MCP server.
