Simplifier MCP
Rank #5,130io.github.simplifier-ag/simplifier-mcp
MCP Server for Simplifier - manage Connectors, BusinessObjects, Datatypes and logins
Simplifier MCP is a Model Context Protocol (MCP) server published by simplifier-ag. It ranks #5,130 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Simplifier MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 10 tracked versions. It was first listed on Oct 20, 2025 and most recently updated on Sep 16, 2026.
Ranks ahead of 126,916 of 132,046 servers on MCP Toplist.
Use Simplifier MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add simplifier-mcp -e "SIMPLIFIER_TOKEN=<your SIMPLIFIER_TOKEN>" -e "SIMPLIFIER_BASE_URL=<your SIMPLIFIER_BASE_URL>" -- npx -y @simplifierag/simplifier-mcpReplace each placeholder with your own value before saving.
claude mcp add simplifier-mcp -e "SIMPLIFIER_TOKEN=<your SIMPLIFIER_TOKEN>" -e "SIMPLIFIER_BASE_URL=<your SIMPLIFIER_BASE_URL>" -- docker run -i --rm docker.io/simplifierag/simplifier-mcp:0.11.2Replace each placeholder with your own value before saving.
[mcp_servers.simplifier-mcp]
command = "npx"
args = ["-y", "@simplifierag/simplifier-mcp"]
[mcp_servers.simplifier-mcp.env]
SIMPLIFIER_TOKEN = "<your SIMPLIFIER_TOKEN>"
SIMPLIFIER_BASE_URL = "<your SIMPLIFIER_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.simplifier-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/simplifierag/simplifier-mcp:0.11.2"]
[mcp_servers.simplifier-mcp.env]
SIMPLIFIER_TOKEN = "<your SIMPLIFIER_TOKEN>"
SIMPLIFIER_BASE_URL = "<your SIMPLIFIER_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "npx",
"args": [
"-y",
"@simplifierag/simplifier-mcp"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/simplifierag/simplifier-mcp:0.11.2"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "npx",
"args": [
"-y",
"@simplifierag/simplifier-mcp"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/simplifierag/simplifier-mcp:0.11.2"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"simplifier-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@simplifierag/simplifier-mcp"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"simplifier-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/simplifierag/simplifier-mcp:0.11.2"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "npx",
"args": [
"-y",
"@simplifierag/simplifier-mcp"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/simplifierag/simplifier-mcp:0.11.2"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "npx",
"args": [
"-y",
"@simplifierag/simplifier-mcp"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simplifier-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/simplifierag/simplifier-mcp:0.11.2"
],
"env": {
"SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
"SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.simplifier-ag%2Fsimplifier-mcp)<a href="https://mcptoplist.com/server/io.github.simplifier-ag%2Fsimplifier-mcp"><img src="https://mcptoplist.com/badge/io.github.simplifier-ag%2Fsimplifier-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
simplifier-ag
Available versions (10)
| Version | Published |
|---|---|
| 0.11.2 | Sep 16, 2026 |
| 0.10.7 | May 11, 2026 |
| 0.9.68 | Apr 7, 2026 |
| 0.9.67 | Mar 13, 2026 |
| 0.9.66 | Jan 19, 2026 |
| 0.9.58 | Dec 1, 2025 |
| 0.9.57 | Nov 21, 2025 |
| 0.9.56 | Nov 17, 2025 |
| 0.9.55 | Nov 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Simplifier MCP?
- Simplifier MCP is maintained by simplifier-ag, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Simplifier MCP listed on the Official MCP Registry?
- Yes — Simplifier MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Simplifier MCP have?
- MCP Toplist tracks 10 versions of Simplifier MCP, most recently published on Sep 16, 2026.
- Where can I find the source code for Simplifier MCP?
- The source code for Simplifier MCP is hosted at github.com/simplifier-ag/simplifier-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.