SERVER
Simplifier MCP
Rank #4411glama/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)
ORGANIZATION
simplifier-ag
VERSIONS
Available versions (9)
| Version | Published |
|---|---|
| 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 |
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