Changeflow
Rank #49,698io.github.stevebutterworth/changeflow
MCP server providing changeflow capabilities
Changeflow is a Model Context Protocol (MCP) server published by stevebutterworth. It ranks #49,698 of 132,113 servers tracked on MCP Toplist. Changeflow is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 28, 2026 and most recently updated on Mar 28, 2026.
Ranks ahead of 82,415 of 132,113 servers on MCP Toplist.
Use Changeflow
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http changeflow https://changeflow.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add changeflow -e "CHANGEFLOW_API_TOKEN=<your CHANGEFLOW_API_TOKEN>" -- npx -y changeflow-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.changeflow]
url = "https://changeflow.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.changeflow]
command = "npx"
args = ["-y", "changeflow-mcp-server"]
[mcp_servers.changeflow.env]
CHANGEFLOW_API_TOKEN = "<your CHANGEFLOW_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://changeflow.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"changeflow": {
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<your CHANGEFLOW_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changeflow": {
"url": "https://changeflow.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"changeflow": {
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<your CHANGEFLOW_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"changeflow": {
"type": "http",
"url": "https://changeflow.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"changeflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<your CHANGEFLOW_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changeflow": {
"serverUrl": "https://changeflow.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"changeflow": {
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<your CHANGEFLOW_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changeflow": {
"url": "https://changeflow.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"changeflow": {
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<your CHANGEFLOW_API_TOKEN>"
}
}
}
}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.stevebutterworth%2Fchangeflow)<a href="https://mcptoplist.com/server/io.github.stevebutterworth%2Fchangeflow"><img src="https://mcptoplist.com/badge/io.github.stevebutterworth%2Fchangeflow.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
stevebutterworth
Other servers by stevebutterworth
View all stevebutterworth servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Changeflow?
- Changeflow is maintained by stevebutterworth, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Changeflow listed on the Official MCP Registry?
- Yes — Changeflow is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Changeflow have?
- MCP Toplist tracks 2 versions of Changeflow, most recently published on Mar 28, 2026.
- Where can I find the source code for Changeflow?
- The source code for Changeflow is hosted at github.com/stevebutterworth/changeflow-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.