SERVER

Simplifier MCP

Rank #4411

glama/simplifier-ag/simplifier-mcp

MCP server providing simplifier-mcp capabilities

First listed
Oct 20, 2025
Last publish date
May 11, 2026
OVERVIEW

Simplifier MCP is a Model Context Protocol (MCP) server published by simplifier-ag. It ranks #4411 of 58,832 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Simplifier MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 9 tracked versions. It was first listed on Oct 20, 2025 and most recently updated on May 11, 2026.

STANDING
#4,411of 58,832 tracked serversTop 10%

Ranks ahead of 54,421 of 58,832 servers on MCP Toplist.

CONNECT

Use Simplifier MCP

Add Simplifier MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "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.

Docker image
{
  "mcpServers": {
    "simplifier-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/simplifierag/simplifier-mcp:0.10.7"
      ],
      "env": {
        "SIMPLIFIER_TOKEN": "<your SIMPLIFIER_TOKEN>",
        "SIMPLIFIER_BASE_URL": "<your SIMPLIFIER_BASE_URL>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 3 registries (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

simplifier-ag

Organization
Total servers
1
Total versions
9
VERSIONS

Available versions (9)

VersionPublished
0.10.7May 11, 2026
0.9.68Apr 7, 2026
0.9.67Mar 13, 2026
0.9.66Jan 19, 2026
0.9.58Dec 1, 2025
0.9.57Nov 21, 2025
0.9.56Nov 17, 2025
0.9.55Nov 14, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Simplifier MCP?
MCP server providing simplifier-mcp capabilities
Who maintains Simplifier MCP?
Simplifier MCP is maintained by simplifier-ag, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
Is Simplifier MCP an official MCP server?
Yes — Simplifier MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
How many versions does Simplifier MCP have?
MCP Toplist tracks 9 versions of Simplifier MCP, most recently published on May 11, 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.
EXPLORE